my users are authenticating against AD that means samba+winbind. In my radius log I see login ok but logs as Domain\\username how can I change this so only Login OK: [testuser] from client ....... ---radius.log Aug 28 16:00:05 server1 radiusd[26044]: Login OK: [BILL\\testuser] (from client 192.168.1.1 port 1 cli bb1855t4vv68 via TLS tunnel) Aug 28 16:00:05 server1 radiusd[26044]: Login OK: [BILL\\testuser] (from client 192.168.1.1. port 1 cli bb1855t4vv68)
Khapare Joshi wrote:
my users are authenticating against AD that means samba+winbind.
In my radius log I see login ok but logs as Domain\\username
how can I change this so only Login OK: [testuser] from client .......
See radiusd.conf, look for "stripped_names" Alan DeKok.
Thanks, That worked but I still see some users in my radius log ADDomain\username. so If i want to get just the username - i can achieve by stripped_names = yes in radiusd.conf file But what about keeping <username>@domain.com but get ridoff those ADDomain\\<username> or ADdomain\<username> ? I just do not want to see those AD \\ carp K On Mon, Sep 1, 2014 at 4:29 PM, Alan DeKok <aland@deployingradius.com> wrote:
Khapare Joshi wrote:
my users are authenticating against AD that means samba+winbind.
In my radius log I see login ok but logs as Domain\\username
how can I change this so only Login OK: [testuser] from client .......
See radiusd.conf, look for "stripped_names"
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Khapare Joshi