diff options
Diffstat (limited to 'examples/LDAP/README')
-rw-r--r-- | examples/LDAP/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/LDAP/README b/examples/LDAP/README index 98d88c091b..42cf4ff33a 100644 --- a/examples/LDAP/README +++ b/examples/LDAP/README @@ -5,9 +5,10 @@ !== This is a quick and dirty means of storing smbpasswd entries -in LDAP. Samba 2.2.x (x >=4) and 3.0 can both store this information -directly in LDAP, and the schema has *changed*. As such these scripts will -need modification prior to use. +in LDAP. Samba 2.2.x does not have any ability to grab +this information directly from LDAP so you will need to +periodically generate an smbpasswd from an ldapsearch +"(objectclass=smbPasswordEntry)". Be aware of search limits on your client or server which prevent all entries from being returned in the search result. |