Re: creating password for a shadow file

2003-12-01 Thread Mark Roach
On Mon, 2003-12-01 at 02:59, LeVA wrote: > Hello! > > I need to add users to a passwd/shadow file, but these files does not > reside in /etc dir. Thus I can not use the adduser or useradd tool to > add the users, because then they will be added to the /etc/passwd|shadow > file, and my passwd/shad

Re: creating password for a shadow file

2003-12-01 Thread Gilberto Villani Brito
Hi Daniel, Here in my company I have proftp with other password file (/etc/passwd.ftp). This file content: user::IDU:IDG:: I did a script to add users in this file with htpasswd, but you can use makepasswd. My script add the user in passwd.ftp, create the home and set the correct permissions (IDU:

creating password for a shadow file

2003-12-01 Thread LeVA
Hello! I need to add users to a passwd/shadow file, but these files does not reside in /etc dir. Thus I can not use the adduser or useradd tool to add the users, because then they will be added to the /etc/passwd|shadow file, and my passwd/shadow files are in another directory. These passwd/shad