Original Question:
>Has anyone been able to get samba to sync passwords with Tru64
passwords >using smbpasswd? I can change the samba password using smbpasswd
but >when I set up my smb.conf to sync passwords I get the following error:
>
>machine 127.0.0.1 rejected the password change: Error was : RAP86:
The >specified password is invalid.
>Failed to change password for crittend
>
>I know this basically means that I am not sending Tru64 what it needs
to >change the password but I can't figure out what to change. Here is
my >smb.conf file which has the password syncing stuff in it.
>
>And also, have you been able to sync passwords from the Tru64 side?
Thanks to:
Paul Reilly
Axel Puskeppel
I was able to get the smbpasswd command to sync with the samba password
with the unix password by using the smb.conf parameters:
unix password sync = True
passwd program = /bin/passwd %u
passwd chat = *New* %n\n *Retype* %n\n
password level = 8
Paul sent me an expect script to replace the unix passwd command which will
sync the unix password with the samba password.
Paul Crittenden
Computer System Manager
Simpson College
email: crittend_at_simpson.edu
Phone: (515)961-1680
"You don't have to attend every argument you're invited to."
Received on Wed May 15 2002 - 19:51:55 NZST