Re: Upgrade error for LDAP in Freeradius2.0

2008-01-27 Thread Markus Moeller
I think it should then be updated in rlm_ldap.c. Who maintains this module ? Thank you Markus Alan DeKok [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Gopinath Reddy N wrote: We have not changed any data in AD. But when we upgrade and try to connect using valid user id..user is

Re: Upgrade error for LDAP in Freeradius2.0

2008-01-27 Thread Gopinath Reddy N
Thanks Alan and Mark Changing %{Ldap-UserDn} to %{control:LDAP-UserDn} worked fine. Regards -gnr On Jan 27, 2008 6:16 PM, Markus Moeller [EMAIL PROTECTED] wrote: I think it should then be updated in rlm_ldap.c. Who maintains this module ? Thank you Markus Alan DeKok [EMAIL PROTECTED]

Upgrade error for LDAP in Freeradius2.0

2008-01-26 Thread Gopinath Reddy N
Hi, We have upgraded our freeradius1.6 to 2.0 We are using active directory for LDAP server. We have not changed any data in AD. But when we upgrade and try to connect using valid user id..user is getting rejected. Please let me know if there any issues I need to take before ugprading to 2.0

Re: Upgrade error for LDAP in Freeradius2.0

2008-01-26 Thread Markus Moeller
I came across the same problem and my debugging shows the following: 1) ldap_groupcmp calls radius_xlat to replace Ldap_UserDn with the value. 2) radius_xlat calls decode_attribute 3) decode_attribute calls xlat_packet with instance 1 and returns 0 (=nothing found) if ((c =

RE: Upgrade error for LDAP in Freeradius2.0

2008-01-26 Thread as3ad jamous
thanks note : i am not use ldap , only database (postgres) for auth and accountingis that affect? To: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: Upgrade error for LDAP in Freeradius2.0Date: Sat, 26 Jan 2008 16:51:10 + I came across the same problem and my debugging shows the

Re: Upgrade error for LDAP in Freeradius2.0

2008-01-26 Thread Alan DeKok
Gopinath Reddy N wrote: We have not changed any data in AD. But when we upgrade and try to connect using valid user id..user is getting rejected. ... (|((objectClass=group)(member=%{Ldap-UserDn})) The rreferences to %{LDAP-UserDn} should now be %{control:LDAP-UserDn}. This should be