Displaying 1 result from an estimated 1 matches for "id8dbqfjlujlmb".
2008 Nov 27
2
How to create users accounts with already encrypted passwords ?
Hi, i need to create users accounts into Samba with already encrypted
passwords from a file. I use tdbsam backend and Samba 3.0.24 (Debian Etch)
The file format is quite easy :
login1|Unix_passwd|Lanman Password Hash|NT Password Hash
First, i create the unix users with their already encrypted password :
useradd -p Unix_passwd login1.
Fine.
But can i do the same thing with smbpasswd or pdbedit