search for: secretworld

Displaying 1 result from an estimated 1 matches for "secretworld".

Did you mean: secretword
2005 Apr 19
0
smbpasswd password via stdin?
Running under debian, using SAMBA V3.0.7, I use PASS=secretworld USER=joe (echo $PASS; echo $PASS) | smbpasswd -s -a $USER Note: smbpasswd requires a double typed in password, It took me a lot of minutes to figure that difference between earlier version and the 3.0.7 out but now it works. In perl scripts I use this commandline like #...somewhere in a for/whil...