<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>I am have profiles setup for all our users but I am having some trouble with the setting the groupmembership_filter correctly. It will query LDAP successfully but only after it does a failed search first.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>I have tried using numerous filters including the default one but I cant seem to separate the username by itself which is causing the initial search failure. I read through the rlm_ldap doc a few times but I didn’t seem anything that I thought would help.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Here is the output from radius –X<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>This is the part where it uses the search filter and fails.<o:p></o:p></p><p class=MsoNormal><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>  [domain1] Entering ldap_groupcmp()<o:p></o:p></p><p class=MsoNormal>[files]         expand: ou=radius,o=domain.on.ca,dc=placeholder,dc=ca -> ou=radius,o=domain.on.ca,dc=placeholder,dc=ca<o:p></o:p></p><p class=MsoNormal>[files]         expand: (&(objectClass=radiusProfile)(member=%{control:Ldap-UserDn})) -> (&(objectClass=radiusProfile)(member=uid\3d112boy\2cou\3dradius\2co\3ddomain.on.ca\2cdc\3dplaceholder\2cdc\3dca))<o:p></o:p></p><p class=MsoNormal>  [domain1] ldap_get_conn: Checking Id: 0<o:p></o:p></p><p class=MsoNormal>  [domain1] ldap_get_conn: Got Id: 0<o:p></o:p></p><p class=MsoNormal>  [domain1] performing search in ou=radius,o=domain.on.ca,dc=placeholder,dc=ca, with filter (&(cn=residential_profile)(&(objectClass=radiusProfile)(member=uid\3d112boy\2cou\3dradius\2co\3ddomain.on.ca\2cdc\3dplaceholder\2cdc\3dca)))<o:p></o:p></p><p class=MsoNormal>  [domain1] object not found<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>It starts a second search and succeeds.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>  [domain1] ldap_release_conn: Release Id: 0<o:p></o:p></p><p class=MsoNormal>  [domain1] ldap_get_conn: Checking Id: 0<o:p></o:p></p><p class=MsoNormal>  [domain1] ldap_get_conn: Got Id: 0<o:p></o:p></p><p class=MsoNormal>  [domain1] performing search in uid=112boy,ou=radius,o=domain.on.ca,dc=palceholder,dc=ca, with filter (objectclass=*)<o:p></o:p></p><p class=MsoNormal>rlm_ldap::ldap_groupcmp: User found in group residential_profile<o:p></o:p></p><p class=MsoNormal>  [domain1] ldap_release_conn: Release Id: 0<o:p></o:p></p><p class=MsoNormal>[files] users: Matched entry DEFAULT at line 222<o:p></o:p></p><p class=MsoNormal>++[files] returns ok<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>My users file looks like this.<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>ldap domain1 {<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        server = " ldap01.placeholder.ca"<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        identity = "username xxx"<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        password = xxxx<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        basedn = "ou=radius,o=domain.on.ca,dc=placeholder,dc=ca"<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        filter = "(&(uid=%{%{Stripped-User-Name}:-%{User-Name}})(objectclass=posixAccount)(cn=true))"<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        groupname_attribute = cn<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        groupmembership_attribute = radiusGroupName<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>       groupmembership_filter = "(&(objectClass=radiusProfile)(member=%{control:Ldap-UserDn}))"<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>       #do_xlat = yes<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>       #compare_check_items = yes<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>       #access_attr_used_for_allow = yes<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>       ldap_connections_number = 5<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>My users file<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>DEFAULT Service-Type == Framed-User, Huntgroup-Name == bras, domain1-Ldap-Group == residential_profile<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        Service-Type = Framed-User,<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        Framed-Protocol = PPP,<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        Cisco-AVPair += "ip:inacl#100=permit tcp any x.x.0.16 0.0.0.15 eq 25",<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        Cisco-AVPair += "ip:inacl#200=deny tcp any any eq 25",<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        Cisco-AVPair += "ip:inacl#300=permit ip any any",<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>        Fall-Through = No<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>Any help is apprecaited.<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>Thanks,<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:107%'>Chris<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>