Displaying 1 result from an estimated 1 matches for "pwdchange".
Did you mean:
pw_change
1997 Dec 05
2
No subject
...could also
try the modified UNIX apps, which consult the NT PDC directly, or
implement a PDC server DLL (I recall seeing this on the MSDN CD) which
would consult a UNIX passwd file or authentication daemon (and also
presumably update it on password changes). Jeremy Allison also wrote some
code (pwdchange.c SAMBA Digest 1125) a while back that trapped password
changes on NT 4.0 and dumped them to a text file. You might be able to
easily modify this code to send the plaintext or ciphertext on to a UNIX
daemon which would update /etc/passwd.
Good luck, and please let the SAMBA list know how you s...