<div>Hi all,</div>
<div> </div>
<div>I have to do:</div>
<div>- On the wlan-client a LDAP-User with his password should logon wit PEAP Credentials.</div>
<div>- The LDAP-User should get an authorization if username and passwort is right AND if he is in LDAP a member of group "wlanclients"</div>
<div> </div>
<div>I have done:</div>
<div>- the freeradius 2.1.6 Server is running</div>
<div>- if LDAPUser and it's password is right, the client is getting access</div>
<div> </div>
<div>I need help:</div>
<div>- I was creating a definition of the groupmembershipfilter in the ldap configuration file:</div>
<div> </div>
<div>groupmembership_filter = "(|(&(objectclass=groupofnames)(member=%(control:Ldap-UserDN)(cn=wlanclient)))"</div>
<div>groupmembership_attribute = member</div>
<div>compare_check_items = yes</div>
<div> </div>
<div>The result for member is: "cn=steffen,ou=company"</div>
<div>it's the same as the user from login</div>
<div> </div>
<div>I think my definition is wrong, what I have to do ?</div>
<div> </div>
<div>So I need a sample for a user which is member in group of wlanclient.</div>
<div>If he's not a member he is not allowed to get authorization.</div>
<div> </div>
<div>Thank you and best regards</div>
<div>Steffen</div>
<div> </div>