Hi,

I updated the README.Debian because of changes in the current slapd.conf and 
smb.conf.

Regards,

               Gonéri
--- README.Debian.orig	2007-03-09 12:36:12.000000000 +0100
+++ README.Debian	2007-03-09 13:04:40.000000000 +0100
@@ -38,11 +38,11 @@
 
 4. Allow users to change their NT and LM Passwords changing the line:
 
-  access to attribute=userPassword
+	access to attrs=userPassword,shadowLastChange
 
 by:
   
-  access to attrs=userPassword,sambaNTPassword,sambaLMPassword
+  access to attrs=userPassword,sambaNTPassword,sambaLMPassword,shadowLastChange
 
 5. Restart the LDAP server.
 
@@ -52,7 +52,7 @@
 1. Edit the '/etc/samba/smb.conf' to change the passdb backend from the
 original:
 
-  passdb backend = tdbsam guest
+  passdb backend = tdbsam
 
 to:
 
@@ -74,9 +74,11 @@
 
 3. More to use the smbldap-tools to change passwords:
 
-  ; Do ldap passwd sync
-  ldap passwd sync = Yes
-  passwd program = /usr/sbin/smbldap-passwd %u
+	; Don't use samba's internal LDAP password sync
+	ldap passwd sync = No
+	; Use an external program to sync the LDAP password
+	unix password sync = Yes
+	passwd program = /usr/sbin/smbldap-passwd -u %u
   passwd chat = *New*password* %n\n *Retype*new*password* %n\n *all*authentication*tokens*updated*
 
 4. And if you want to administer user and groups from windows add:

Attachment: pgpjVWid8Hfhe.pgp
Description: PGP signature

Reply via email to