From a9c56931fabf042bb43760b504f38969fb17e907 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 1 Nov 2011 20:01:36 +0000 Subject: [PATCH] fixed LDAP ACL example --- lam/docs/manual-sources/howto.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 9a6415d4..6bd2d8f8 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -3665,7 +3665,7 @@ Run slapindex to rebuild the index. access to - attrs=mail,sn,givenName,telephoneNumber,mobile,facsimileTelephoneNumber,street,postalAddress,postOfficeBox,postalCode,userPassword,shadowLastChange + attrs=mail,sn,givenName,telephoneNumber,mobile,facsimileTelephoneNumber,street,postalAddress,postOfficeBox,postalCode,roomNumber,userPassword,shadowLastChange by self write @@ -3673,7 +3673,8 @@ Run slapindex to rebuild the index. 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. + attributes. You can use the tree view to get the technical attribute + names e.g. by selecting an user account. Usually, the slapd.conf file is located in /etc/ldap or /etc/openldap.