LDAPAccountManager/lam-web/documentation/LAMPro-HowTo/ch01s01.html

3 lines
2.3 KiB
HTML

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>1.&nbsp;OpenLDAP ACLs</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="LDAP Account Manager Pro - HowTo"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;Preparations"><link rel="prev" href="ch01.html" title="Chapter&nbsp;1.&nbsp;Preparations"><link rel="next" href="ch01s02.html" title="2.&nbsp;Other LDAP servers"></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">1.&nbsp;OpenLDAP ACLs</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;Preparations</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e7"></a>1.&nbsp;OpenLDAP ACLs</h2></div></div></div><p>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,password</strong></span></p><p><span class="bold"><strong> by self write</strong></span></p><p>If you do not want them to change all attributes then reduce the list to fit your needs.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;1.&nbsp;Preparations&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;Other LDAP servers</td></tr></table></div></body></html>