20 Jul
2007
20 Jul
'07
8:33 p.m.
Hey Alan, Just one small change needed in the default ldap modules section of radiusd.conf: filter = "(uid=%{Stripped-User-Name:-%{User-Name}})" . needs to be . filter = "(uid=%{%{Stripped-User-Name}:-%{User-Name}})" Can I also suggest adding this right above/below that line: # If you are using a Windows AD, use 'sAMAccountName' instead of # 'uid' in the filter. You will also need to specify an identity # and password, as AD doesn't allow anonymous binding. Might save future generations a few precious minutes of their lives googling. -- hugh