Re: (freeradius 3) I'm trying to integrate freeradius with active directory in cenos 7.
Hello, Thanks alan and other users for the help. I think all is working, but I don't know how to test freeradius with active directory users on localhost (radius server) Sorry for the dumb question. Any help please? Thanks.- On Mon, Sep 19, 2016 at 5:12 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
I fixed the issue with radtest.
# radtest bob hello 127.0.0.1 0 testing123 Sending Access-Request Id 154 from 0.0.0.0:47029 to 127.0.0.1:1812 User-Name = 'bob' User-Password = 'hello' NAS-IP-Address = 192.168.72.22 NAS-Port = 0 Message-Authenticator = 0x00 Received Access-Accept Id 154 from 127.0.0.1:1812 to 127.0.0.1:47029 length 20
Thanks.-
On Mon, Sep 19, 2016 at 4:58 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
winbind is running
# systemctl status winbind ● winbind.service - Samba Winbind Daemon Loaded: loaded (/usr/lib/systemd/system/winbind.service; disabled; vendor preset: disabled) Active: active (running) since lun 2016-09-19 16:39:35 UYT; 4min 43s ago Main PID: 4752 (winbindd) Status: "winbindd: ready to serve connections..." CGroup: /system.slice/winbind.service ├─4752 /usr/sbin/winbindd └─4753 /usr/sbin/winbindd
sep 19 16:39:35 prueba systemd[1]: Starting Samba Winbind Daemon... sep 19 16:39:35 prueba winbindd[4752]: [2016/09/19 16:39:35.538056, 0] ../source3/winbindd/winbindd_cache.c:3235(initialize_winbindd_cache) sep 19 16:39:35 prueba winbindd[4752]: initialize_winbindd_cache: clearing cache and re-creating with version number 2 sep 19 16:39:35 prueba winbindd[4752]: [2016/09/19 16:39:35.542982, 0] ../lib/util/become_daemon.c:124(daemon_ready) sep 19 16:39:35 prueba winbindd[4752]: STATUS=daemon 'winbindd' finished starting up and ready to serve connections sep 19 16:39:35 prueba systemd[1]: Started Samba Winbind Daemon.
My progress is fine...
wbinfo -a Administrador%Passw0rd plaintext password authentication failed Could not authenticate user Administrador%Passw0rd with plaintext password challenge/response password authentication succeeded [root@miem-radius-test raddb]# ntlm_auth --request-nt-key --domain=TEST --username=Administrador --password=Passw0rd NT_STATUS_OK: Success (0x0)
but radtest is not working...
radtest -t mschap bob hello localhost 0 testing123 -bash: radtest: command not found
yum provides radtest Complementos cargados:ps miemrepo-base | 3.6 kB 00:00:00 miemrepo-epel | 4.3 kB 00:00:00 miemrepo-base/filelists_db | 6.2 MB 00:00:00 miemrepo-epel/filelists_db | 7.1 MB 00:00:00 freeradius-utils-3.0.4-6.el7.x86_64 : FreeRADIUS utilities Repositorio : testrepo-base Resultado obtenido desde: Nombre del archivo : /usr/bin/radtest
On Mon, Sep 19, 2016 at 4:34 PM, Matthew Newton [via FreeRADIUS] < ml-node+s1045715n5742624h28@n5.nabble.com> wrote:
On Mon, Sep 19, 2016 at 03:33:02PM -0300, Marcelo Martinez wrote:
Any help please?
As per my last e-mail...
Is winbind running?
Matthew
-- Matthew Newton, Ph.D. <[hidden email] <http:///user/SendEmail.jtp?type=node&node=5742624&i=0>>
Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
For IT help contact helpdesk extn. 2253, <[hidden email] <http:///user/SendEmail.jtp?type=node&node=5742624&i=1>> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html
------------------------------ If you reply to this email, your message will be added to the discussion below: http://freeradius.1045715.n5.nabble.com/freeradius-3-I-m-try ing-to-integrate-freeradius-with-active-directory-in-cenos- 7-tp5742598p5742624.html To unsubscribe from FreeRADIUS, click here <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2740692&code=bWFyY2Vsby5tYXJ0aW5lekBuZXhhLmNvbS51eXwyNzQwNjkyfC0xNzQ0NzUzNjYy> . NAML <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
On Sep 21, 2016, at 8:47 AM, Marcelo Martinez <marcelo.martinez@nexa.com.uy> wrote:
Thanks alan and other users for the help. I think all is working, but I don't know how to test freeradius with active directory users on localhost (radius server)
http://deployingradius.com/documents/configuration/active_directory.html Alan DeKok.
I think all is working, but I don't know how to test freeradius with active directory users on localhost (radius server)
I think you might want to check first (following the how-to on the main page): 1. if ntlm_auth / or wbinfo is working fine 2. then just start radius in debugging mode and test with a live AD user. Just my 2 cents, Regards, v4s[at]#unrelated | "sh3ll is just the beginning" On Wed, Sep 21, 2016 at 3:47 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
Hello,
Thanks alan and other users for the help. I think all is working, but I don't know how to test freeradius with active directory users on localhost (radius server)
Sorry for the dumb question.
Any help please?
Thanks.-
On Mon, Sep 19, 2016 at 5:12 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
I fixed the issue with radtest.
# radtest bob hello 127.0.0.1 0 testing123 Sending Access-Request Id 154 from 0.0.0.0:47029 to 127.0.0.1:1812 User-Name = 'bob' User-Password = 'hello' NAS-IP-Address = 192.168.72.22 NAS-Port = 0 Message-Authenticator = 0x00 Received Access-Accept Id 154 from 127.0.0.1:1812 to 127.0.0.1:47029 length 20
Thanks.-
On Mon, Sep 19, 2016 at 4:58 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
winbind is running
# systemctl status winbind ● winbind.service - Samba Winbind Daemon Loaded: loaded (/usr/lib/systemd/system/winbind.service; disabled; vendor preset: disabled) Active: active (running) since lun 2016-09-19 16:39:35 UYT; 4min 43s ago Main PID: 4752 (winbindd) Status: "winbindd: ready to serve connections..." CGroup: /system.slice/winbind.service ├─4752 /usr/sbin/winbindd └─4753 /usr/sbin/winbindd
sep 19 16:39:35 prueba systemd[1]: Starting Samba Winbind Daemon... sep 19 16:39:35 prueba winbindd[4752]: [2016/09/19 16:39:35.538056, 0] ../source3/winbindd/winbindd_cache.c:3235(initialize_winbindd_cache) sep 19 16:39:35 prueba winbindd[4752]: initialize_winbindd_cache: clearing cache and re-creating with version number 2 sep 19 16:39:35 prueba winbindd[4752]: [2016/09/19 16:39:35.542982, 0] ../lib/util/become_daemon.c:124(daemon_ready) sep 19 16:39:35 prueba winbindd[4752]: STATUS=daemon 'winbindd' finished starting up and ready to serve connections sep 19 16:39:35 prueba systemd[1]: Started Samba Winbind Daemon.
My progress is fine...
wbinfo -a Administrador%Passw0rd plaintext password authentication failed Could not authenticate user Administrador%Passw0rd with plaintext password challenge/response password authentication succeeded [root@miem-radius-test raddb]# ntlm_auth --request-nt-key --domain=TEST --username=Administrador --password=Passw0rd NT_STATUS_OK: Success (0x0)
but radtest is not working...
radtest -t mschap bob hello localhost 0 testing123 -bash: radtest: command not found
yum provides radtest Complementos cargados:ps miemrepo-base | 3.6 kB 00:00:00 miemrepo-epel | 4.3 kB 00:00:00 miemrepo-base/filelists_db | 6.2 MB 00:00:00 miemrepo-epel/filelists_db | 7.1 MB 00:00:00 freeradius-utils-3.0.4-6.el7.x86_64 : FreeRADIUS utilities Repositorio : testrepo-base Resultado obtenido desde: Nombre del archivo : /usr/bin/radtest
On Mon, Sep 19, 2016 at 4:34 PM, Matthew Newton [via FreeRADIUS] < ml-node+s1045715n5742624h28@n5.nabble.com> wrote:
On Mon, Sep 19, 2016 at 03:33:02PM -0300, Marcelo Martinez wrote:
Any help please?
As per my last e-mail...
Is winbind running?
Matthew
-- Matthew Newton, Ph.D. <[hidden email] <http:///user/SendEmail.jtp?type=node&node=5742624&i=0>>
Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
For IT help contact helpdesk extn. 2253, <[hidden email] <http:///user/SendEmail.jtp?type=node&node=5742624&i=1>> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html
------------------------------ If you reply to this email, your message will be added to the discussion below: http://freeradius.1045715.n5.nabble.com/freeradius-3-I-m-try ing-to-integrate-freeradius-with-active-directory-in-cenos- 7-tp5742598p5742624.html To unsubscribe from FreeRADIUS, click here <http://freeradius.1045715.n5.nabble.com/template/ NamlServlet.jtp?macro=unsubscribe_by_code&node=2740692&code= bWFyY2Vsby5tYXJ0aW5lekBuZXhhLmNvbS51eXwyNzQwNjkyfC0xNzQ0NzUzNjYy> . NAML <http://freeradius.1045715.n5.nabble.com/template/ NamlServlet.jtp?macro=macro_viewer&id=instant_html% 21nabble%3Aemail.naml&base=nabble.naml.namespaces. BasicNamespace-nabble.view.web.template.NabbleNamespace- nabble.view.web.template.NodeNamespace&breadcrumbs= notify_subscribers%21nabble%3Aemail.naml-instant_emails% 21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
Hello, I'M trying to test radius with active directory administrator and radtest is showing this error: radtest -t mschap Administrator password localhost 0 testing123 (0) Error parsing "-": ip_hton: Temporary failure in name resolution Radius is running without errors. The client is joined to the ad domain and ntml_auth, winbind are ok: ntlm_auth --request-nt-key --domain=TEST --username=Administrator –password=xxxx Password: NT_STATUS_OK: Success (0x0) systemctl status winbind ● winbind.service - Samba Winbind Daemon Loaded: loaded (/usr/lib/systemd/system/winbind.service; enabled; vendor preset: disabled) Active: active (running) since mar 2016-09-20 17:50:35 EDT; 1 day 5h ago Main PID: 1658 (winbindd) Status: "winbindd: ready to serve connections..." CGroup: /system.slice/winbind.service ├─1658 /usr/sbin/winbindd ├─1692 /usr/sbin/winbindd ├─1777 /usr/sbin/winbindd ├─1785 /usr/sbin/winbindd ├─1816 /usr/sbin/winbindd └─1827 /usr/sbin/winbindd net ads testjoin Join is OK Any help please? Thanks.- On Wed, Sep 21, 2016 at 9:55 AM, Johnny R [via FreeRADIUS] < ml-node+s1045715n5742645h79@n5.nabble.com> wrote:
I think all is working, but I don't know how to test freeradius with active directory users on localhost (radius server)
I think you might want to check first (following the how-to on the main page):
1. if ntlm_auth / or wbinfo is working fine 2. then just start radius in debugging mode and test with a live AD user.
Just my 2 cents,
Regards,
v4s[at]#unrelated | "sh3ll is just the beginning"
On Wed, Sep 21, 2016 at 3:47 PM, Marcelo Martinez < [hidden email] <http:///user/SendEmail.jtp?type=node&node=5742645&i=0>> wrote:
Hello,
Thanks alan and other users for the help. I think all is working, but I don't know how to test freeradius with active directory users on localhost (radius server)
Sorry for the dumb question.
Any help please?
Thanks.-
On Mon, Sep 19, 2016 at 5:12 PM, Marcelo Martinez < [hidden email] <http:///user/SendEmail.jtp?type=node&node=5742645&i=1>>
wrote:
I fixed the issue with radtest.
# radtest bob hello 127.0.0.1 0 testing123 Sending Access-Request Id 154 from 0.0.0.0:47029 to 127.0.0.1:1812 User-Name = 'bob' User-Password = 'hello' NAS-IP-Address = 192.168.72.22 NAS-Port = 0 Message-Authenticator = 0x00 Received Access-Accept Id 154 from 127.0.0.1:1812 to 127.0.0.1:47029 length 20
Thanks.-
On Mon, Sep 19, 2016 at 4:58 PM, Marcelo Martinez < [hidden email] <http:///user/SendEmail.jtp?type=node&node=5742645&i=2>>
winbind is running
# systemctl status winbind ● winbind.service - Samba Winbind Daemon Loaded: loaded (/usr/lib/systemd/system/winbind.service;
disabled;
vendor preset: disabled) Active: active (running) since lun 2016-09-19 16:39:35 UYT; 4min 43s ago Main PID: 4752 (winbindd) Status: "winbindd: ready to serve connections..." CGroup: /system.slice/winbind.service ├─4752 /usr/sbin/winbindd └─4753 /usr/sbin/winbindd
sep 19 16:39:35 prueba systemd[1]: Starting Samba Winbind Daemon... sep 19 16:39:35 prueba winbindd[4752]: [2016/09/19 16:39:35.538056, 0] ../source3/winbindd/winbindd_cache.c:3235(initialize_winbindd_cache) sep 19 16:39:35 prueba winbindd[4752]: initialize_winbindd_cache: clearing cache and re-creating with version number 2 sep 19 16:39:35 prueba winbindd[4752]: [2016/09/19 16:39:35.542982, 0] ../lib/util/become_daemon.c:124(daemon_ready) sep 19 16:39:35 prueba winbindd[4752]: STATUS=daemon 'winbindd' finished starting up and ready to serve connections sep 19 16:39:35 prueba systemd[1]: Started Samba Winbind Daemon.
My progress is fine...
wbinfo -a Administrador%Passw0rd plaintext password authentication failed Could not authenticate user Administrador%Passw0rd with plaintext password challenge/response password authentication succeeded [root@miem-radius-test raddb]# ntlm_auth --request-nt-key --domain=TEST --username=Administrador --password=Passw0rd NT_STATUS_OK: Success (0x0)
but radtest is not working...
radtest -t mschap bob hello localhost 0 testing123 -bash: radtest: command not found
yum provides radtest Complementos cargados:ps miemrepo-base | 3.6 kB 00:00:00 miemrepo-epel | 4.3 kB 00:00:00 miemrepo-base/filelists_db | 6.2 MB 00:00:00 miemrepo-epel/filelists_db | 7.1 MB 00:00:00 freeradius-utils-3.0.4-6.el7.x86_64 : FreeRADIUS utilities Repositorio : testrepo-base Resultado obtenido desde: Nombre del archivo : /usr/bin/radtest
On Mon, Sep 19, 2016 at 4:34 PM, Matthew Newton [via FreeRADIUS] < [hidden email] <http:///user/SendEmail.jtp?type=node&node=5742645&i=3>> wrote:
On Mon, Sep 19, 2016 at 03:33:02PM -0300, Marcelo Martinez wrote:
Any help please?
As per my last e-mail...
Is winbind running?
Matthew
-- Matthew Newton, Ph.D. <[hidden email] <http:///user/SendEmail.jtp?type=node&node=5742624&i=0>>
Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
For IT help contact helpdesk extn. 2253, <[hidden email] <http:///user/SendEmail.jtp?type=node&node=5742624&i=1>> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html
------------------------------ If you reply to this email, your message will be added to the discussion below: http://freeradius.1045715.n5.nabble.com/freeradius-3-I-m-try ing-to-integrate-freeradius-with-active-directory-in-cenos- 7-tp5742598p5742624.html To unsubscribe from FreeRADIUS, click here <http://freeradius.1045715.n5.nabble.com/template/ NamlServlet.jtp?macro=unsubscribe_by_code&node=2740692&code= bWFyY2Vsby5tYXJ0aW5lekBuZXhhLmNvbS51eXwyNzQwNjkyfC0xNzQ0NzUzNjYy> . NAML <http://freeradius.1045715.n5.nabble.com/template/ NamlServlet.jtp?macro=macro_viewer&id=instant_html% 21nabble%3Aemail.naml&base=nabble.naml.namespaces. BasicNamespace-nabble.view.web.template.NabbleNamespace- nabble.view.web.template.NodeNamespace&breadcrumbs= notify_subscribers%21nabble%3Aemail.naml-instant_emails% 21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
wrote: - List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
------------------------------ If you reply to this email, your message will be added to the discussion below: http://freeradius.1045715.n5.nabble.com/freeradius-3-I-m- trying-to-integrate-freeradius-with-active-directory-in-cenos-7- tp5742598p5742645.html To unsubscribe from FreeRADIUS, click here <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2740692&code=bWFyY2Vsby5tYXJ0aW5lekBuZXhhLmNvbS51eXwyNzQwNjkyfC0xNzQ0NzUzNjYy> . NAML <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
My /etc/hosts: cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 10.8.10.109 test.uy dc1.test.uy On Thu, Sep 22, 2016 at 3:03 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote: > Hello, > > I'M trying to test radius with active directory administrator and radtest > is showing this error: > > radtest -t mschap Administrator password localhost 0 testing123 > (0) Error parsing "-": ip_hton: Temporary failure in name resolution > > Radius is running without errors. > > The client is joined to the ad domain and ntml_auth, winbind are ok: > > ntlm_auth --request-nt-key --domain=TEST --username=Administrator > –password=xxxx > Password: > NT_STATUS_OK: Success (0x0) > > systemctl status winbind > ● winbind.service - Samba Winbind Daemon > Loaded: loaded (/usr/lib/systemd/system/winbind.service; enabled; > vendor preset: disabled) > Active: active (running) since mar 2016-09-20 17:50:35 EDT; 1 day 5h ago > Main PID: 1658 (winbindd) > Status: "winbindd: ready to serve connections..." > CGroup: /system.slice/winbind.service > ├─1658 /usr/sbin/winbindd > ├─1692 /usr/sbin/winbindd > ├─1777 /usr/sbin/winbindd > ├─1785 /usr/sbin/winbindd > ├─1816 /usr/sbin/winbindd > └─1827 /usr/sbin/winbindd > > > net ads testjoin > Join is OK > > Any help please? > > Thanks.- > > > On Wed, Sep 21, 2016 at 9:55 AM, Johnny R [via FreeRADIUS] < > ml-node+s1045715n5742645h79@n5.nabble.com> wrote: > >> >I think all is working, but I don't know how to test freeradius with >> active >> >directory users on localhost (radius server) >> >> I think you might want to check first (following the how-to on the main >> page): >> >> 1. if ntlm_auth / or wbinfo is working fine >> 2. then just start radius in debugging mode and test with a live AD >> user. >> >> Just my 2 cents, >> >> >> Regards, >> >> v4s[at]#unrelated | "sh3ll is just the beginning" >> >> >> >> >> >> On Wed, Sep 21, 2016 at 3:47 PM, Marcelo Martinez < >> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5742645&i=0>> >> wrote: >> >> > Hello, >> > >> > Thanks alan and other users for the help. >> > I think all is working, but I don't know how to test freeradius with >> active >> > directory users on localhost (radius server) >> >> Sorry for the dumb question. >> >> > >> > Any help please? >> > >> > Thanks.- >> > >> > On Mon, Sep 19, 2016 at 5:12 PM, Marcelo Martinez < >> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5742645&i=1>> >> wrote: >> > >> > > I fixed the issue with radtest. >> > > >> > > # radtest bob hello 127.0.0.1 0 testing123 >> > > Sending Access-Request Id 154 from 0.0.0.0:47029 to 127.0.0.1:1812 >> > > User-Name = 'bob' >> > > User-Password = 'hello' >> > > NAS-IP-Address = 192.168.72.22 >> > > NAS-Port = 0 >> > > Message-Authenticator = 0x00 >> > > Received Access-Accept Id 154 from 127.0.0.1:1812 to 127.0.0.1:47029 >> > > length 20 >> > > >> > > Thanks.- >> > > >> > > On Mon, Sep 19, 2016 at 4:58 PM, Marcelo Martinez < >> > > [hidden email] >> <http:///user/SendEmail.jtp?type=node&node=5742645&i=2>> wrote: >> > > >> > >> winbind is running >> > >> >> > >> # systemctl status winbind >> > >> ● winbind.service - Samba Winbind Daemon >> > >> Loaded: loaded (/usr/lib/systemd/system/winbind.service; >> disabled; >> > >> vendor preset: disabled) >> > >> Active: active (running) since lun 2016-09-19 16:39:35 UYT; 4min >> 43s >> > >> ago >> > >> Main PID: 4752 (winbindd) >> > >> Status: "winbindd: ready to serve connections..." >> > >> CGroup: /system.slice/winbind.service >> > >> ├─4752 /usr/sbin/winbindd >> > >> └─4753 /usr/sbin/winbindd >> > >> >> > >> sep 19 16:39:35 prueba systemd[1]: Starting Samba Winbind Daemon... >> > >> sep 19 16:39:35 prueba winbindd[4752]: [2016/09/19 16:39:35.538056, >> 0] >> > >> ../source3/winbindd/winbindd_cache.c:3235(initialize_winbindd_cache) >> >> > >> sep 19 16:39:35 prueba winbindd[4752]: initialize_winbindd_cache: >> > >> clearing cache and re-creating with version number 2 >> > >> sep 19 16:39:35 prueba winbindd[4752]: [2016/09/19 16:39:35.542982, >> 0] >> > >> ../lib/util/become_daemon.c:124(daemon_ready) >> > >> sep 19 16:39:35 prueba winbindd[4752]: STATUS=daemon 'winbindd' >> > >> finished starting up and ready to serve connections >> > >> sep 19 16:39:35 prueba systemd[1]: Started Samba Winbind Daemon. >> > >> >> > >> My progress is fine... >> > >> >> > >> wbinfo -a Administrador%Passw0rd >> > >> plaintext password authentication failed >> > >> Could not authenticate user Administrador%Passw0rd with plaintext >> > password >> > >> challenge/response password authentication succeeded >> > >> [root@miem-radius-test raddb]# ntlm_auth --request-nt-key >> --domain=TEST >> > >> --username=Administrador --password=Passw0rd >> > >> NT_STATUS_OK: Success (0x0) >> > >> >> > >> but radtest is not working... >> > >> >> > >> radtest -t mschap bob hello localhost 0 testing123 >> > >> -bash: radtest: command not found >> > >> >> > >> yum provides radtest >> > >> Complementos cargados:ps >> > >> miemrepo-base >> > >> | 3.6 kB 00:00:00 >> > >> miemrepo-epel >> > >> | 4.3 kB 00:00:00 >> > >> miemrepo-base/filelists_db >> > >> | 6.2 MB 00:00:00 >> > >> miemrepo-epel/filelists_db >> > >> | 7.1 MB 00:00:00 >> > >> freeradius-utils-3.0.4-6.el7.x86_64 : FreeRADIUS utilities >> > >> Repositorio : testrepo-base >> > >> Resultado obtenido desde: >> > >> Nombre del archivo : /usr/bin/radtest >> > >> >> > >> >> > >> >> > >> On Mon, Sep 19, 2016 at 4:34 PM, Matthew Newton [via FreeRADIUS] < >> > >> [hidden email] >> <http:///user/SendEmail.jtp?type=node&node=5742645&i=3>> wrote: >> > >> >> > >>> On Mon, Sep 19, 2016 at 03:33:02PM -0300, Marcelo Martinez wrote: >> > >>> > Any help please? >> > >>> >> > >>> As per my last e-mail... >> > >>> >> > >>> Is winbind running? >> > >>> >> > >>> Matthew >> > >>> >> > >>> >> > >>> -- >> > >>> Matthew Newton, Ph.D. <[hidden email] >> > >>> <http:///user/SendEmail.jtp?type=node&node=5742624&i=0>> >> > >>> >> > >>> Systems Specialist, Infrastructure Services, >> > >>> I.T. Services, University of Leicester, Leicester LE1 7RH, United >> > >>> Kingdom >> > >>> >> > >>> For IT help contact helpdesk extn. 2253, <[hidden email] >> > >>> <http:///user/SendEmail.jtp?type=node&node=5742624&i=1>> >> > >>> - >> > >>> List info/subscribe/unsubscribe? See http://www.freeradius.org/list >> > >>> /users.html >> > >>> >> > >>> ------------------------------ >> > >>> If you reply to this email, your message will be added to the >> > discussion >> > >>> below: >> > >>> http://freeradius.1045715.n5.nabble.com/freeradius-3-I-m-try >> > >>> ing-to-integrate-freeradius-with-active-directory-in-cenos- >> > >>> 7-tp5742598p5742624.html >> > >>> To unsubscribe from FreeRADIUS, click here >> > >>> <http://freeradius.1045715.n5.nabble.com/template/ >> > NamlServlet.jtp?macro=unsubscribe_by_code&node=2740692&code= >> > bWFyY2Vsby5tYXJ0aW5lekBuZXhhLmNvbS51eXwyNzQwNjkyfC0xNzQ0NzUzNjYy> >> > >>> . >> > >>> NAML >> > >>> <http://freeradius.1045715.n5.nabble.com/template/ >> > NamlServlet.jtp?macro=macro_viewer&id=instant_html% >> > 21nabble%3Aemail.naml&base=nabble.naml.namespaces. >> > BasicNamespace-nabble.view.web.template.NabbleNamespace- >> > nabble.view.web.template.NodeNamespace&breadcrumbs= >> > notify_subscribers%21nabble%3Aemail.naml-instant_emails% >> > 21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> >> > >>> >> > >> >> > >> >> > > >> > - >> > List info/subscribe/unsubscribe? See http://www.freeradius.org/ >> > list/users.html >> - >> List info/subscribe/unsubscribe? See http://www.freeradius.org/list >> /users.html >> >> ------------------------------ >> If you reply to this email, your message will be added to the discussion >> below: >> http://freeradius.1045715.n5.nabble.com/freeradius-3-I-m-try >> ing-to-integrate-freeradius-with-active-directory-in- >> cenos-7-tp5742598p5742645.html >> To unsubscribe from FreeRADIUS, click here >> <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2740692&code=bWFyY2Vsby5tYXJ0aW5lekBuZXhhLmNvbS51eXwyNzQwNjkyfC0xNzQ0NzUzNjYy> >> . >> NAML >> <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> >> > >
Hi,
radtest -t mschap Administrator password localhost 0 testing123 (0) Error parsing "-": ip_hton: Temporary failure in name resolution
port 0 is......an unusual choice.... just put in some bigger number... but it looks like your /etc/hosts isnt right. try eg radtest -t mschap Administrator password 127.0.0.1 1234 testing123 alan
Thanks Alan, but the result is the same: radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123 (0) Error parsing "-": ip_hton: Temporary failure in name resolution On Thu, Sep 22, 2016 at 4:01 PM, A.L.M.Buxey [via FreeRADIUS] < ml-node+s1045715n5742680h64@n5.nabble.com> wrote:
Hi,
radtest -t mschap Administrator password localhost 0 testing123 (0) Error parsing "-": ip_hton: Temporary failure in name resolution
port 0 is......an unusual choice.... just put in some bigger number... but it looks like your /etc/hosts isnt right. try
eg
radtest -t mschap Administrator password 127.0.0.1 1234 testing123
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
------------------------------ If you reply to this email, your message will be added to the discussion below: http://freeradius.1045715.n5.nabble.com/freeradius-3-I-m- trying-to-integrate-freeradius-with-active-directory-in-cenos-7- tp5742598p5742680.html To unsubscribe from FreeRADIUS, click here <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2740692&code=bWFyY2Vsby5tYXJ0aW5lekBuZXhhLmNvbS51eXwyNzQwNjkyfC0xNzQ0NzUzNjYy> . NAML <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
On Sep 22, 2016, at 3:48 PM, Marcelo Martinez <marcelo.martinez@nexa.com.uy> wrote:
Thanks Alan, but the result is the same:
radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123 (0) Error parsing "-": ip_hton: Temporary failure in name resolution
<shrug> Make sure that DNS is running. Fix you local system. I've never seen that problem in any system I've run. So the problem isn't in FreeRADIUS. It's in your local system. Alan DeKok.
radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123
Have you tried running this without specifying the authentication type? Do you still get the same error? Thank You, Matthew West On Thu, Sep 22, 2016 at 12:59 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Sep 22, 2016, at 3:48 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
Thanks Alan, but the result is the same:
radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123 (0) Error parsing "-": ip_hton: Temporary failure in name resolution
<shrug> Make sure that DNS is running. Fix you local system.
I've never seen that problem in any system I've run. So the problem isn't in FreeRADIUS. It's in your local system.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
Yes Matthew, same error. Thanks.- On Thu, Sep 22, 2016 at 5:27 PM, Matthew West <matthew.t.west@gmail.com> wrote:
radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123
Have you tried running this without specifying the authentication type? Do you still get the same error?
Thank You,
Matthew West
On Thu, Sep 22, 2016 at 12:59 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Sep 22, 2016, at 3:48 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
Thanks Alan, but the result is the same:
radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123 (0) Error parsing "-": ip_hton: Temporary failure in name resolution
<shrug> Make sure that DNS is running. Fix you local system.
I've never seen that problem in any system I've run. So the problem isn't in FreeRADIUS. It's in your local system.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
Hello, Alan was right, the problem was my /etc/hosts. I added an entry for my hostname ponited to localhost and the problem is fixed: radtest Administrator nexa.2016 localhost 1234 testing123 Sending Access-Request Id 80 from 0.0.0.0:37002 to 127.0.0.1:1812 User-Name = 'Administrator' User-Password = 'password' NAS-IP-Address = 127.0.0.1 NAS-Port = 1234 Message-Authenticator = 0x00 Received Access-Reject Id 80 from 127.0.0.1:1812 to 127.0.0.1:37002 length 20 (0) -: Expected Access-Accept got Access-Reject However I can't authenticate. "(0) -: Expected Access-Accept got Access-Reject" Any tip? Thanks.- On Fri, Sep 23, 2016 at 9:59 AM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
Yes Matthew, same error.
Thanks.-
On Thu, Sep 22, 2016 at 5:27 PM, Matthew West <matthew.t.west@gmail.com> wrote:
radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123
Have you tried running this without specifying the authentication type? Do you still get the same error?
Thank You,
Matthew West
On Thu, Sep 22, 2016 at 12:59 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Sep 22, 2016, at 3:48 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
Thanks Alan, but the result is the same:
radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123 (0) Error parsing "-": ip_hton: Temporary failure in name resolution
<shrug> Make sure that DNS is running. Fix you local system.
I've never seen that problem in any system I've run. So the problem isn't in FreeRADIUS. It's in your local system.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html
radtest -t mschap Administrator nexa.2016 localhost 1234 testing123 Sending Access-Request Id 104 from 0.0.0.0:56320 to 127.0.0.1:1812 User-Name = 'Administrator' NAS-IP-Address = 127.0.0.1 NAS-Port = 1234 Message-Authenticator = 0x00 MS-CHAP-Challenge = 0x110aedd4fa5bc4fe MS-CHAP-Response = 0x00010000000000000000000000000000000000000000000000005341b3d5311ddec576f1448cd9ae98c3ff5deda5b8fc8e52 Received Access-Reject Id 104 from 127.0.0.1:1812 to 127.0.0.1:56320 length 38 MS-CHAP-Error = '\000E=691 R=1' (0) -: Expected Access-Accept got Access-Reject On Fri, Sep 23, 2016 at 10:03 AM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
Hello,
Alan was right, the problem was my /etc/hosts. I added an entry for my hostname ponited to localhost and the problem is fixed:
radtest Administrator nexa.2016 localhost 1234 testing123 Sending Access-Request Id 80 from 0.0.0.0:37002 to 127.0.0.1:1812 User-Name = 'Administrator' User-Password = 'password' NAS-IP-Address = 127.0.0.1 NAS-Port = 1234 Message-Authenticator = 0x00 Received Access-Reject Id 80 from 127.0.0.1:1812 to 127.0.0.1:37002 length 20 (0) -: Expected Access-Accept got Access-Reject
However I can't authenticate.
"(0) -: Expected Access-Accept got Access-Reject"
Any tip?
Thanks.-
On Fri, Sep 23, 2016 at 9:59 AM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
Yes Matthew, same error.
Thanks.-
On Thu, Sep 22, 2016 at 5:27 PM, Matthew West <matthew.t.west@gmail.com> wrote:
radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123
Have you tried running this without specifying the authentication type? Do you still get the same error?
Thank You,
Matthew West
On Thu, Sep 22, 2016 at 12:59 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Sep 22, 2016, at 3:48 PM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
Thanks Alan, but the result is the same:
radtest -t mschap Administrator xxxx 127.0.0.1 1234 testing123 (0) Error parsing "-": ip_hton: Temporary failure in name resolution
<shrug> Make sure that DNS is running. Fix you local system.
I've never seen that problem in any system I've run. So the problem isn't in FreeRADIUS. It's in your local system.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html
On Sep 23, 2016, at 9:03 AM, Marcelo Martinez <marcelo.martinez@nexa.com.uy> wrote:
Alan was right, the problem was my /etc/hosts. I added an entry for my hostname ponited to localhost and the problem is fixed:
Good.
radtest Administrator nexa.2016 localhost 1234 testing123 Sending Access-Request Id 80 from 0.0.0.0:37002 to 127.0.0.1:1812 User-Name = 'Administrator' User-Password = 'password' NAS-IP-Address = 127.0.0.1 NAS-Port = 1234 Message-Authenticator = 0x00 Received Access-Reject Id 80 from 127.0.0.1:1812 to 127.0.0.1:37002 length 20 (0) -: Expected Access-Accept got Access-Reject
However I can't authenticate.
"(0) -: Expected Access-Accept got Access-Reject"
Any tip?
If only the server produced some kind of debug log which showed you what it was doing. Alan DeKo,
(0) mschap : Client is using MS-CHAPv1 with NT-Password Executing: /usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None} --domain=%{%{mschap:NT-Domain}:-TEST} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}: (0) mschap : EXPAND --username=%{mschap:User-Name:-None} (0) mschap : --> --username=Administrator (0) ERROR: mschap : No NT-Domain was found in the User-Name (0) mschap : EXPAND --domain=%{%{mschap:NT-Domain}:-TEST} (0) mschap : --> --domain=TEST (0) mschap : mschap1: 17 (0) mschap : EXPAND --challenge=%{mschap:Challenge:-00} (0) mschap : --> --challenge=1727510430eb23ac (0) mschap : EXPAND --nt-response=%{mschap:NT-Response:-00} (0) mschap : --> --nt-response=a3ef84d919b3671900fd909461ed833b69c4e1ed39cd251d Program returned code (1) and output 'Reading winbind reply failed! (0xc0000001)' (0) mschap : External script failed (0) ERROR: mschap : External script says: Reading winbind reply failed! (0xc0000001) (0) ERROR: mschap : MS-CHAP-Response is incorrect (0) [mschap] = reject (0) } # Auth-Type MS-CHAP = reject (0) Failed to authenticate the user (0) Using Post-Auth-Type Reject (0) # Executing group from file /etc/raddb/sites-enabled/default (0) Post-Auth-Type REJECT { (0) attr_filter.access_reject : EXPAND %{User-Name} (0) attr_filter.access_reject : --> Administrator (0) attr_filter.access_reject : Matched entry DEFAULT at line 11 (0) [attr_filter.access_reject] = updated (0) eap : Request didn't contain an EAP-Message, not inserting EAP-Failure (0) [eap] = noop (0) remove_reply_message_if_eap remove_reply_message_if_eap { (0) if (&reply:EAP-Message && &reply:Reply-Message) (0) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE (0) else else { (0) [noop] = noop (0) } # else else = noop (0) } # remove_reply_message_if_eap remove_reply_message_if_eap = noop (0) } # Post-Auth-Type REJECT = updated (0) Delaying response for 1 seconds Waking up in 0.9 seconds. (0) Sending delayed response (0) Sending Access-Reject packet to host 127.0.0.1 port 53971, id=134, length=0 (0) MS-CHAP-Error = '\000E=691 R=1' Sending Access-Reject Id 134 from 127.0.0.1:1812 to 127.0.0.1:53971 MS-CHAP-Error = '\000E=691 R=1' Waking up in 3.9 seconds. (0) Cleaning up request packet ID 134 with timestamp +43 Ready to process requests On Fri, Sep 23, 2016 at 10:09 AM, Alan DeKok-2 [via FreeRADIUS] < ml-node+s1045715n5742701h15@n5.nabble.com> wrote:
On Sep 23, 2016, at 9:03 AM, Marcelo Martinez <[hidden email] <http:///user/SendEmail.jtp?type=node&node=5742701&i=0>> wrote:
Alan was right, the problem was my /etc/hosts. I added an entry for my hostname ponited to localhost and the problem is fixed:
Good.
radtest Administrator nexa.2016 localhost 1234 testing123 Sending Access-Request Id 80 from 0.0.0.0:37002 to 127.0.0.1:1812 User-Name = 'Administrator' User-Password = 'password' NAS-IP-Address = 127.0.0.1 NAS-Port = 1234 Message-Authenticator = 0x00 Received Access-Reject Id 80 from 127.0.0.1:1812 to 127.0.0.1:37002 length 20 (0) -: Expected Access-Accept got Access-Reject
However I can't authenticate.
"(0) -: Expected Access-Accept got Access-Reject"
Any tip?
If only the server produced some kind of debug log which showed you what it was doing.
Alan DeKo,
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
------------------------------ If you reply to this email, your message will be added to the discussion below: http://freeradius.1045715.n5.nabble.com/freeradius-3-I-m- trying-to-integrate-freeradius-with-active-directory-in-cenos-7- tp5742598p5742701.html To unsubscribe from FreeRADIUS, click here <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2740692&code=bWFyY2Vsby5tYXJ0aW5lekBuZXhhLmNvbS51eXwyNzQwNjkyfC0xNzQ0NzUzNjYy> . NAML <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
On Sep 23, 2016, at 9:18 AM, Marcelo Martinez <marcelo.martinez@nexa.com.uy> wrote:
(0) mschap : Client is using MS-CHAPv1 with NT-Password Executing: /usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None} --domain=%{%{mschap:NT-Domain}:-TEST} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}: (0) mschap : EXPAND --username=%{mschap:User-Name:-None} (0) mschap : --> --username=Administrator (0) ERROR: mschap : No NT-Domain was found in the User-Name (0) mschap : EXPAND --domain=%{%{mschap:NT-Domain}:-TEST} (0) mschap : --> --domain=TEST (0) mschap : mschap1: 17 (0) mschap : EXPAND --challenge=%{mschap:Challenge:-00} (0) mschap : --> --challenge=1727510430eb23ac (0) mschap : EXPAND --nt-response=%{mschap:NT-Response:-00} (0) mschap : --> --nt-response=a3ef84d919b3671900fd909461ed833b69c4e1ed39cd251d Program returned code (1) and output 'Reading winbind reply failed! (0xc0000001)' (0) mschap : External script failed (0) ERROR: mschap : External script says: Reading winbind reply failed! (0xc0000001)
That would seem important. Fix ntlm_auth / winbind so that it works. Follow my guide: http://deployingradius.com/documents/configuration/active_directory.html Do it all step by step. It shouldn't be difficult. Alan DeKok.
Alan, winbind and ntlm_auth are fine: [root@prueba ~]# ntlm_auth --request-nt-key --domain=TEST --username=Administrator –password=nexa.2016 Password: NT_STATUS_OK: Success (0x0) radtest -t mschap Administrator nexa.2016 localhost 1234 testing123 Sending Access-Request Id 121 from 0.0.0.0:34409 to 127.0.0.1:1812 User-Name = 'Administrator' NAS-IP-Address = 127.0.0.1 NAS-Port = 1234 Message-Authenticator = 0x00 MS-CHAP-Challenge = 0xf306adf2f9702fdd MS-CHAP-Response = 0x0001000000000000000000000000000000000000000000000000d89a86f7d46629cfee044279e7ee3ddee7fe920649caba35 Received Access-Reject Id 121 from 127.0.0.1:1812 to 127.0.0.1:34409 length 38 MS-CHAP-Error = '\000E=691 R=1' (0) -: Expected Access-Accept got Access-Reject systemctl status winbind ● winbind.service - Samba Winbind Daemon Loaded: loaded (/usr/lib/systemd/system/winbind.service; enabled; vendor preset: disabled) Active: active (running) since jue 2016-09-22 18:58:52 EDT; 14min ago Main PID: 7820 (winbindd) Status: "winbindd: ready to serve connections..." CGroup: /system.slice/winbind.service ├─7820 /usr/sbin/winbindd ├─7821 /usr/sbin/winbindd └─7874 /usr/sbin/winbindd sep 22 18:58:52 prueba systemd[1]: Starting Samba Winbind Daemon... sep 22 18:58:52 prueba winbindd[7820]: [2016/09/22 18:58:52.517280, 0] ../source3/winbindd/winbindd_cache.c:3235(initialize_winbindd_cache) sep 22 18:58:52 prueba winbindd[7820]: initialize_winbindd_cache: clearing cache and re-creating with version number 2 sep 22 18:58:52 prueba winbindd[7820]: [2016/09/22 18:58:52.531670, 0] ../lib/util/become_daemon.c:124(daemon_ready) sep 22 18:58:52 prueba winbindd[7820]: STATUS=daemon 'winbindd' finished starting up and ready to serve connections sep 22 18:58:52 prueba systemd[1]: Started Samba Winbind Daemon. systemctl status smb ● smb.service - Samba SMB Daemon Loaded: loaded (/usr/lib/systemd/system/smb.service; enabled; vendor preset: disabled) Active: active (running) since jue 2016-09-22 18:58:46 EDT; 15min ago Main PID: 7810 (smbd) Status: "smbd: ready to serve connections..." CGroup: /system.slice/smb.service ├─7810 /usr/sbin/smbd └─7812 /usr/sbin/smbd sep 22 18:58:46 prueba systemd[1]: Starting Samba SMB Daemon... sep 22 18:58:46 prueba smbd[7810]: [2016/09/22 18:58:46.841270, 0] ../lib/util/become_daemon.c:124(daemon_ready) sep 22 18:58:46 prueba smbd[7810]: STATUS=daemon 'smbd' finished starting up and ready to serve connections sep 22 18:58:46 prueba systemd[1]: Started Samba SMB Daemon. sep 22 18:58:46 prueba smbd[7812]: [2016/09/22 18:58:46.947801, 0] ../source3/printing/print_cups.c:529(cups_async_callback) sep 22 18:58:46 prueba smbd[7812]: failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL sep 22 18:59:46 prueba smbd[7812]: [2016/09/22 18:59:46.982268, 0] ../source3/printing/print_cups.c:529(cups_async_callback) sep 22 18:59:46 prueba smbd[7812]: failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL sep 22 19:12:47 prueba smbd[7812]: [2016/09/22 19:12:47.228188, 0] ../source3/printing/print_cups.c:529(cups_async_callback) sep 22 19:12:47 prueba smbd[7812]: failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL With ntlm_auth I can authenticate Administrator user but not with freeradius... radiusd -X radiusd: FreeRADIUS Version 3.0.4, for host x86_64-redhat-linux-gnu, built on Mar 5 2015 at 23:41:36 Copyright (C) 1999-2014 The FreeRADIUS server project and contributors There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License For more information about these matters, see the file named COPYRIGHT Starting - reading configuration files ... including dictionary file /usr/share/freeradius/dictionary including dictionary file /usr/share/freeradius/dictionary.dhcp including dictionary file /usr/share/freeradius/dictionary.vqp including dictionary file /etc/raddb/dictionary including configuration file /etc/raddb/radiusd.conf including configuration file /etc/raddb/proxy.conf including configuration file /etc/raddb/clients.conf including files in directory /etc/raddb/mods-enabled/ including configuration file /etc/raddb/mods-enabled/always including configuration file /etc/raddb/mods-enabled/attr_filter including configuration file /etc/raddb/mods-enabled/cache_eap including configuration file /etc/raddb/mods-enabled/chap including configuration file /etc/raddb/mods-enabled/detail including configuration file /etc/raddb/mods-enabled/detail.log including configuration file /etc/raddb/mods-enabled/dhcp including configuration file /etc/raddb/mods-enabled/digest including configuration file /etc/raddb/mods-enabled/dynamic_clients including configuration file /etc/raddb/mods-enabled/eap including configuration file /etc/raddb/mods-enabled/echo including configuration file /etc/raddb/mods-enabled/exec including configuration file /etc/raddb/mods-enabled/expiration including configuration file /etc/raddb/mods-enabled/expr including configuration file /etc/raddb/mods-enabled/files including configuration file /etc/raddb/mods-enabled/linelog including configuration file /etc/raddb/mods-enabled/logintime including configuration file /etc/raddb/mods-enabled/mschap including configuration file /etc/raddb/mods-enabled/ntlm_auth including configuration file /etc/raddb/mods-enabled/pap including configuration file /etc/raddb/mods-enabled/passwd including configuration file /etc/raddb/mods-enabled/preprocess including configuration file /etc/raddb/mods-enabled/radutmp including configuration file /etc/raddb/mods-enabled/realm including configuration file /etc/raddb/mods-enabled/replicate including configuration file /etc/raddb/mods-enabled/soh including configuration file /etc/raddb/mods-enabled/sradutmp including configuration file /etc/raddb/mods-enabled/unix including configuration file /etc/raddb/mods-enabled/unpack including configuration file /etc/raddb/mods-enabled/utf8 including files in directory /etc/raddb/policy.d/ including configuration file /etc/raddb/policy.d/accounting including configuration file /etc/raddb/policy.d/canonicalization including configuration file /etc/raddb/policy.d/control including configuration file /etc/raddb/policy.d/cui including configuration file /etc/raddb/policy.d/debug including configuration file /etc/raddb/policy.d/dhcp including configuration file /etc/raddb/policy.d/eap including configuration file /etc/raddb/policy.d/filter including configuration file /etc/raddb/policy.d/operator-name including files in directory /etc/raddb/sites-enabled/ including configuration file /etc/raddb/sites-enabled/default including configuration file /etc/raddb/sites-enabled/inner-tunnel main { security { user = "radiusd" group = "radiusd" allow_core_dumps = no } } main { name = "radiusd" prefix = "/usr" localstatedir = "/var" sbindir = "/usr/sbin" logdir = "/var/log/radius" run_dir = "/var/run/radiusd" libdir = "/usr/lib64/freeradius" radacctdir = "/var/log/radius/radacct" hostname_lookups = no max_request_time = 30 cleanup_delay = 5 max_requests = 1024 pidfile = "/var/run/radiusd/radiusd.pid" checkrad = "/usr/sbin/checkrad" debug_level = 0 proxy_requests = yes log { stripped_names = no auth = no auth_badpass = no auth_goodpass = no colourise = yes msg_denied = "You are already logged in - access denied" } security { max_attributes = 200 reject_delay = 1 status_server = yes } } radiusd: #### Loading Realms and Home Servers #### proxy server { retry_delay = 5 retry_count = 3 default_fallback = no dead_time = 120 wake_all_if_all_dead = no } home_server localhost { ipaddr = 127.0.0.1 port = 1812 type = "auth" secret = <<< secret >>> response_window = 20.000000 response_timeouts = 1 max_outstanding = 65536 zombie_period = 40 status_check = "status-server" ping_interval = 30 check_interval = 30 check_timeout = 4 num_answers_to_alive = 3 revive_interval = 120 coa { irt = 2 mrt = 16 mrc = 5 mrd = 30 } limit { max_connections = 16 max_requests = 0 lifetime = 0 idle_timeout = 0 } } home_server_pool my_auth_failover { type = fail-over home_server = localhost } realm example.com { auth_pool = my_auth_failover } realm LOCAL { } radiusd: #### Loading Clients #### client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = <<< secret >>> nas_type = "other" proto = "*" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } client localhost_ipv6 { ipv6addr = ::1 require_message_authenticator = no secret = <<< secret >>> limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } radiusd: #### Instantiating modules #### instantiate { } modules { # Loaded module rlm_always # Instantiating module "reject" from file /etc/raddb/mods-enabled/always always reject { rcode = "reject" simulcount = 0 mpp = no } # Instantiating module "fail" from file /etc/raddb/mods-enabled/always always fail { rcode = "fail" simulcount = 0 mpp = no } # Instantiating module "ok" from file /etc/raddb/mods-enabled/always always ok { rcode = "ok" simulcount = 0 mpp = no } # Instantiating module "handled" from file /etc/raddb/mods-enabled/always always handled { rcode = "handled" simulcount = 0 mpp = no } # Instantiating module "invalid" from file /etc/raddb/mods-enabled/always always invalid { rcode = "invalid" simulcount = 0 mpp = no } # Instantiating module "userlock" from file /etc/raddb/mods-enabled/always always userlock { rcode = "userlock" simulcount = 0 mpp = no } # Instantiating module "notfound" from file /etc/raddb/mods-enabled/always always notfound { rcode = "notfound" simulcount = 0 mpp = no } # Instantiating module "noop" from file /etc/raddb/mods-enabled/always always noop { rcode = "noop" simulcount = 0 mpp = no } # Instantiating module "updated" from file /etc/raddb/mods-enabled/always always updated { rcode = "updated" simulcount = 0 mpp = no } # Loaded module rlm_attr_filter # Instantiating module "attr_filter.post-proxy" from file /etc/raddb/mods-enabled/attr_filter attr_filter attr_filter.post-proxy { filename = "/etc/raddb/mods-config/attr_filter/post-proxy" key = "%{Realm}" relaxed = no } reading pairlist file /etc/raddb/mods-config/attr_filter/post-proxy # Instantiating module "attr_filter.pre-proxy" from file /etc/raddb/mods-enabled/attr_filter attr_filter attr_filter.pre-proxy { filename = "/etc/raddb/mods-config/attr_filter/pre-proxy" key = "%{Realm}" relaxed = no } reading pairlist file /etc/raddb/mods-config/attr_filter/pre-proxy # Instantiating module "attr_filter.access_reject" from file /etc/raddb/mods-enabled/attr_filter attr_filter attr_filter.access_reject { filename = "/etc/raddb/mods-config/attr_filter/access_reject" key = "%{User-Name}" relaxed = no } reading pairlist file /etc/raddb/mods-config/attr_filter/access_reject # Instantiating module "attr_filter.access_challenge" from file /etc/raddb/mods-enabled/attr_filter attr_filter attr_filter.access_challenge { filename = "/etc/raddb/mods-config/attr_filter/access_challenge" key = "%{User-Name}" relaxed = no } reading pairlist file /etc/raddb/mods-config/attr_filter/access_challenge # Instantiating module "attr_filter.accounting_response" from file /etc/raddb/mods-enabled/attr_filter attr_filter attr_filter.accounting_response { filename = "/etc/raddb/mods-config/attr_filter/accounting_response" key = "%{User-Name}" relaxed = no } reading pairlist file /etc/raddb/mods-config/attr_filter/accounting_response # Loaded module rlm_cache # Instantiating module "cache_eap" from file /etc/raddb/mods-enabled/cache_eap cache cache_eap { key = "%{%{control:State}:-%{%{reply:State}:-%{State}}}" ttl = 15 max_entries = 16384 epoch = 0 add_stats = no } # Loaded module rlm_chap # Instantiating module "chap" from file /etc/raddb/mods-enabled/chap # Loaded module rlm_detail # Instantiating module "detail" from file /etc/raddb/mods-enabled/detail detail { filename = "/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d" header = "%t" permissions = 384 locking = no log_packet_header = no } # Instantiating module "auth_log" from file /etc/raddb/mods-enabled/detail.log detail auth_log { filename = "/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d" header = "%t" permissions = 384 locking = no log_packet_header = no } rlm_detail (auth_log): 'User-Password' suppressed, will not appear in detail output # Instantiating module "reply_log" from file /etc/raddb/mods-enabled/detail.log detail reply_log { filename = "/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/reply-detail-%Y%m%d" header = "%t" permissions = 384 locking = no log_packet_header = no } # Instantiating module "pre_proxy_log" from file /etc/raddb/mods-enabled/detail.log detail pre_proxy_log { filename = "/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/pre-proxy-detail-%Y%m%d" header = "%t" permissions = 384 locking = no log_packet_header = no } # Instantiating module "post_proxy_log" from file /etc/raddb/mods-enabled/detail.log detail post_proxy_log { filename = "/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/post-proxy-detail-%Y%m%d" header = "%t" permissions = 384 locking = no log_packet_header = no } # Loaded module rlm_dhcp # Instantiating module "dhcp" from file /etc/raddb/mods-enabled/dhcp # Loaded module rlm_digest # Instantiating module "digest" from file /etc/raddb/mods-enabled/digest # Loaded module rlm_dynamic_clients # Instantiating module "dynamic_clients" from file /etc/raddb/mods-enabled/dynamic_clients # Loaded module rlm_eap # Instantiating module "eap" from file /etc/raddb/mods-enabled/eap eap { default_eap_type = "md5" timer_expire = 60 ignore_unknown_eap_types = no mod_accounting_username_bug = no max_sessions = 1024 } # Linked to sub-module rlm_eap_md5 # Linked to sub-module rlm_eap_leap # Linked to sub-module rlm_eap_gtc gtc { challenge = "Password: " auth_type = "PAP" } # Linked to sub-module rlm_eap_tls tls { tls = "tls-common" } tls-config tls-common { rsa_key_exchange = no dh_key_exchange = yes rsa_key_length = 512 dh_key_length = 512 verify_depth = 0 ca_path = "/etc/raddb/certs" pem_file_type = yes private_key_file = "/etc/raddb/certs/server.pem" certificate_file = "/etc/raddb/certs/server.pem" ca_file = "/etc/raddb/certs/ca.pem" private_key_password = <<< secret >>> dh_file = "/etc/raddb/certs/dh" fragment_size = 1024 include_length = yes check_crl = no cipher_list = "DEFAULT" ecdh_curve = "prime256v1" cache { enable = yes lifetime = 24 max_entries = 255 } verify { } ocsp { enable = no override_cert_url = yes url = "http://127.0.0.1/ocsp/" use_nonce = yes timeout = 0 softfail = yes } } # Linked to sub-module rlm_eap_ttls ttls { tls = "tls-common" default_eap_type = "md5" copy_request_to_tunnel = no use_tunneled_reply = no virtual_server = "inner-tunnel" include_length = yes require_client_cert = no } Using cached TLS configuration from previous invocation # Linked to sub-module rlm_eap_peap peap { tls = "tls-common" default_method = "mschapv2" copy_request_to_tunnel = no use_tunneled_reply = no proxy_tunneled_request_as_eap = yes virtual_server = "inner-tunnel" soh = no require_client_cert = no } Using cached TLS configuration from previous invocation # Linked to sub-module rlm_eap_mschapv2 mschapv2 { with_ntdomain_hack = no send_error = no } # Loaded module rlm_exec # Instantiating module "echo" from file /etc/raddb/mods-enabled/echo exec echo { wait = yes program = "/bin/echo %{User-Name}" input_pairs = "request" output_pairs = "reply" shell_escape = yes } # Instantiating module "exec" from file /etc/raddb/mods-enabled/exec exec { wait = no input_pairs = "request" shell_escape = yes timeout = 10 } # Loaded module rlm_expiration # Instantiating module "expiration" from file /etc/raddb/mods-enabled/expiration # Loaded module rlm_expr # Instantiating module "expr" from file /etc/raddb/mods-enabled/expr expr { safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /" } # Loaded module rlm_files # Instantiating module "files" from file /etc/raddb/mods-enabled/files files { filename = "/etc/raddb/mods-config/files/authorize" usersfile = "/etc/raddb/mods-config/files/authorize" acctusersfile = "/etc/raddb/mods-config/files/accounting" preproxy_usersfile = "/etc/raddb/mods-config/files/pre-proxy" compat = "cistron" } reading pairlist file /etc/raddb/mods-config/files/authorize [/etc/raddb/mods-config/files/authorize]:181 Cistron compatibility checks for entry DEFAULT ... [/etc/raddb/mods-config/files/authorize]:188 Cistron compatibility checks for entry DEFAULT ... [/etc/raddb/mods-config/files/authorize]:195 Cistron compatibility checks for entry DEFAULT ... reading pairlist file /etc/raddb/mods-config/files/authorize [/etc/raddb/mods-config/files/authorize]:181 Cistron compatibility checks for entry DEFAULT ... [/etc/raddb/mods-config/files/authorize]:188 Cistron compatibility checks for entry DEFAULT ... [/etc/raddb/mods-config/files/authorize]:195 Cistron compatibility checks for entry DEFAULT ... reading pairlist file /etc/raddb/mods-config/files/accounting reading pairlist file /etc/raddb/mods-config/files/pre-proxy # Loaded module rlm_linelog # Instantiating module "linelog" from file /etc/raddb/mods-enabled/linelog linelog { filename = "/var/log/radius/linelog" permissions = 384 format = "This is a log message for %{User-Name}" reference = "messages.%{%{Packet-Type}:-default}" } # Instantiating module "log_accounting" from file /etc/raddb/mods-enabled/linelog linelog log_accounting { filename = "/var/log/radius/linelog-accounting" permissions = 384 format = "" reference = "Accounting-Request.%{%{Acct-Status-Type}:-unknown}" } # Loaded module rlm_logintime # Instantiating module "logintime" from file /etc/raddb/mods-enabled/logintime logintime { minimum_timeout = 60 } # Loaded module rlm_mschap # Instantiating module "mschap" from file /etc/raddb/mods-enabled/mschap mschap { use_mppe = yes require_encryption = no require_strong = no with_ntdomain_hack = yes ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None} --domain=%{%{mschap:NT-Domain}:-TEST} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}" passchange { } allow_retry = yes } # Instantiating module "ntlm_auth" from file /etc/raddb/mods-enabled/ntlm_auth exec ntlm_auth { wait = yes program = "/usr/bin/ntlm_auth --request-nt-key --domain=TEST.UY --username=%{mschap:User-Name} --password=%{User-Password}" shell_escape = yes } # Loaded module rlm_pap # Instantiating module "pap" from file /etc/raddb/mods-enabled/pap pap { normalise = yes } # Loaded module rlm_passwd # Instantiating module "etc_passwd" from file /etc/raddb/mods-enabled/passwd passwd etc_passwd { filename = "/etc/passwd" format = "*User-Name:Crypt-Password:" delimiter = ":" ignore_nislike = no ignore_empty = yes allow_multiple_keys = no hash_size = 100 } rlm_passwd: nfields: 3 keyfield 0(User-Name) listable: no # Loaded module rlm_preprocess # Instantiating module "preprocess" from file /etc/raddb/mods-enabled/preprocess preprocess { huntgroups = "/etc/raddb/mods-config/preprocess/huntgroups" hints = "/etc/raddb/mods-config/preprocess/hints" with_ascend_hack = no ascend_channels_per_line = 23 with_ntdomain_hack = no with_specialix_jetstream_hack = no with_cisco_vsa_hack = no with_alvarion_vsa_hack = no } reading pairlist file /etc/raddb/mods-config/preprocess/huntgroups reading pairlist file /etc/raddb/mods-config/preprocess/hints # Loaded module rlm_radutmp # Instantiating module "radutmp" from file /etc/raddb/mods-enabled/radutmp radutmp { filename = "/var/log/radius/radutmp" username = "%{User-Name}" case_sensitive = yes check_with_nas = yes permissions = 384 caller_id = yes } # Loaded module rlm_realm # Instantiating module "IPASS" from file /etc/raddb/mods-enabled/realm realm IPASS { format = "prefix" delimiter = "/" ignore_default = no ignore_null = no } # Instantiating module "suffix" from file /etc/raddb/mods-enabled/realm realm suffix { format = "suffix" delimiter = "@" ignore_default = no ignore_null = no } # Instantiating module "realmpercent" from file /etc/raddb/mods-enabled/realm realm realmpercent { format = "suffix" delimiter = "%" ignore_default = no ignore_null = no } # Instantiating module "ntdomain" from file /etc/raddb/mods-enabled/realm realm ntdomain { format = "prefix" delimiter = "\" ignore_default = no ignore_null = no } # Loaded module rlm_replicate # Instantiating module "replicate" from file /etc/raddb/mods-enabled/replicate # Loaded module rlm_soh # Instantiating module "soh" from file /etc/raddb/mods-enabled/soh soh { dhcp = yes } # Instantiating module "sradutmp" from file /etc/raddb/mods-enabled/sradutmp radutmp sradutmp { filename = "/var/log/radius/sradutmp" username = "%{User-Name}" case_sensitive = yes check_with_nas = yes permissions = 420 caller_id = no } # Loaded module rlm_unix # Instantiating module "unix" from file /etc/raddb/mods-enabled/unix unix { radwtmp = "/var/log/radius/radwtmp" } # Loaded module rlm_unpack # Instantiating module "unpack" from file /etc/raddb/mods-enabled/unpack # Loaded module rlm_utf8 # Instantiating module "utf8" from file /etc/raddb/mods-enabled/utf8 } # modules radiusd: #### Loading Virtual Servers #### server { # from file /etc/raddb/radiusd.conf } # server server default { # from file /etc/raddb/sites-enabled/default # Creating Auth-Type = digest # Loading authenticate {...} # Loading authorize {...} Ignoring "sql" (see raddb/mods-available/README.rst) Ignoring "ldap" (see raddb/mods-available/README.rst) # Loading preacct {...} # Loading accounting {...} # Loading post-proxy {...} # Loading post-auth {...} } # server default server inner-tunnel { # from file /etc/raddb/sites-enabled/inner-tunnel # Creating Auth-Type = ntlm # Loading authenticate {...} # Loading authorize {...} # Loading session {...} # Loading post-proxy {...} # Loading post-auth {...} } # server inner-tunnel radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = * port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } listen { type = "acct" ipaddr = * port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } listen { type = "auth" ipv6addr = :: port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } listen { type = "acct" ipv6addr = :: port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } listen { type = "auth" ipaddr = 127.0.0.1 port = 18120 } Listening on auth address * port 1812 as server default Listening on acct address * port 1813 as server default Listening on auth address :: port 1812 as server default Listening on acct address :: port 1813 as server default Listening on auth address 127.0.0.1 port 18120 as server inner-tunnel Opening new proxy socket 'proxy address * port 0' Listening on proxy address * port 40694 Ready to process requests Received Access-Request Id 121 from 127.0.0.1:34409 to 127.0.0.1:1812 length 139 User-Name = 'Administrator' NAS-IP-Address = 127.0.0.1 NAS-Port = 1234 Message-Authenticator = 0x663fdbbf42a9dc27e4a2129a90583d88 MS-CHAP-Challenge = 0xf306adf2f9702fdd MS-CHAP-Response = 0x0001000000000000000000000000000000000000000000000000d89a86f7d46629cfee044279e7ee3ddee7fe920649caba35 (0) Received Access-Request packet from host 127.0.0.1 port 34409, id=121, length=139 (0) User-Name = 'Administrator' (0) NAS-IP-Address = 127.0.0.1 (0) NAS-Port = 1234 (0) Message-Authenticator = 0x663fdbbf42a9dc27e4a2129a90583d88 (0) MS-CHAP-Challenge = 0xf306adf2f9702fdd (0) MS-CHAP-Response = 0x0001000000000000000000000000000000000000000000000000d89a86f7d46629cfee044279e7ee3ddee7fe920649caba35 (0) # Executing section authorize from file /etc/raddb/sites-enabled/default (0) authorize { (0) filter_username filter_username { (0) if (!&User-Name) (0) if (!&User-Name) -> FALSE (0) if (&User-Name =~ / /) (0) if (&User-Name =~ / /) -> FALSE (0) if (&User-Name =~ /@.*@/ ) (0) if (&User-Name =~ /@.*@/ ) -> FALSE (0) if (&User-Name =~ /\\.\\./ ) (0) if (&User-Name =~ /\\.\\./ ) -> FALSE (0) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\\.(.+)$/)) (0) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\\.(.+)$/)) -> FALSE (0) if (&User-Name =~ /\\.$/) (0) if (&User-Name =~ /\\.$/) -> FALSE (0) if (&User-Name =~ /@\\./) (0) if (&User-Name =~ /@\\./) -> FALSE (0) } # filter_username filter_username = notfound (0) [preprocess] = ok (0) [chap] = noop (0) mschap : Found MS-CHAP attributes. Setting 'Auth-Type = mschap' (0) [mschap] = ok (0) [digest] = noop (0) suffix : Checking for suffix after "@" (0) suffix : No '@' in User-Name = "Administrator", looking up realm NULL (0) suffix : No such realm "NULL" (0) [suffix] = noop (0) eap : No EAP-Message, not doing EAP (0) [eap] = noop (0) [files] = noop (0) [expiration] = noop (0) [logintime] = noop (0) WARNING: pap : No "known good" password found for the user. Not setting Auth-Type (0) WARNING: pap : Authentication will fail unless a "known good" password is available (0) [pap] = noop (0) } # authorize = ok (0) Found Auth-Type = MSCHAP (0) # Executing group from file /etc/raddb/sites-enabled/default (0) Auth-Type MS-CHAP { (0) mschap : Client is using MS-CHAPv1 with NT-Password Executing: /usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None} --domain=%{%{mschap:NT-Domain}:-TEST} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}: (0) mschap : EXPAND --username=%{mschap:User-Name:-None} (0) mschap : --> --username=Administrator (0) ERROR: mschap : No NT-Domain was found in the User-Name (0) mschap : EXPAND --domain=%{%{mschap:NT-Domain}:-TEST} (0) mschap : --> --domain=TEST (0) mschap : mschap1: f3 (0) mschap : EXPAND --challenge=%{mschap:Challenge:-00} (0) mschap : --> --challenge=f306adf2f9702fdd (0) mschap : EXPAND --nt-response=%{mschap:NT-Response:-00} (0) mschap : --> --nt-response=d89a86f7d46629cfee044279e7ee3ddee7fe920649caba35 Program returned code (1) and output 'Reading winbind reply failed! (0xc0000001)' (0) mschap : External script failed (0) ERROR: mschap : External script says: Reading winbind reply failed! (0xc0000001) (0) ERROR: mschap : MS-CHAP-Response is incorrect (0) [mschap] = reject (0) } # Auth-Type MS-CHAP = reject (0) Failed to authenticate the user (0) Using Post-Auth-Type Reject (0) # Executing group from file /etc/raddb/sites-enabled/default (0) Post-Auth-Type REJECT { (0) attr_filter.access_reject : EXPAND %{User-Name} (0) attr_filter.access_reject : --> Administrator (0) attr_filter.access_reject : Matched entry DEFAULT at line 11 (0) [attr_filter.access_reject] = updated (0) eap : Request didn't contain an EAP-Message, not inserting EAP-Failure (0) [eap] = noop (0) remove_reply_message_if_eap remove_reply_message_if_eap { (0) if (&reply:EAP-Message && &reply:Reply-Message) (0) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE (0) else else { (0) [noop] = noop (0) } # else else = noop (0) } # remove_reply_message_if_eap remove_reply_message_if_eap = noop (0) } # Post-Auth-Type REJECT = updated (0) Delaying response for 1 seconds Waking up in 0.2 seconds. Waking up in 0.6 seconds. (0) Sending delayed response (0) Sending Access-Reject packet to host 127.0.0.1 port 34409, id=121, length=0 (0) MS-CHAP-Error = '\000E=691 R=1' Sending Access-Reject Id 121 from 127.0.0.1:1812 to 127.0.0.1:34409 MS-CHAP-Error = '\000E=691 R=1' Waking up in 3.9 seconds. (0) Cleaning up request packet ID 121 with timestamp +141 Ready to process requests On Fri, Sep 23, 2016 at 10:33 AM, Alan DeKok-2 [via FreeRADIUS] < ml-node+s1045715n5742704h8@n5.nabble.com> wrote:
On Sep 23, 2016, at 9:18 AM, Marcelo Martinez <[hidden email] <http:///user/SendEmail.jtp?type=node&node=5742704&i=0>> wrote:
(0) mschap : Client is using MS-CHAPv1 with NT-Password Executing: /usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None} --domain=%{%{mschap:NT-Domain}:-TEST}
--challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}:
(0) mschap : EXPAND --username=%{mschap:User-Name:-None} (0) mschap : --> --username=Administrator (0) ERROR: mschap : No NT-Domain was found in the User-Name (0) mschap : EXPAND --domain=%{%{mschap:NT-Domain}:-TEST} (0) mschap : --> --domain=TEST (0) mschap : mschap1: 17 (0) mschap : EXPAND --challenge=%{mschap:Challenge:-00} (0) mschap : --> --challenge=1727510430eb23ac (0) mschap : EXPAND --nt-response=%{mschap:NT-Response:-00} (0) mschap : --> --nt-response=a3ef84d919b3671900fd909461ed833b69c4e1ed39cd251d Program returned code (1) and output 'Reading winbind reply failed! (0xc0000001)' (0) mschap : External script failed (0) ERROR: mschap : External script says: Reading winbind reply failed! (0xc0000001)
That would seem important. Fix ntlm_auth / winbind so that it works.
Follow my guide:
http://deployingradius.com/documents/configuration/active_directory.html
Do it all step by step. It shouldn't be difficult.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
------------------------------ If you reply to this email, your message will be added to the discussion below: http://freeradius.1045715.n5.nabble.com/freeradius-3-I-m- trying-to-integrate-freeradius-with-active-directory-in-cenos-7- tp5742598p5742704.html To unsubscribe from FreeRADIUS, click here <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2740692&code=bWFyY2Vsby5tYXJ0aW5lekBuZXhhLmNvbS51eXwyNzQwNjkyfC0xNzQ0NzUzNjYy> . NAML <http://freeradius.1045715.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
On Sep 23, 2016, at 9:41 AM, Marcelo Martinez <marcelo.martinez@nexa.com.uy> wrote:
winbind and ntlm_auth are fine:
Then the problem is the interaction between FreeRADIUS and winbind. Are you running FreeRADIUS as root? Does FreeRADIUS have permission to read the winbind socket? Alan DeKok.
Yes I'M using radius as root. On Fri, Sep 23, 2016 at 10:52 AM, Alan DeKok <aland@deployingradius.com> wrote:
On Sep 23, 2016, at 9:41 AM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
winbind and ntlm_auth are fine:
Then the problem is the interaction between FreeRADIUS and winbind.
Are you running FreeRADIUS as root?
Does FreeRADIUS have permission to read the winbind socket?
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
Fixed! Thanks Alan and other users for the help! usermod -a -G wbpriv radiusd radtest -t mschap Administrator nexa.2016 localhost 1234 testing123 Sending Access-Request Id 11 from 0.0.0.0:42285 to 127.0.0.1:1812 User-Name = 'Administrator' NAS-IP-Address = 127.0.0.1 NAS-Port = 1234 Message-Authenticator = 0x00 MS-CHAP-Challenge = 0x861aa408caf9ecc0 MS-CHAP-Response = 0x0001000000000000000000000000000000000000000000000000e703a1b74c04b5304049dce9dbb0a48de40c4f9dccf1ade7 Received Access-Accept Id 11 from 127.0.0.1:1812 to 127.0.0.1:42285 length 84 MS-CHAP-MPPE-Keys = 0x MS-MPPE-Encryption-Policy = Encryption-Allowed MS-MPPE-Encryption-Types = RC4-40or128-bit-Allowed FInally I need to test against a Switch! On Fri, Sep 23, 2016 at 11:01 AM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
Yes I'M using radius as root.
On Fri, Sep 23, 2016 at 10:52 AM, Alan DeKok <aland@deployingradius.com> wrote:
On Sep 23, 2016, at 9:41 AM, Marcelo Martinez < marcelo.martinez@nexa.com.uy> wrote:
winbind and ntlm_auth are fine:
Then the problem is the interaction between FreeRADIUS and winbind.
Are you running FreeRADIUS as root?
Does FreeRADIUS have permission to read the winbind socket?
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html
participants (5)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Johnny R -
Marcelo Martinez -
Matthew West