[cvs] [Wiki] changed: ExistingLDAPHowTo

Ben Klang ben at alkaloid.net
Wed Mar 12 17:57:22 UTC 2008


bklang  Wed, 12 Mar 2008 13:57:22 -0400

Modified page: http://wiki.horde.org/ExistingLDAPHowTo
New Revision:  1.9
Change log:  Example for Prefs ACL

@@ -188,12 +188,16 @@
 * **The username search key** - This is the field that stores the username.

 +++ Directory Permissions

-These are the **minimum** LDAP directory permissions needed by horde to
store user preferences.
+These are the suggested LDAP directory permissions needed by Horde to store
user preferences.  The explicit write permission for the Horde DN can be
omitted if the LDAP driver is configured to bind to LDAP as the logged-in
user.  However it remains necessary if you use a "root" DN.  The
"attrs=@hordePerson" syntax means this rule applies to all attributes
included in the "hordePerson" objectClass.

-<code>
-TODO
+# Access to Horde attributes
+access to attrs="@hordePerson"
+        by dn="cn=horde,ou=DSA,dc=example,dc=com" write
+        by self write
+        by users none
+        by * none
 </code>

 ----



More information about the cvs mailing list