I try to do PEAP-MSChapv2 with an LDAP server (It works quite good). I want to know if this two methods are equivalent :
First Method : (Works fine)
"radiusd.conf" file :
authorize {
#files
eap
ldap
}
authenticate {
Auth-Type LDAP {
Ldap
}
eap
}
�users� file :
## nothingSecond Method : (Doesn't seem to work)
"radiusd.conf" file :
authorize {
files
#eap
#ldap
}authenticate {
Auth-Type PEAPLDAP {
eap
ldap
}
}
"users" file :
DEFAULT Auth-Type := PEAPLDAPAre this two methods equivalent ? What's wrong ?
Nicolas Audureau
_________________________________________________________________
MSN Actions Solidaires : volontaire � l'�tranger http://www.msn.fr/actionssolidaires/Default.asp?Ath=f
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

