rlm_ldap (ldap): Could not start TLS: Connect error
Hello list, in my further tests with FreeRADIUS v3 (rpmbuild from v3.0.x branch) I have a problem with the ldap module and start_tls. This is definitely working: - Ldap connect with ldap utils (ldapsearch -ZZ and so on) via port 389 with starttls - Ldap connect with FreeRADIUS 2.1.12 via port 389 (start_tls = yes and require_cert = "demand") This is not working: - FR 3 ldap module isn't able to connect to ldap server via port 389 + start_tls=yes - FR debug error: # Loaded module rlm_ldap # Instantiating module "ldap" from file /etc/raddb/mods-enabled/ldap ldap { server = "fqdn" (matches CN in ldap server certificate) port = 389 password = "xxx" identity = "xxx" valuepair_attribute = "radiusVSA" read_clients = yes user { filter = "(&(uid=%{%{Stripped-User-Name}:-%{User-Name}})(objectClass=radiusProfile))" scope = "sub" base_dn = "xxx" access_attribute = "radiusAccountStatus" access_positive = yes } group { filter = "(objectClass=groupOfNames)" scope = "sub" base_dn = "xxx" name_attribute = "cn" membership_attribute = "memberOf" membership_filter = "(member=%{control:Ldap-UserDn})" cacheable_name = no cacheable_dn = yes } client { filter = "(objectClass=radiusClient)" scope = "sub" base_dn = "xxx" attribute { identifier = "radiusClientIdentifier" shortname = "radiusClientShortname" nas_type = "radiusClientType" secret = "radiusClientSecret" virtual_server = "radiusClientVirtualServer" require_message_authenticator = "radiusClientRequireMa" } } profile { filter = "(objectclass=radiusObjectProfile)" attribute = "radiusGroupName" default = "xxx" } options { ldap_debug = 597 chase_referrals = yes rebind = yes net_timeout = 1 res_timeout = 20 srv_timelimit = 20 idle = 60 probes = 3 interval = 3 } tls { ca_file = "/etc/raddb/certs/rootca_cert.pem" start_tls = yes require_cert = "demand" (also tested with never, same result) } } accounting { reference = "%{tolower:type.%{Acct-Status-Type}}" } post-auth { reference = "." } rlm_ldap (ldap): Initialising connection pool pool { start = 5 min = 4 max = 10 spare = 3 uses = 0 lifetime = 0 cleanup_delay = 5 idle_timeout = 60 spread = no } rlm_ldap (ldap): Opening additional connection (0) rlm_ldap (ldap): Connecting to fqdn:389 rlm_ldap (ldap): Could not start TLS: Connect error rlm_ldap (ldap): Opening connection failed (0) rlm_ldap (ldap): Removing connection pool /etc/raddb/mods-enabled/ldap[8]: Instantiation failed for module "ldap" - openldap debug log: Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on 1 descriptor Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on: Nov 28 11:21:00 radiusv3test slapd[7737]: Nov 28 11:21:00 radiusv3test slapd[7737]: slap_listener_activate(7): Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=7 busy Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=8 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=9 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=10 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=11 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: >>> slap_listener(ldap:///) Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: listen=7, new connection on 16 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on 1 descriptor Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on: Nov 28 11:21:00 radiusv3test slapd[7737]: Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=7 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=8 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=9 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=10 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=11 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: added 16r (active) listener=(nil) Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on 2 descriptors Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on: Nov 28 11:21:00 radiusv3test slapd[7737]: 16r Nov 28 11:21:00 radiusv3test slapd[7737]: Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: read active on 16 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=7 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=8 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=9 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: connection_get(16) Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=10 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: connection_get(16): got connid=1003 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=11 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: connection_read(16): checking for input on id=1003 Nov 28 11:21:00 radiusv3test slapd[7737]: op tag 0x77, time 1385634060 Nov 28 11:21:00 radiusv3test slapd[7737]: conn=1003 op=0 do_extended Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on 1 descriptor Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on: Nov 28 11:21:00 radiusv3test slapd[7737]: do_extended: oid=1.3.6.1.4.1.1466.20037 Nov 28 11:21:00 radiusv3test slapd[7737]: Nov 28 11:21:00 radiusv3test slapd[7737]: send_ldap_extended: err=0 oid= len=0 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=7 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: send_ldap_response: msgid=1 tag=120 err=0 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=8 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=9 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=10 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=11 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on 1 descriptor Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on: Nov 28 11:21:00 radiusv3test slapd[7737]: 16r Nov 28 11:21:00 radiusv3test slapd[7737]: Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: read active on 16 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=7 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=8 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=9 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=10 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=11 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: connection_get(16) Nov 28 11:21:00 radiusv3test slapd[7737]: connection_get(16): got connid=1003 Nov 28 11:21:00 radiusv3test slapd[7737]: connection_read(16): checking for input on id=1003 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on 1 descriptor Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on: Nov 28 11:21:00 radiusv3test slapd[7737]: Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=7 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=8 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=9 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=10 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=11 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on 1 descriptor Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on: Nov 28 11:21:00 radiusv3test slapd[7737]: 16r Nov 28 11:21:00 radiusv3test slapd[7737]: Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: read active on 16 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=7 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=8 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=9 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=10 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: connection_get(16) Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=11 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: connection_get(16): got connid=1003 Nov 28 11:21:00 radiusv3test slapd[7737]: connection_read(16): checking for input on id=1003 Nov 28 11:21:00 radiusv3test slapd[7737]: connection_read(16): TLS accept failure error=-1 id=1003, closing Nov 28 11:21:00 radiusv3test slapd[7737]: connection_closing: readying conn=1003 sd=16 for close Nov 28 11:21:00 radiusv3test slapd[7737]: connection_close: conn=1003 sd=16 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: removing 16 Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on 1 descriptor Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: activity on: Nov 28 11:21:00 radiusv3test slapd[7737]: Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=7 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=8 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=9 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=10 active_threads=0 tvp=zero Nov 28 11:21:00 radiusv3test slapd[7737]: daemon: epoll: listen=11 active_threads=0 tvp=zero FreeRADIUS 3: # ldd /usr/sbin/radiusd linux-vdso.so.1 => (0x00007fff8c1ff000) libfreeradius-server.so => /usr/lib64/freeradius/libfreeradius-server.so (0x00007f224b44b000) libfreeradius-radius.so => /usr/lib64/freeradius/libfreeradius-radius.so (0x00007f224b21b000) libfreeradius-eap.so => /usr/lib64/freeradius/libfreeradius-eap.so (0x00007f224b011000) libpcre.so.0 => /lib64/libpcre.so.0 (0x00007f224ade0000) libpcreposix.so.0 => /usr/lib64/libpcreposix.so.0 (0x00007f224abdd000) libtalloc.so.2 => /usr/lib64/libtalloc.so.2 (0x00007f224a9d3000) libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x00007f224a639000) libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007f224a3db000) libnsl.so.1 => /lib64/libnsl.so.1 (0x00007f224a1c2000) libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f2249fa8000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f2249da3000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2249b86000) libreadline.so.6 => /lib64/libreadline.so.6 (0x00007f2249943000) libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f224970b000) libc.so.6 => /lib64/libc.so.6 (0x00007f2249378000) /lib64/ld-linux-x86-64.so.2 (0x00007f224b66d000) librt.so.1 => /lib64/librt.so.1 (0x00007f2249170000) libz.so.1 => /lib64/libz.so.1 (0x00007f2248f59000) libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007f2248d15000) libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007f2248a2f000) libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007f224882a000) libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f22485fe000) libtinfo.so.5 => /lib64/libtinfo.so.5 (0x00007f22483dd000) libfreebl3.so => /lib64/libfreebl3.so (0x00007f2248170000) libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007f2247f65000) libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007f2247d62000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f2247b42000) FreeRADIUS v2.1.12 (default RPM from official CentOS Repo): # ldd /usr/sbin/radiusd linux-vdso.so.1 => (0x00007fffa9980000) libfreeradius-radius-2.1.12.so => /usr/lib64/freeradius/libfreeradius-radius-2.1.12.so (0x00007fb0297b0000) libnsl.so.1 => /lib64/libnsl.so.1 (0x00007fb029591000) libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fb029377000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fb02915a000) libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fb028f22000) libltdl.so.7 => /usr/lib64/libltdl.so.7 (0x00007fb028d19000) libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007fb028abc000) libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x00007fb028721000) libc.so.6 => /lib64/libc.so.6 (0x00007fb02838e000) /lib64/ld-linux-x86-64.so.2 (0x00007fb029c1e000) libfreebl3.so => /lib64/libfreebl3.so (0x00007fb028122000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fb027f1d000) libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007fb027cd9000) libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007fb0279f3000) libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007fb0277ee000) libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fb0275c2000) libz.so.1 => /lib64/libz.so.1 (0x00007fb0273ac000) libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007fb0271a0000) libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007fb026f9d000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007fb026d7d000) Thanks in advance for any help and please let me know if further information is needed. Kind regards, Tobias Hachmer
On 28 Nov 2013, at 10:34, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Hello list,
in my further tests with FreeRADIUS v3 (rpmbuild from v3.0.x branch) I have a problem with the ldap module and start_tls.
This is definitely working: - Ldap connect with ldap utils (ldapsearch -ZZ and so on) via port 389 with starttls - Ldap connect with FreeRADIUS 2.1.12 via port 389 (start_tls = yes and require_cert = "demand")
This is not working: - FR 3 ldap module isn’t able to connect to ldap server via port 389 + start_tls=yes - FR debug error:
Have you tried setting require_cert = "demand"? We don't set it explicitly anymore. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
On 28 Nov 2013, at 14:03, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 28 Nov 2013, at 10:34, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Hello list,
in my further tests with FreeRADIUS v3 (rpmbuild from v3.0.x branch) I have a problem with the ldap module and start_tls.
This is definitely working: - Ldap connect with ldap utils (ldapsearch -ZZ and so on) via port 389 with starttls - Ldap connect with FreeRADIUS 2.1.12 via port 389 (start_tls = yes and require_cert = "demand")
This is not working: - FR 3 ldap module isn’t able to connect to ldap server via port 389 + start_tls=yes - FR debug error:
Have you tried setting require_cert = "demand"? We don't set it explicitly anymore.
Ah, missed your comment in the config. There's nothing obvious. Could you open an issue in GitHub, and i'll take a look when I have more time. Packet trace might also be useful. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
Hello Arran, -----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [mailto:freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org] Im Auftrag von Arran Cudbard-Bell Gesendet: Donnerstag, 28. November 2013 15:27 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error On 28 Nov 2013, at 14:03, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
There's nothing obvious. Could you open an issue in GitHub, and i'll take a look when I have more time. Packet trace might also be useful.
Thanks for your response. I have created an issue on github, see: https://github.com/FreeRADIUS/freeradius-server/issues/481 Kind regards, Tobias Hachmer
On 29 Nov 2013, at 06:52, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Hello Arran,
-----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [mailto:freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org] Im Auftrag von Arran Cudbard-Bell Gesendet: Donnerstag, 28. November 2013 15:27 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error
On 28 Nov 2013, at 14:03, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
There's nothing obvious. Could you open an issue in GitHub, and i'll take a look when I have more time. Packet trace might also be useful.
Thanks for your response. I have created an issue on github, see: https://github.com/FreeRADIUS/freeradius-server/issues/481
Fixed. See comments in issue for why it was broken. Thanks for the bug report. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
Hello Arran, ________________________________________ Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org]" im Auftrag von "Arran Cudbard-Bell [a.cudbardb@freeradius.org] Gesendet: Freitag, 29. November 2013 22:31 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error
On 29 Nov 2013, at 06:52, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Thanks for your response. I have created an issue on github, see: https://github.com/FreeRADIUS/freeradius-server/issues/481 Fixed. See comments in issue for why it was broken. Thanks for the bug report.
Very much thanks to you for fixing this so quickly! Well, will be back at work on tuesday next week. Than I can test. Regards, Tobias Hachmer
On 29 Nov 2013, at 23:06, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Hello Arran, ________________________________________ Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org]" im Auftrag von "Arran Cudbard-Bell [a.cudbardb@freeradius.org] Gesendet: Freitag, 29. November 2013 22:31 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error
On 29 Nov 2013, at 06:52, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Thanks for your response. I have created an issue on github, see: https://github.com/FreeRADIUS/freeradius-server/issues/481 Fixed. See comments in issue for why it was broken. Thanks for the bug report.
Very much thanks to you for fixing this so quickly!
No problem.
Well, will be back at work on tuesday next week. Than I can test.
Thanks. Let me know if you find any other issues, or have any feature requests. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
Hello Arran, -----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [mailto:freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org] Im Auftrag von Arran Cudbard-Bell Gesendet: Samstag, 30. November 2013 11:55 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error On 29 Nov 2013, at 23:06, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Well, will be back at work on tuesday next week. Than I can test. Thanks. Let me know if you find any other issues, or have any feature requests.
Ok, I will come back to you regarding feature requests if I have more time ;-) The ldap connect via starttls works now, thanks for that. But the ldap attribute mapping fails. I have built the current git status from branch v3.0.x: radiusd: FreeRADIUS Version 3.0.1 (git #eef21a0), for host x86_64-redhat-linux-gnu, built on Dec 4 2013 at 08:11:53 My ldap attribute mapping at the moment: update { reply:Idle-Timeout := 'radiusIdleTimeout' reply:Session-Timeout := 'radiusSessionTimeout' reply:Service-Type := 'radiusServiceType' request:Simultaneous-Use := 'radiusSimultaneousUse' request:Expiration := 'radiusExpiration' control:Auth-Type := 'radiusAuthType' # control:NT-Password := 'ntPassword' # reply:Reply-Message := 'radiusReplyMessage' # reply:Tunnel-Type := 'radiusTunnelType' # reply:Tunnel-Medium-Type := 'radiusTunnelMediumType' # reply:Tunnel-Private-Group-ID := 'radiusTunnelPrivategroupId' } The error from debug mode: # Loaded module rlm_ldap # Instantiating module "ldap" from file /etc/raddb/mods-enabled/ldap ldap { server = "xxx" port = 389 password = "xxx" identity = "xxx" valuepair_attribute = "radiusGenericItem" read_clients = yes user { filter = "(&(uid=%{%{Stripped-User-Name}:-%{User-Name}})(objectClass=radiusProfile))" scope = "sub" base_dn = "xxx" access_attribute = "radiusAccountStatus" access_positive = yes } group { filter = "(objectClass=groupOfNames)" scope = "sub" base_dn = "xxx" name_attribute = "cn" membership_attribute = "memberOf" membership_filter = "(member=%{control:Ldap-UserDn})" cacheable_name = no cacheable_dn = yes } client { filter = "(objectClass=radiusClient)" scope = "sub" base_dn = "xxx" attribute { identifier = "radiusClientIdentifier" shortname = "radiusClientShortname" nas_type = "radiusClientType" secret = "radiusClientSecret" virtual_server = "radiusClientVirtualServer" require_message_authenticator = "radiusClientRequireMa" } } profile { filter = "(objectclass=radiusObjectProfile)" attribute = "radiusGroupName" default = "xxx" } options { ldap_debug = 597 chase_referrals = yes rebind = yes net_timeout = 1 res_timeout = 20 srv_timelimit = 20 idle = 60 probes = 3 interval = 3 } tls { ca_file = "/etc/raddb/certs/rootca_cert.pem" start_tls = yes require_cert = "demand" } } accounting { reference = "%{tolower:type.%{Acct-Status-Type}}" } post-auth { reference = "." } /etc/raddb/mods-enabled/ldap[63]: Unknown value 'radiusIdleTimeout' for attribute 'Idle-Timeout' /etc/raddb/mods-enabled/ldap[8]: Instantiation failed for module "ldap" I also left a comment on the corresponding github issue. Thanks in advance, Tobias Hachmer
On 4 Dec 2013, at 07:45, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Hello Arran,
-----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [mailto:freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org] Im Auftrag von Arran Cudbard-Bell Gesendet: Samstag, 30. November 2013 11:55 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error
On 29 Nov 2013, at 23:06, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Well, will be back at work on tuesday next week. Than I can test. Thanks. Let me know if you find any other issues, or have any feature requests.
Ok, I will come back to you regarding feature requests if I have more time ;-) The ldap connect via starttls works now, thanks for that.
But the ldap attribute mapping fails. I have built the current git status from branch v3.0.x:
Ah I guess the LDAP module shares the same codepath as the update sections. The fix is simple, i'll have something in an hour or two. Thanks, Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
On 4 Dec 2013, at 10:11, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 4 Dec 2013, at 07:45, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Hello Arran,
-----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [mailto:freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org] Im Auftrag von Arran Cudbard-Bell Gesendet: Samstag, 30. November 2013 11:55 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error
On 29 Nov 2013, at 23:06, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Well, will be back at work on tuesday next week. Than I can test. Thanks. Let me know if you find any other issues, or have any feature requests.
Ok, I will come back to you regarding feature requests if I have more time ;-) The ldap connect via starttls works now, thanks for that.
But the ldap attribute mapping fails. I have built the current git status from branch v3.0.x:
Ah I guess the LDAP module shares the same codepath as the update sections.
The fix is simple, i'll have something in an hour or two.
Fixed. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
-----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [mailto:freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org] Im Auftrag von Arran Cudbard-Bell Gesendet: Mittwoch, 4. Dezember 2013 14:08 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error On 4 Dec 2013, at 10:11, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
Fixed.
Radiusd starts now. But it is still not working. Now radiusd gets a SIGABRT: ASSERT FAILED src/main/util.c[1025]: 0 Program received signal SIGABRT, Aborted. 0x00007ffff5ad1925 in raise () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install freeradius-3.0.1-5.el6.x86_64 (gdb) bt #0 0x00007ffff5ad1925 in raise () from /lib64/libc.so.6 #1 0x00007ffff5ad3105 in abort () from /lib64/libc.so.6 #2 0x00007ffff7bd1143 in rad_assert_fail (file=<value optimized out>, line=<value optimized out>, expr=<value optimized out>) at src/main/util.c:396 #3 0x00007ffff7bd117e in radius_request (context=<value optimized out>, name=<value optimized out>) at src/main/util.c:1025 #4 0x00007ffff7bc8934 in radius_map2request (request=0xa2e000, map=0xa30b30, src=<value optimized out>, func=0x7ffff7bc8380 <radius_map2vp>, ctx=0x0) at src/main/valuepair.c:962 #5 0x00007ffff7bc8cc6 in radius_str2vp (request=0xa2e000, raw=<value optimized out>, dst_request_def=REQUEST_CURRENT, dst_list_def=PAIR_LIST_REPLY, src_request_def=REQUEST_CURRENT, src_list_def=PAIR_LIST_REQUEST) at src/main/valuepair.c:1360 #6 0x00007ffff0becc5d in rlm_ldap_map_do (inst=0x874aa0, request=0xa2e000, handle=0x98a930, expanded=<value optimized out>, entry=<value optimized out>) at src/modules/rlm_ldap/attrmap.c:308 #7 0x00007ffff0bece57 in rlm_ldap_map_profile (inst=0x874aa0, request=0xa2e000, pconn=0x7fffffffcd20, dn=<value optimized out>, expanded=0x7fffffffc4d0) at src/modules/rlm_ldap/attrmap.c:378 #8 0x00007ffff0beb929 in mod_authorize (instance=0x874aa0, request=0xa2e000) at src/modules/rlm_ldap/rlm_ldap.c:1006 #9 0x000000000041e70a in modcall_recurse () #10 0x000000000041f9f4 in modcall_child () #11 0x000000000041e3a7 in modcall_recurse () #12 0x000000000041f91d in modcall () #13 0x000000000041a8a3 in indexed_modcall () #14 0x000000000040cb52 in rad_authenticate () #15 0x000000000042a98c in request_running () #16 0x000000000042a4fd in request_queue_or_run () #17 0x000000000042c830 in request_receive () #18 0x0000000000417624 in auth_socket_recv () #19 0x0000000000426e6a in event_socket_handler () #20 0x00007ffff79ac26b in fr_event_loop (el=0xa1cb60) at src/lib/event.c:417 #21 0x0000000000420294 in main () Regards, Tobias Hachmer
On 4 Dec 2013, at 14:02, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
-----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [mailto:freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org] Im Auftrag von Arran Cudbard-Bell Gesendet: Mittwoch, 4. Dezember 2013 14:08 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error
On 4 Dec 2013, at 10:11, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
Fixed.
Radiusd starts now. But it is still not working. Now radiusd gets a SIGABRT: ASSERT FAILED src/main/util.c[1025]: 0
That's not a valid line number, as in there is no assert on that line in either v3.0.x or master. Can you please build a version from source using a current version of 3.0.x or master. Also make sure radiusd is not picking up an old version of the libraries from somewhere. For what it's worth, I just tested the LDAP profile functionality, with normal and generic attributes, and it works ok for me. Could you provide a copy of your LDAP configuration (redacted) and the complete output of radiusd -X and i'll try and replicate your issue here. rlm_ldap (ldap): Reserved connection (4) (1) ldap : expand: "(uid=%{%{Stripped-User-Name}:-%{User-Name}})" -> '(uid=arr2036)' (1) ldap : expand: "dc=rm-rfi,dc=com" -> 'dc=rm-rfi,dc=com' (1) ldap : Performing search in 'dc=rm-rfi,dc=com' with filter '(uid=arr2036)' (1) ldap : Waiting for search result... (1) ldap : User object found at DN "uid=arr2036,ou=people,dc=rm-rfi,dc=com" (1) ldap : expand: "cn=test0,cn=profile,dc=rm-rfi,dc=com" -> 'cn=test0,cn=profile,dc=rm-rfi,dc=com' (1) ldap : expand: "(objectclass=radiusprofile)" -> '(objectclass=radiusprofile)' (1) ldap : Performing search in 'cn=test0,cn=profile,dc=rm-rfi,dc=com' with filter '(objectclass=radiusprofile)' (1) ldap : Waiting for search result... (1) ldap : Processing profile attributes (1) ldap : reply:Reply-Message := 'Reply attribute from test profile 0' (1) ldap : request:Reply-Message += 'Generic attribute from test profile 0' (1) ldap : expand: "(objectclass=radiusprofile)" -> '(objectclass=radiusprofile)' (1) ldap : Performing search in 'cn=test1,cn=profile,dc=rm-rfi,dc=com' with filter '(objectclass=radiusprofile)' (1) ldap : Waiting for search result... (1) ldap : Processing profile attributes (1) ldap : reply:Reply-Message := 'Reply attribute from test profile 1' (1) ldap : control:Reply-Message += 'Generic attribute from test profile 1' (1) ldap : Processing user attributes (1) ldap : reply:Reply-Message := 'Reply attribute from user's profile' rlm_ldap (ldap): Released connection (4) I did find a small omission in the LDAP schema, which I will fix. Apparently only a single instance of radiusProfileDn by the old code, but the new code can process as many profiles as there are radiusProfileDn instances. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
On 12/04/2013 07:36 PM, Arran Cudbard-Bell wrote:
On 4 Dec 2013, at 14:02, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
Radiusd starts now. But it is still not working. Now radiusd gets a SIGABRT: ASSERT FAILED src/main/util.c[1025]: 0 That's not a valid line number, as in there is no assert on that line in either v3.0.x or master. Can you please build a version from source using a current version of 3.0.x or master. Also make sure radiusd is not picking up an old version of the libraries from somewhere. I will test tomorrow morning when I have access to the system at work.
For what it's worth, I just tested the LDAP profile functionality, with normal and generic attributes, and it works ok for me. Could you provide a copy of your LDAP configuration (redacted) and the complete output of radiusd -X and i'll try and replicate your issue here.
rlm_ldap (ldap): Reserved connection (4) (1) ldap : expand: "(uid=%{%{Stripped-User-Name}:-%{User-Name}})" -> '(uid=arr2036)' (1) ldap : expand: "dc=rm-rfi,dc=com" -> 'dc=rm-rfi,dc=com' (1) ldap : Performing search in 'dc=rm-rfi,dc=com' with filter '(uid=arr2036)' (1) ldap : Waiting for search result... (1) ldap : User object found at DN "uid=arr2036,ou=people,dc=rm-rfi,dc=com" (1) ldap : expand: "cn=test0,cn=profile,dc=rm-rfi,dc=com" -> 'cn=test0,cn=profile,dc=rm-rfi,dc=com' (1) ldap : expand: "(objectclass=radiusprofile)" -> '(objectclass=radiusprofile)' (1) ldap : Performing search in 'cn=test0,cn=profile,dc=rm-rfi,dc=com' with filter '(objectclass=radiusprofile)' (1) ldap : Waiting for search result... (1) ldap : Processing profile attributes (1) ldap : reply:Reply-Message := 'Reply attribute from test profile 0' (1) ldap : request:Reply-Message += 'Generic attribute from test profile 0' (1) ldap : expand: "(objectclass=radiusprofile)" -> '(objectclass=radiusprofile)' (1) ldap : Performing search in 'cn=test1,cn=profile,dc=rm-rfi,dc=com' with filter '(objectclass=radiusprofile)' (1) ldap : Waiting for search result... (1) ldap : Processing profile attributes (1) ldap : reply:Reply-Message := 'Reply attribute from test profile 1' (1) ldap : control:Reply-Message += 'Generic attribute from test profile 1' (1) ldap : Processing user attributes (1) ldap : reply:Reply-Message := 'Reply attribute from user's profile' rlm_ldap (ldap): Released connection (4)
I did find a small omission in the LDAP schema, which I will fix. Apparently only a single instance of radiusProfileDn by the old code, but the new code can process as many profiles as there are radiusProfileDn instances. Very nice, I like that. Less one feature request. To use multiple profiles I have had used radiusGroupName. Thanks for the changes!
Regards, Tobias Hachmer
-----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [mailto:freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org] Im Auftrag von Arran Cudbard-Bell Gesendet: Mittwoch, 4. Dezember 2013 19:37 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error
For what it's worth, I just tested the LDAP profile functionality, with normal and generic attributes, and it works ok for me. Could you provide a copy of your LDAP configuration (redacted) and the complete output of radiusd -X and i'll try and replicate your issue here.
Well, I did a fresh installation of centos. Build new rpms from current git status branch v3.0.x with your provided spec file. Now it is running fine, thanks for that! Regards, Tobias Hachmer radiusd: FreeRADIUS Version 3.0.1 (git #ae8bbce), for host x86_64-redhat-linux-gnu, built on Dec 5 2013 at 08:10:31 Copyright (C) 1999-2013 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 /etc/raddb/dictionary including configuration file /etc/raddb/radiusd.conf including configuration file /etc/raddb/clients.conf including files in directory /etc/raddb/mods-enabled/ including configuration file /etc/raddb/mods-enabled/chap including configuration file /etc/raddb/mods-enabled/exec including configuration file /etc/raddb/mods-enabled/digest including configuration file /etc/raddb/mods-enabled/unix including configuration file /etc/raddb/mods-enabled/expr including configuration file /etc/raddb/mods-enabled/krb5 including configuration file /etc/raddb/mods-enabled/realm including configuration file /etc/raddb/mods-enabled/eap including configuration file /etc/raddb/mods-enabled/cache_eap including configuration file /etc/raddb/mods-enabled/logintime including configuration file /etc/raddb/mods-enabled/files including configuration file /etc/raddb/mods-enabled/ntlm_auth including configuration file /etc/raddb/mods-enabled/pap including configuration file /etc/raddb/mods-enabled/dynamic_clients including configuration file /etc/raddb/mods-enabled/echo including configuration file /etc/raddb/mods-enabled/always including configuration file /etc/raddb/mods-enabled/expiration including configuration file /etc/raddb/mods-enabled/attr_filter including configuration file /etc/raddb/mods-enabled/mschap including configuration file /etc/raddb/mods-enabled/utf8 including configuration file /etc/raddb/mods-enabled/passwd including configuration file /etc/raddb/mods-enabled/preprocess including configuration file /etc/raddb/mods-enabled/detail.log including configuration file /etc/raddb/mods-enabled/replicate including configuration file /etc/raddb/mods-enabled/ldap including configuration file /etc/raddb/mods-enabled/sradutmp including configuration file /etc/raddb/mods-enabled/linelog including configuration file /etc/raddb/mods-enabled/radutmp including configuration file /etc/raddb/mods-enabled/soh including configuration file /etc/raddb/mods-enabled/detail including configuration file /etc/raddb/mods-enabled/dhcp including files in directory /etc/raddb/policy.d/ including configuration file /etc/raddb/policy.d/control including configuration file /etc/raddb/policy.d/operator-name including configuration file /etc/raddb/policy.d/cui including configuration file /etc/raddb/policy.d/filter including configuration file /etc/raddb/policy.d/eap including configuration file /etc/raddb/policy.d/canonicalization including configuration file /etc/raddb/policy.d/accounting including configuration file /etc/raddb/policy.d/dhcp including files in directory /etc/raddb/sites-enabled/ including configuration file /etc/raddb/sites-enabled/default 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 = no log { stripped_names = no auth = no auth_badpass = no auth_goodpass = no colourise = yes } security { max_attributes = 200 reject_delay = 1 status_server = yes } } radiusd: #### Loading Realms and Home Servers #### radiusd: #### Loading Clients #### client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = "testing123" nas_type = "other" proto = "*" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } radiusd: #### Instantiating modules #### instantiate { } modules { # Loaded module rlm_chap # Instantiating module "chap" from file /etc/raddb/mods-enabled/chap # Loaded module rlm_exec # Instantiating module "exec" from file /etc/raddb/mods-enabled/exec exec { wait = no input_pairs = "request" shell_escape = yes timeout = 10 } # Loaded module rlm_digest # Instantiating module "digest" from file /etc/raddb/mods-enabled/digest # Loaded module rlm_unix # Instantiating module "unix" from file /etc/raddb/mods-enabled/unix unix { radwtmp = "/var/log/radius/radwtmp" } # Loaded module rlm_expr # Instantiating module "expr" from file /etc/raddb/mods-enabled/expr expr { safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /" } # Loaded module rlm_krb5 # Instantiating module "krb5" from file /etc/raddb/mods-enabled/krb5 krb5 { keytab = "/etc/raddb/Radius1001.keytab" service_principal = "RADIUS" } Using MIT Kerberos library rlm_krb5 (krb5): Context initialised successfully rlm_krb5 (krb5): Using service principal "RADIUS/xxx" rlm_krb5 (krb5): Using keytab "FILE:/etc/raddb/Radius1001.keytab" # 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_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 = 4096 } # 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 = "whatever" 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_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_logintime # Instantiating module "logintime" from file /etc/raddb/mods-enabled/logintime logintime { minimum_timeout = 60 } # 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 = "no" } reading pairlist file /etc/raddb/mods-config/files/authorize reading pairlist file /etc/raddb/mods-config/files/authorize reading pairlist file /etc/raddb/mods-config/files/accounting reading pairlist file /etc/raddb/mods-config/files/pre-proxy # Instantiating module "ntlm_auth" from file /etc/raddb/mods-enabled/ntlm_auth exec ntlm_auth { wait = yes program = "/path/to/ntlm_auth --request-nt-key --domain=MYDOMAIN --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 { auto_header = no normalise = yes } # Loaded module rlm_dynamic_clients # Instantiating module "dynamic_clients" from file /etc/raddb/mods-enabled/dynamic_clients # 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 } # Loaded module rlm_always # Instantiating module "fail" from file /etc/raddb/mods-enabled/always always fail { rcode = "fail" simulcount = 0 mpp = no } # Instantiating module "reject" from file /etc/raddb/mods-enabled/always always reject { rcode = "reject" simulcount = 0 mpp = no } # Instantiating module "noop" from file /etc/raddb/mods-enabled/always always noop { rcode = "noop" simulcount = 0 mpp = no } # Instantiating module "handled" from file /etc/raddb/mods-enabled/always always handled { rcode = "handled" simulcount = 0 mpp = no } # Instantiating module "updated" from file /etc/raddb/mods-enabled/always always updated { rcode = "updated" simulcount = 0 mpp = no } # Instantiating module "notfound" from file /etc/raddb/mods-enabled/always always notfound { rcode = "notfound" simulcount = 0 mpp = no } # Instantiating module "ok" from file /etc/raddb/mods-enabled/always always ok { rcode = "ok" simulcount = 0 mpp = no } # Loaded module rlm_expiration # Instantiating module "expiration" from file /etc/raddb/mods-enabled/expiration # 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_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 passchange { } allow_retry = yes } # Loaded module rlm_utf8 # Instantiating module "utf8" from file /etc/raddb/mods-enabled/utf8 # 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_detail # 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 dir_permissions = 493 locking = no log_packet_header = no } # 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 dir_permissions = 493 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 dir_permissions = 493 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 dir_permissions = 493 locking = no log_packet_header = no } # Loaded module rlm_replicate # Instantiating module "replicate" from file /etc/raddb/mods-enabled/replicate # Loaded module rlm_ldap # Instantiating module "ldap" from file /etc/raddb/mods-enabled/ldap ldap { server = "host" port = 389 password = "xxx" identity = "uid=host,ou=systems,dc=network,dc=stadt-frankfurt,dc=de" valuepair_attribute = "radiusAttribute" read_clients = yes user { filter = "(&(uid=%{%{Stripped-User-Name}:-%{User-Name}})(objectClass=radiusProfile))" scope = "sub" base_dn = "ou=radius,dc=network,dc=stadt-frankfurt,dc=de" access_attribute = "radiusAccountStatus" access_positive = yes } group { filter = "(objectClass=groupOfNames)" scope = "sub" base_dn = "ou=radius,dc=network,dc=stadt-frankfurt,dc=de" name_attribute = "cn" membership_attribute = "memberOf" membership_filter = "(member=%{control:Ldap-UserDn})" cacheable_name = no cacheable_dn = no } client { filter = "(objectClass=radiusClient)" scope = "sub" base_dn = "ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" attribute { identifier = "radiusClientIdentifier" shortname = "radiusClientShortname" nas_type = "radiusClientType" secret = "radiusClientSecret" virtual_server = "radiusClientVirtualServer" require_message_authenticator = "radiusClientRequireMa" } } profile { filter = "(objectclass=radiusProfile)" attribute = "radiusProfileDn" default = "uid=defaultprofile,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" } options { ldap_debug = 40 chase_referrals = yes rebind = yes net_timeout = 1 res_timeout = 20 srv_timelimit = 20 idle = 60 probes = 3 interval = 3 } tls { ca_file = "/etc/raddb/certs/rootca_cert.pem" start_tls = yes require_cert = "demand" } } accounting { reference = "%{tolower:type.%{Acct-Status-Type}}" } post-auth { reference = "." } rlm_ldap (ldap): Initialising connection pool pool { start = 5 min = 4 max = 10 spare = 3 uses = 0 lifetime = 0 cleanup_delay = 5 idle_timeout = 60 spread = no } rlm_ldap (ldap): Opening additional connection (0) rlm_ldap (ldap): Connecting to a160lnw1001.city.net.ffm:389 rlm_ldap (ldap): Waiting for bind result... rlm_ldap (ldap): Bind successful rlm_ldap (ldap): Opening additional connection (1) rlm_ldap (ldap): Connecting to a160lnw1001.city.net.ffm:389 rlm_ldap (ldap): Waiting for bind result... rlm_ldap (ldap): Bind successful rlm_ldap (ldap): Opening additional connection (2) rlm_ldap (ldap): Connecting to a160lnw1001.city.net.ffm:389 rlm_ldap (ldap): Waiting for bind result... rlm_ldap (ldap): Bind successful rlm_ldap (ldap): Opening additional connection (3) rlm_ldap (ldap): Connecting to a160lnw1001.city.net.ffm:389 rlm_ldap (ldap): Waiting for bind result... rlm_ldap (ldap): Bind successful rlm_ldap (ldap): Opening additional connection (4) rlm_ldap (ldap): Connecting to a160lnw1001.city.net.ffm:389 rlm_ldap (ldap): Waiting for bind result... rlm_ldap (ldap): Bind successful rlm_ldap (ldap): Loading dynamic clients rlm_ldap (ldap): Reserved connection (4) rlm_ldap (ldap): Performing search in 'ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(objectClass=radiusClient)' rlm_ldap (ldap): Waiting for search result... rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'shortname' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'type' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'server' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'require_ma' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" added rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'shortname' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'type' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'server' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'require_ma' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" added rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'shortname' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'type' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'server' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" missing optional attribute 'require_ma' rlm_ldap (ldap): Client "radiusClientIdentifier=x,ou=City,ou=nas,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" added # Loaded module rlm_radutmp # 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_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 = "%{%{Packet-Type}:-format}" } # 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_soh # Instantiating module "soh" from file /etc/raddb/mods-enabled/soh soh { dhcp = yes } # 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 dir_permissions = 493 locking = no log_packet_header = no } # Loaded module rlm_dhcp # Instantiating module "dhcp" from file /etc/raddb/mods-enabled/dhcp } # 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 # Creating Auth-Type = LDAP # Loading authenticate {...} # Loading authorize {...} # Loading virtual module filter_username # Loading preacct {...} # Loading virtual module acct_unique # Loading accounting {...} # Loading post-auth {...} } # server default 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 } } Listening on auth address * port 1812 as server default Listening on acct address * port 1813 as server default Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 33803, id=250, length=103 User-Name = 'hachmer' User-Password = 'pw' NAS-IP-Address = xxx NAS-Port = 0 Message-Authenticator = 0x16edabf745b534e93faa4ddc8eda6c7b (0) # Executing section authorize from file /etc/raddb/sites-enabled/default (0) authorize { (0) filter_username filter_username { (0) ? if (User-Name != "%{tolower:%{User-Name}}") (0) expand: "%{tolower:%{User-Name}}" -> 'hachmer' (0) ? if (User-Name != "%{tolower:%{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] = noop (0) [digest] = noop (0) suffix : No '@' in User-Name = "hachmer", looking up realm NULL (0) suffix : No such realm "NULL" (0) [suffix] = noop (0) [files] = noop rlm_ldap (ldap): Reserved connection (3) (0) ldap : expand: "(&(uid=%{%{Stripped-User-Name}:-%{User-Name}})(objectClass=radiusProfile))" -> '(&(uid=hachmer)(objectClass=radiusProfile))' (0) ldap : expand: "ou=radius,dc=network,dc=stadt-frankfurt,dc=de" -> 'ou=radius,dc=network,dc=stadt-frankfurt,dc=de' (0) ldap : Performing search in 'ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(&(uid=hachmer)(objectClass=radiusProfile))' (0) ldap : Waiting for search result... (0) ldap : User object found at DN "uid=hachmer,ou=Netzwerkadministratoren,ou=users,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" (0) ldap : expand: "uid=defaultprofile,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" -> 'uid=defaultprofile,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' (0) ldap : expand: "(objectclass=radiusProfile)" -> '(objectclass=radiusProfile)' (0) ldap : Performing search in 'uid=defaultprofile,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(objectclass=radiusProfile)' (0) ldap : Waiting for search result... (0) ldap : Processing profile attributes (0) ldap : reply:Idle-Timeout := 300 (0) ldap : reply:Session-Timeout := 3600 (0) ldap : Attribute "radiusServiceType" not found in LDAP object (0) ldap : Attribute "radiusSimultaneousUse" not found in LDAP object (0) ldap : Attribute "radiusExpiration" not found in LDAP object (0) ldap : Attribute "radiusAuthType" not found in LDAP object (0) ldap : expand: "(objectclass=radiusProfile)" -> '(objectclass=radiusProfile)' (0) ldap : Performing search in 'uid=aosReadWrite,ou=profiles,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(objectclass=radiusProfile)' (0) ldap : Waiting for search result... (0) ldap : Processing profile attributes (0) ldap : Attribute "radiusIdleTimeout" not found in LDAP object (0) ldap : Attribute "radiusSessionTimeout" not found in LDAP object (0) ldap : Attribute "radiusServiceType" not found in LDAP object (0) ldap : Attribute "radiusSimultaneousUse" not found in LDAP object (0) ldap : Attribute "radiusExpiration" not found in LDAP object (0) ldap : Attribute "radiusAuthType" not found in LDAP object (0) ldap : reply:Alcatel-Access-Priv += (0) ldap : reply:Alcatel-Access-Priv += (0) ldap : reply:Alcatel-Access-Priv += (0) ldap : reply:Alcatel-Acce-Priv-F-W1 = (0) ldap : reply:Alcatel-Acce-Priv-F-W2 = (0) ldap : expand: "(objectclass=radiusProfile)" -> '(objectclass=radiusProfile)' (0) ldap : Performing search in 'uid=ov2500ReadWrite,ou=profiles,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(objectclass=radiusProfile)' (0) ldap : Waiting for search result... (0) ldap : Processing profile attributes (0) ldap : Attribute "radiusIdleTimeout" not found in LDAP object (0) ldap : Attribute "radiusSessionTimeout" not found in LDAP object (0) ldap : Attribute "radiusServiceType" not found in LDAP object (0) ldap : Attribute "radiusSimultaneousUse" not found in LDAP object (0) ldap : Attribute "radiusExpiration" not found in LDAP object (0) ldap : Attribute "radiusAuthType" not found in LDAP object (0) ldap : reply:Alcatel-Nms-Group = '' (0) ldap : expand: "(objectclass=radiusProfile)" -> '(objectclass=radiusProfile)' (0) ldap : Performing search in 'uid=sosReadWrite,ou=profiles,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(objectclass=radiusProfile)' (0) ldap : Waiting for search result... (0) ldap : Processing profile attributes (0) ldap : Attribute "radiusIdleTimeout" not found in LDAP object (0) ldap : Attribute "radiusSessionTimeout" not found in LDAP object (0) ldap : Attribute "radiusServiceType" not found in LDAP object (0) ldap : Attribute "radiusSimultaneousUse" not found in LDAP object (0) ldap : Attribute "radiusExpiration" not found in LDAP object (0) ldap : Attribute "radiusAuthType" not found in LDAP object (0) ldap : reply:NS-Admin-Privilege = (0) ldap : expand: "(objectclass=radiusProfile)" -> '(objectclass=radiusProfile)' (0) ldap : Performing search in 'uid=nsmReadWrite,ou=profiles,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(objectclass=radiusProfile)' (0) ldap : Waiting for search result... (0) ldap : Processing profile attributes (0) ldap : Attribute "radiusIdleTimeout" not found in LDAP object (0) ldap : Attribute "radiusSessionTimeout" not found in LDAP object (0) ldap : Attribute "radiusServiceType" not found in LDAP object (0) ldap : Attribute "radiusSimultaneousUse" not found in LDAP object (0) ldap : Attribute "radiusExpiration" not found in LDAP object (0) ldap : Attribute "radiusAuthType" not found in LDAP object (0) ldap : reply:NS-NSM-User-Domain-Name = '' (0) ldap : reply:NS-NSM-User-Role-Mapping = '' (0) ldap : expand: "(objectclass=radiusProfile)" -> '(objectclass=radiusProfile)' (0) ldap : Performing search in 'uid=arubaReadWrite,ou=profiles,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(objectclass=radiusProfile)' (0) ldap : Waiting for search result... (0) ldap : Processing profile attributes (0) ldap : Attribute "radiusIdleTimeout" not found in LDAP object (0) ldap : Attribute "radiusSessionTimeout" not found in LDAP object (0) ldap : Attribute "radiusServiceType" not found in LDAP object (0) ldap : Attribute "radiusSimultaneousUse" not found in LDAP object (0) ldap : Attribute "radiusExpiration" not found in LDAP object (0) ldap : Attribute "radiusAuthType" not found in LDAP object (0) ldap : reply:Aruba-User-Role := '' (0) ldap : reply:Aruba-Priv-Admin-User = (0) ldap : expand: "(objectclass=radiusProfile)" -> '(objectclass=radiusProfile)' (0) ldap : Performing search in 'uid=spaceReadWrite,ou=profiles,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(objectclass=radiusProfile)' (0) ldap : Waiting for search result... (0) ldap : Processing profile attributes (0) ldap : Attribute "radiusIdleTimeout" not found in LDAP object (0) ldap : Attribute "radiusSessionTimeout" not found in LDAP object (0) ldap : Attribute "radiusServiceType" not found in LDAP object (0) ldap : Attribute "radiusSimultaneousUse" not found in LDAP object (0) ldap : Attribute "radiusExpiration" not found in LDAP object (0) ldap : Attribute "radiusAuthType" not found in LDAP object (0) ldap : reply:Juniper-Junosspace-Profile = '' (0) ldap : expand: "(objectclass=radiusProfile)" -> '(objectclass=radiusProfile)' (0) ldap : Performing search in 'uid=airmanagerServerAdmin,ou=profiles,ou=radius,dc=network,dc=stadt-frankfurt,dc=de' with filter '(objectclass=radiusProfile)' (0) ldap : Waiting for search result... (0) ldap : Processing profile attributes (0) ldap : Attribute "radiusIdleTimeout" not found in LDAP object (0) ldap : Attribute "radiusSessionTimeout" not found in LDAP object (0) ldap : Attribute "radiusServiceType" not found in LDAP object (0) ldap : Attribute "radiusSimultaneousUse" not found in LDAP object (0) ldap : Attribute "radiusExpiration" not found in LDAP object (0) ldap : Attribute "radiusAuthType" not found in LDAP object (0) ldap : reply:Aruba-Admin-Role := '' (0) ldap : Processing user attributes (0) ldap : Attribute "radiusIdleTimeout" not found in LDAP object (0) ldap : Attribute "radiusSessionTimeout" not found in LDAP object (0) ldap : reply:Service-Type := Administrative-User (0) ldap : Attribute "radiusSimultaneousUse" not found in LDAP object (0) ldap : Attribute "radiusExpiration" not found in LDAP object (0) ldap : control:Auth-Type := LDAP rlm_ldap (ldap): Released connection (3) (0) [ldap] = ok (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 = LDAP (0) # Executing group from file /etc/raddb/sites-enabled/default (0) Auth-Type LDAP { (0) ldap : Login attempt by "hachmer" rlm_ldap (ldap): Reserved connection (3) (0) ldap : Using user DN from request "uid=hachmer,ou=Netzwerkadministratoren,ou=users,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" (0) ldap : Waiting for bind result... (0) ldap : Bind successful (0) ldap : Bind as user "uid=hachmer,ou=Netzwerkadministratoren,ou=users,ou=radius,dc=network,dc=stadt-frankfurt,dc=de" was successful rlm_ldap (ldap): Released connection (3) (0) [ldap] = ok (0) } # Auth-Type LDAP = ok (0) # Executing section post-auth from file /etc/raddb/sites-enabled/default (0) post-auth { (0) [exec] = noop (0) } # post-auth = noop Sending Access-Accept of id 250 from 127.0.0.1 port 1812 to 127.0.0.1 port 33803 Idle-Timeout = 300 Session-Timeout = 3600 Alcatel-Access-Priv = Alcatel-Access-Priv = Alcatel-Access-Priv = Alcatel-Acce-Priv-F-W1 = Alcatel-Acce-Priv-F-W2 = Alcatel-Nms-Group = '' NS-Admin-Privilege = NS-NSM-User-Domain-Name = '' NS-NSM-User-Role-Mapping = ' Aruba-User-Role = '' Aruba-Priv-Admin-User = 1 Juniper-Junosspace-Profile = '' Aruba-Admin-Role = '' Service-Type = Administrative-User (0) Finished request 0. Waking up in 0.3 seconds. Waking up in 4.6 seconds.
On 5 Dec 2013, at 07:47, Hachmer, Tobias <Tobias.Hachmer@stadt-frankfurt.de> wrote:
-----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org [mailto:freeradius-users-bounces+tobias.hachmer=stadt-frankfurt.de@lists.freeradius.org] Im Auftrag von Arran Cudbard-Bell Gesendet: Mittwoch, 4. Dezember 2013 19:37 An: FreeRadius users mailing list Betreff: Re: rlm_ldap (ldap): Could not start TLS: Connect error
For what it's worth, I just tested the LDAP profile functionality, with normal and generic attributes, and it works ok for me. Could you provide a copy of your LDAP configuration (redacted) and the complete output of radiusd -X and i'll try and replicate your issue here.
Well, I did a fresh installation of centos. Build new rpms from current git status branch v3.0.x with your provided spec file. Now it is running fine, thanks for that!
Ah ok, nice :) Well it was good to fix up the schemas anyway, so not wasted effort. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
participants (3)
-
Arran Cudbard-Bell -
Hachmer, Tobias -
Tobias Hachmer