Le 10/05/2011 16:50, Alan DeKok a écrit :
mic night wrote:
I have a freeradius server that i use to authenticate users before they access network switches. user passwords reside in an ldap directory with the following attributes and formats:
userPassword: (CRYPT password) sambaNTPassword: (NT Hash) sambaLMPassword: (LM hash)
PAP is choosing automaticaly the NT encryption to validate the password. Is there a way to force PAP to use the userPassword with the CRYPT encryption? Why does it matter?
You're asking how to implement a solution. That's wrong.
Instead, talk about the problem. What *is* the problem?
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Yes , sorry i didn't expose the problem... Actualy, we have a problem generating the sambaNTPassword an sambaLMPassword and that's why i'm (temporary) trying to force PAP to use the userPassword attribute.
Thank you.