<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have RADIUS running with multiple realms and multiple LDAP back ends that stores all my user attributes. I am trying to apply different user profiles to different groups. What I did was setup the profile in the USERS file, add the group attributes to the ldap config file, and on the user’s LDAP account I added the attribute radiusGroupName with the value “residential_profile”,  but I can’t seem to get it to work correctly. It doesn’t seem to query the correct backend. I am sure that I have something wrong but I am not sure what I looked at rlm_ldap and searched the archive list but haven’t been able to find anything any help would be appreciated.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>This is what my configuration files look like;<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>USERS<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>DEFAULT Ldap-Group == residential_profile<o:p></o:p></p><p class=MsoNormal>        Service-Type = Framed-User,<o:p></o:p></p><p class=MsoNormal>        Framed-Protocol = PPP,<o:p></o:p></p><p class=MsoNormal>        Cisco-AVPair += "ip:inacl#100=permit tcp any x.x.x.x 0.0.0.15 eq 25",<o:p></o:p></p><p class=MsoNormal>        Cisco-AVPair += "ip:inacl#200=deny tcp any any eq 25",<o:p></o:p></p><p class=MsoNormal>        Cisco-AVPair += "ip:inacl#300=permit ip any any",<o:p></o:p></p><p class=MsoNormal>        Fall-Through = No<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>ldap ldap2.REALM-2.ca {<o:p></o:p></p><p class=MsoNormal>        basedn = "ou=radius,o=REALM-2.ca,dc=container,dc=ca"<o:p></o:p></p><p class=MsoNormal>        filter = "(&(uid=%{%{Stripped-User-Name}:-%{User-Name}})(objectclass=posixAccount)(cn=true))"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>ldap ldap1.REALM-1.ca {<o:p></o:p></p><p class=MsoNormal>        <o:p></o:p></p><p class=MsoNormal>       basedn = "ou=radius,o=REALM-1.ca,dc=container,dc=ca"<o:p></o:p></p><p class=MsoNormal>        filter = "(&(uid=%{%{Stripped-User-Name}:-%{User-Name}})(objectclass=posixAccount)(cn=true))"<o:p></o:p></p><p class=MsoNormal>        groupname_attribute = cn  <o:p></o:p></p><p class=MsoNormal>        groupmembership_filter = "(|(&(objectClass=GroupOfNames)(member=%{control:Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{control:Ldap-UserDn})))"<o:p></o:p></p><p class=MsoNormal>        groupmembership_attribute = radiusGroupName<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Output from radius –X <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[files] users: Matched entry DEFAULT at line 214<o:p></o:p></p><p class=MsoNormal>  [ldap2.REALM-2.ca] Entering ldap_groupcmp()<o:p></o:p></p><p class=MsoNormal>[files]         expand: ou=radius,o=REALM-2.ca,dc=container,dc=ca -> ou=radius,o= REALM-2ca,dc= container,dc=ca<o:p></o:p></p><p class=MsoNormal>[files]         expand: %{Stripped-User-Name} -> 112boy<o:p></o:p></p><p class=MsoNormal>[files]         expand: (&(uid=%{%{Stripped-User-Name}:-%{User-Name}})(objectclass=posixAccount)(cn=true)) -> (&(uid=112boy)(objectclass=posixAccount)(cn=true))<o:p></o:p></p><p class=MsoNormal>  [ldap2. REALM-2.ca] ldap_get_conn: Checking Id: 0<o:p></o:p></p><p class=MsoNormal>  [ldap2. REALM-2.ca] ldap_get_conn: Got Id: 0<o:p></o:p></p><p class=MsoNormal>  [ldap2. REALM-2.ca] attempting LDAP reconnection<o:p></o:p></p><p class=MsoNormal>  [ldap2. REALM-2.ca] Bind was successful<o:p></o:p></p><p class=MsoNormal>  [ldap2. REALM-2.ca] performing search in ou=radius,o= REALM-2.ca,dc= container,dc=ca, with filter (&(uid=112boy)(objectclass=posixAccount)(cn=true))<o:p></o:p></p><p class=MsoNormal>  [ldap2. REALM-2.ca] object not found<o:p></o:p></p><p class=MsoNormal>rlm_ldap::ldap_groupcmp: search failed<o:p></o:p></p><p class=MsoNormal>  [ldap2. REALM-2.ca] ldap_release_conn: Release Id: 0<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Chris<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>