- #1
Omid
- 182
- 0
In a HOWTO page, I'm told to define a new user this way:
(I'm using Debian Sarge 3.1 Official)
1. Create new group ppp, for this you need to edit file /etc/group and add this line on the end of file:
ppp:x:1001:
2. Create new system user for dialin connection pppuser: Simple create new system user and when using shell command vipw change line of user pppuser to this:
pppuser:x:1001:1001:,,,:/home/pppuser:/usr/sbin/ppplogin
3. Use Passwd command to change the password to whatever you want.
When I typed
passwd pppuser (return)
I got the following error:
passwd Authentication service cannot retrive authentication.
What's wrong?
I don't why but, when I emailed the auther and asked to use "adduser". He told me not to ! And told me again to follow those steps:
follow 1 and 2 step, not using adduser and then change password using
command passwd to whatever you want.
Thanks
(I'm using Debian Sarge 3.1 Official)
1. Create new group ppp, for this you need to edit file /etc/group and add this line on the end of file:
ppp:x:1001:
2. Create new system user for dialin connection pppuser: Simple create new system user and when using shell command vipw change line of user pppuser to this:
pppuser:x:1001:1001:,,,:/home/pppuser:/usr/sbin/ppplogin
3. Use Passwd command to change the password to whatever you want.
When I typed
passwd pppuser (return)
I got the following error:
passwd Authentication service cannot retrive authentication.
What's wrong?
I don't why but, when I emailed the auther and asked to use "adduser". He told me not to ! And told me again to follow those steps:
follow 1 and 2 step, not using adduser and then change password using
command passwd to whatever you want.
Thanks