Re: Expanding Suffix or Realm attributes

2010-06-30 Thread Alan DeKok
Rob Turner wrote: The regex realm would work if I could use the Suffix or Realm attribute from something like the check or control list rather than ~.\2a\5c.\2a\5c.\2a$ This was fixed in 2.1.9. See the changelog on www.freeradius.org. Alan DeKok. - List info/subscribe/unsubscribe? See

Expanding Suffix or Realm attributes

2010-06-29 Thread Rob Turner
Problem: Cannot expand %{Realm} or %{Suffix} control attributes for use unless realm is explicitly defined in proxy.conf I'm using freeradius2-2.1.7-7.el5 with ldap module. I would like to perform an ldap dip to get the radiusProxyToRealm attribute for each request based on Suffix as

Re: Expanding Suffix or Realm attributes

2010-06-29 Thread Sajeewa Warnakulasuriya
Hi, You can add the below in the hints file DEFAULT User-Name =~ ^([...@]+)@([[:alnum:].\-_]*)$ Stripped-User-Name = %{1}, Suffix = %{2} Regards, Sajeewa Warnakulasuriya Systems Development Manager ispONE is a wholesale ISP built to help internet access resellers and

Re: Expanding Suffix or Realm attributes

2010-06-29 Thread Rob Turner
- Original Message - From: Rob Turner r...@crosscut.org To: freeradius-users@lists.freeradius.org Sent: Tuesday, June 29, 2010 9:55:57 PM Subject: Expanding Suffix or Realm attributes Problem: Cannot expand %{Realm} or %{Suffix} control attributes for use unless realm