This is a discussion on Attributes Missing - Auth with ldap within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hi, I have a very strange problem. I authenticate a user agains a Novell 6 Server, which is not the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I have a very strange problem. I authenticate a user agains a Novell 6 Server, which is not the problem. But I need some Attributes from the authentication brought back to the NAS I put these in the users file and it worked with another server: Users (complete) ----------------- DEFAULT Auth-Type :=3D3DLDAP ,Ldap-Group =3D3D=3D3D = "CN=3D3DWGRAS,O=3D3DFKEL" Reply-Message =3D3D "Welcome, you are allowed to have dialup access", Framed-Filter-Id =3D3D "std.ppp", Fall-Through =3D3D 0 ------------------ The Ldap portion of the radiusd.conf (comments removed) ---------------- ldap { server =3D3D "170.56.185.59" identity =3D3D "anonymous" basedn =3D3D "OU=3D3DAbteilungen,O=3D3DFKEL" filter =3D3D = "(uid=3D3D%{Stripped-User-Name:-%{User-Name}})" start_tls =3D3D no dictionary_mapping =3D3D ${raddbdir}/ldap.attrmap ldap_connections_number =3D3D 5 groupmembership_attribute =3D3D radiusGroupName timeout =3D3D 20 timelimit =3D3D 20 net_timeout =3D3D 10 } Strangely the binds need a very long time (up to 8 seconds each) - but what has this to do with the not transmitting the Attributes ?? As I said, the authentication works, but the Attributes are missing - Any Ideas ? Regards Andre - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |