Hello - Is there a script available to convert an old 2.2.18 smbpasswd file to the newer Smb 3.0 smbpasswd file? The reason I ask is that ive figured out why my users are getting bad errors when changing passwords locally. I have over 1000 users and dont wish to manually add them into a fresher smbpasswd file. Thanks TJ
Gerald (Jerry) Carter
2005-Sep-30 21:59 UTC
[Samba] Old smbpasswd file to new SMB 3.0 smbpasswd
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Todd Johnson wrote:> Hello - > > Is there a script available to convert an old 2.2.18 smbpasswd file to > the newer Smb 3.0 smbpasswd file? The reason I ask is that ive figured > out why my users are getting bad errors when changing passwords locally. > I have over 1000 users and dont wish to manually add them into a fresher > smbpasswd file.a simple `cat smbpasswd=2.2.x | awk -F: '{print ....}'` is probably the easist thing to do. cheers, jerry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDPbT4IR7qMdg1EfYRAt5YAJ0f6EavGFE0/erXxW1yttQ/7+v5AACfRdTm CLgvWFVnGCJY52qR+xQbiDQ=rF+L -----END PGP SIGNATURE-----