1 2 3 4 5 6 7 8 9 10 11
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter6.Self service (LAM Pro)</title><link rel="stylesheet" type="text/css" href="style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="LDAP Account Manager - Manual"><link rel="up" href="index.html" title="LDAP Account Manager - Manual"><link rel="prev" href="ch05s02.html" title="Password reset page"><link rel="next" href="ch06s02.html" title="Creating a self service profile"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter6.Self service (LAM Pro)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch05s02.html">Prev</a></td><th width="60%" align="center"></th><td width="20%" align="right"><a accesskey="n" href="ch06s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter6.Self service (LAM Pro)"><div class="titlepage"><div><div><h2 class="title"><a name="a_selfService"></a>Chapter6.Self service (LAM Pro)</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch06.html#idp5953648">Preparations</a></span></dt><dd><dl><dt><span class="section"><a href="ch06.html#idp5954288">OpenLDAP ACLs</a></span></dt><dt><span class="section"><a href="ch06.html#idp5960448">Other LDAP servers</a></span></dt></dl></dd><dt><span class="section"><a href="ch06s02.html">Creating a self service profile</a></span></dt><dt><span class="section"><a href="ch06s03.html">Edit your new profile</a></span></dt><dd><dl><dt><span class="section"><a href="ch06s03.html#idp5970912">Basic settings</a></span></dt><dt><span class="section"><a href="ch06s03.html#idp5989792">Page layout</a></span></dt><dt><span class="section"><a href="ch06s03.html#PasswordSelfReset">Password self reset</a></span></dt></dl></dd><dt><span class="section"><a href="ch06s04.html">Adapt the self service to your corporate design</a></span></dt><dd><dl><dt><span class="section"><a href="ch06s04.html#idp6017504">Custom header</a></span></dt><dt><span class="section"><a href="ch06s04.html#idp6020496">CSS files</a></span></dt></dl></dd></dl></div><div class="section" title="Preparations"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp5953648"></a>Preparations</h2></div></div></div><div class="section" title="OpenLDAP ACLs"><div class="titlepage"><div><div><h3 class="title"><a name="idp5954288"></a>OpenLDAP ACLs</h3></div></div></div><p>By default only a few administrative users have write access to
the LDAP database. Before your users may change their settings you
must allow them to change their LDAP data.</p><p>This can be done by adding an ACL to your slapd.conf which looks
like this:</p><p><span class="bold"><strong>access to</strong></span></p><p><span class="bold"><strong>
attrs=mail,sn,givenName,telephoneNumber,mobile,facsimileTelephoneNumber,street,postalAddress,postOfficeBox,postalCode,roomNumber,userPassword,shadowLastChange</strong></span></p><p><span class="bold"><strong> by self write</strong></span></p><p><span class="bold"><strong> by * read</strong></span></p><p>If you do not want them to change all attributes then reduce the
list to fit your needs. Some modules may require additional LDAP
attributes. You can use the tree view to get the technical attribute
names e.g. by selecting an user account.</p><p>Usually, the slapd.conf file is located in /etc/ldap or
/etc/openldap.</p></div><div class="section" title="Other LDAP servers"><div class="titlepage"><div><div><h3 class="title"><a name="idp5960448"></a>Other LDAP servers</h3></div></div></div><p>There exist many LDAP implementations. If you do not use
OpenLDAP you need to write your own ACLs. Please check the manual of
your LDAP server for instructions.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch05s02.html">Prev</a></td><td width="20%" align="center"></td><td width="40%" align="right"><a accesskey="n" href="ch06s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Password reset page</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">Creating a self service profile</td></tr></table></div></body></html>
|