I am wondering if there is a way to convert my users passwds from /etc/passwd over to the smbpasswd file. I have tride cat /etc/passwd > mksmbpasswd.sh > /usr/local/samba/private/smbpasswd. Howvere, this only moved the data over. Is there a way to get the file over and converted so I do not have to do a smbpasswd -a for each and every user. TIA __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
You may want to try this instead: cat /etc/passwd | ./mksmbpasswd.sh > /usr/samba/private/smbpasswd Have you done a search on google yet? -m> I am wondering if there is a way to convert my users passwds from > /etc/passwd over to the smbpasswd file. I have tride cat /etc/passwd > > mksmbpasswd.sh > /usr/local/samba/private/smbpasswd. Howvere, this > only moved the data over. Is there a way to get the file over and > converted so I do not have to do a smbpasswd -a for each and every > user. TIA > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ >