Re: Using encrypted passwords in users file

2011-09-02 Thread sundoo
Hey, thanks, I get it. But could you detail in a few steps the procedure of
generating the hash from a new password, so I could change it ? 

--
View this message in context: 
http://freeradius.1045715.n5.nabble.com/Using-encrypted-passwords-in-users-file-tp4758890p4761351.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Using encrypted passwords in users file

2011-09-01 Thread sundoo
Hello, I'm new to FreeRadius and to linux. Maybe this question will sound
stupid, but I really need you help.
I have a server running freeradius. 
These are some outputs of the configuration: 

*etc/freeradius/radiusd.conf*
# passwd = /etc/passwd
  shadow = /etc/shadow
# group = /etc/group


*/etc/freeradius/users*
test1 Auth-Type := Crypt-Local, User-Password :=
"$1$NzW2iwkn$ygDcJgb4WhAEqQYfySFkj/"
Service-Type = Administrative-User,
Cajun-Service-Type := 3,

*/etc/shadow*
test1:$1$cnEh49V6$Q.68mw.3P5rgmsfhbo/iC1:15217:0:9:7:::


I would like to change the password for the user test1. But in the users
file I see only the encrypted password. Where is the original password
stored ? 

How do I change it ? 

Thanks a lot for your help.

--
View this message in context: 
http://freeradius.1045715.n5.nabble.com/Using-encrypted-passwords-in-users-file-tp4758890p4758890.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html