Hello, I have connected ldap with freeradius. I want to define clients hardcoded in configuration file. Where i will define them? In ldap configuration file or in /etc/freeradius/3.0/users ? Someone who can help me about the configuration files priorities? Thank you
On Feb 2, 2018, at 6:18 AM, Tsirkas Georgios <geortsir3@gmail.com> wrote:
I have connected ldap with freeradius. I want to define clients hardcoded in configuration file. Where i will define them? In ldap configuration file or in /etc/freeradius/3.0/users ?
Clients get defined in raddb/clients.conf
Someone who can help me about the configuration files priorities?
I have no idea what that means. Alan DeKok.
I get this error! I dont know how i can define password filter in ldap module. *Auth: (0) Login incorrect (ldap: Attribute "User-Password" is required for authentication): [mrcirca] (from client routers port 0 cli 172.17.172.21* On 02/02/2018 02:09 PM, Alan DeKok wrote:
On Feb 2, 2018, at 6:18 AM, Tsirkas Georgios <geortsir3@gmail.com> wrote:
I have connected ldap with freeradius. I want to define clients hardcoded in configuration file. Where i will define them? In ldap configuration file or in /etc/freeradius/3.0/users ? Clients get defined in raddb/clients.conf
Someone who can help me about the configuration files priorities? I have no idea what that means.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Feb 2, 2018, at 1:00 PM, Tsirkas Georgios <geortsir3@gmail.com> wrote:
I get this error! I dont know how i can define password filter in ldap module.
*Auth: (0) Login incorrect (ldap: Attribute "User-Password" is required for authentication): [mrcirca] (from client routers port 0 cli 172.17.172.21*
You've set "Auth-Type = LDAP". Don't do that. And then, the server has received an Access-Request which doesn't have a User-Password in it. Alan DeKok.
I want to authenticate user with password.... I unset it, and i got this error Auth: (0) Login incorrect (No Auth-Type found: rejecting the user via Post-Auth-Type = Reject): [mrcirca] (from client routers port 0 cli 172.17.172.21) On 02/02/2018 08:03 PM, Alan DeKok wrote:
On Feb 2, 2018, at 1:00 PM, Tsirkas Georgios <geortsir3@gmail.com> wrote:
I get this error! I dont know how i can define password filter in ldap module.
*Auth: (0) Login incorrect (ldap: Attribute "User-Password" is required for authentication): [mrcirca] (from client routers port 0 cli 172.17.172.21* You've set "Auth-Type = LDAP". Don't do that.
And then, the server has received an Access-Request which doesn't have a User-Password in it.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Tsirkas Georgios