On Tue, 27 Jul 2004, Nick Marino wrote:

> Does dialup admin use salt by defualt when encytpting passwords?
> If so where is it getting the salt from?

I assume you mean using a salt when creating a new user or changing a user's
password, not when just verifying a user's password.

In any case, dialupadmin supports crypt(),md5() encryption. When using crypt()
it will call the corrsponding php function which autogenerates a random salt to
be used in password encryption. Hope this answers your question.

For more information:
www.php.net/crypt
www.php.net/md5

>
>
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to