summaryrefslogtreecommitdiff
path: root/examples/LDAP/README
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-29 12:54:46 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-29 12:54:46 +0000
commita60682e9ab98bdeaf1c216616fb3f50515e2cc23 (patch)
tree43e22649ffda0e85622cb43fabb602d3af8bd09e /examples/LDAP/README
parent2aadb320a4485b5610928fa13a784680246a3489 (diff)
downloadsamba-a60682e9ab98bdeaf1c216616fb3f50515e2cc23.tar.gz
samba-a60682e9ab98bdeaf1c216616fb3f50515e2cc23.tar.bz2
samba-a60682e9ab98bdeaf1c216616fb3f50515e2cc23.zip
Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continue
his IDMAP work. This version also works properly (the HEAD version had suffered from bitrot), and should be a good basis to change into the new IDMAP rules. It also includes UTF8 conversions. Included also are the schema changes, and a note about the now very old scripts in examples/LDAP (they don't work for this, or even the previous schema). Andrew Bartlett (This used to be commit 38a8f2b23a12f6a964d447f7904dd722a1ca046c)
Diffstat (limited to 'examples/LDAP/README')
-rw-r--r--examples/LDAP/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/LDAP/README b/examples/LDAP/README
index 42cf4ff33a..98d88c091b 100644
--- a/examples/LDAP/README
+++ b/examples/LDAP/README
@@ -5,10 +5,9 @@
!==
This is a quick and dirty means of storing smbpasswd entries
-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)".
+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.
Be aware of search limits on your client or server which prevent
all entries from being returned in the search result.