diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-28 16:38:59 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-28 16:38:59 +0000 |
commit | b3f1b28e1e6efb32ff8e9536a45216edffda0eff (patch) | |
tree | d01195bd969c2fb7da1411bbc60665fe6f5a16cd /examples/LDAP/ldapsync.pl | |
parent | 3d393502e7d9d40454c13dfc590ed0b16a74edaf (diff) | |
download | samba-b3f1b28e1e6efb32ff8e9536a45216edffda0eff.tar.gz samba-b3f1b28e1e6efb32ff8e9536a45216edffda0eff.tar.bz2 samba-b3f1b28e1e6efb32ff8e9536a45216edffda0eff.zip |
removing outdated scripts and adding comments about 'ldap password syc'
(This used to be commit 29885eae591bdbb899d18ac2e7ae355751cd4be6)
Diffstat (limited to 'examples/LDAP/ldapsync.pl')
-rw-r--r-- | examples/LDAP/ldapsync.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/LDAP/ldapsync.pl b/examples/LDAP/ldapsync.pl index fecc594c2d..c112bcc34c 100644 --- a/examples/LDAP/ldapsync.pl +++ b/examples/LDAP/ldapsync.pl @@ -8,6 +8,11 @@ # modified to change lmpassword and ntpassword for samba # 05/01/2001 mami@arena.sci.univr.it # modified for being also a /bin/passwd replacement +# +# ACHTUNG!! For servers that support the LDAP Modify password +# extended op (e.g. OpenLDAP), see the "ldap password +# sync" option in smb.conf(5). +# $basedn = "ou=Students,dc=univr, dc=it"; $binddn = "uid=root,dc=univr,dc=it"; |