updated TODO

added readme for openLDAP
This commit is contained in:
Roland Gruber 2003-06-09 22:29:54 +00:00
parent 98b4e65f3a
commit aaa1919da8
2 changed files with 22 additions and 0 deletions

View File

@ -9,6 +9,7 @@ beta
- check security
- clean up code
- support for Samba 3.x schema
- support for multiple organizational units under the suffixes
alpha 2

21
lam/docs/README.openldap Normal file
View File

@ -0,0 +1,21 @@
Some basic hints to configure the openLDAP server:
SIZELIMIT: OpenLDAP allows by default 500 return values per search, if you have more users/groups/hosts
change this in slapd.conf: e.g. "sizelimit 10000" or "sizelimit -1" for unlimited return values.
INDICES: Indices will improve the performance when searching for entries in the LDAP directory.
The following indices are recommended:
index objectClass eq
index default sub
index uidNumber eq
index gidNumber eq
index memberUid eq
index cn,mail,surname,givenname eq,subinitial
# Samba 2.x
index rid eq
index primaryGroupID eq
# Samba 3.x
index sambaSID eq
index sambaPrimaryGroupSID eq
index sambaDomainName eq