Rubin
2012-05-08 10:43:23 UTC
Hi All,
I'm trying to get sssd to work with samba 4 and am having a rather
difficult time to get things to work.
I can see that sssd can actually talk to the samba 4 ldap service, and I
have verified that all attributes as specified in my sssd.conf exist. I
have verified that I can do ldapsearch queries identical to those done
by ldap_search_ext. The attached sssd.conf is known_working with a
"real" Active Directory 2003 R2.
I have set TLS_REQCERT = never and TLS_CACERT in /etc/ldap/ldap.conf
because I know that one of the error messages (see subject) might be
related to that. In sssd.conf I've set ldap_tls_reqcert=never and
temporarily set ldap_auth_disable_tls_never_use_in_production to True.
This has not made any difference.
I'm using Ubuntu LTS 12.04, on x86_64 with sssd 1.8.2-0ubuntu1.
I've attached my sssd.conf and a selection of relevant lines from the
sssd_SAMBA.log file.
Essentially, I can see that results are returned from the ldap server:
[sdap_parse_entry] (0x4000): OriginalDN: [CN=Rubin \
Simons,OU=Organization,DC=raaftech,DC=nl].
But then I see it reconnecting to the base domain name (probably typical
for Active Directory?):
[sdap_rebind_proc] (0x1000): Successfully bind to \
[ldap://raaftech.nl/CN=Configuration,DC=raaftech,DC=nl].
Which seems to fail later on (10 lines later):
[sdap_process_result] (0x0040): ldap_result error: \
[Can't contact LDAP server]
Since raaftech.nl is not in my ca.crt certificate I was suspecting an
typical tls hostname mismatch to be the cause, but since I've set
ldap_tls_reqcert=never and ldap_auth_disable_tls_never_use_in_production
I would not expect this error to occur (I know the error is very generic
but it is often related to tls).
The following ldap searches work (the search filter is lifted literally
from sssd_SAMBA.log):
# Without host uri specification (will default to 127.0.0.1):
ldapsearch -x -ZZ -L -D ldap-elohim at raaftech.nl -W -b
"dc=raaftech,dc=nl"
'(&(objectclass=person)(msSFU30Name=*)(uidNumber=*)(gidNumber=*))'
# With short hostname:
ldapsearch -x -ZZ -L -H ldap://elohim -D ldap-elohim at raaftech.nl -W -b
"dc=raaftech,dc=nl"
'(&(objectclass=person)(msSFU30Name=*)(uidNumber=*)(gidNumber=*))'
# With domainname:
ldapsearch -x -ZZ -L -H ldap://raaftech.nl -D ldap-elohim at raaftech.nl -W
-b "dc=raaftech,dc=nl"
'(&(objectclass=person)(msSFU30Name=*)(uidNumber=*)(gidNumber=*))'
In short, I think I tried everything and am suspecting an issue inside
sssd. As an aside, I don't understand fully why the reconnect occurs to
ldap://raaftech.nl/CN=Configuration,DC=raaftech,DC=nl .. I suspect this
has to do with why I'm having a problem.
Any pointers would be GREATLY appreciated!!
Kind regards,
Rubin Simons,
RAAF Technology
-------------- next part --------------
[sssd]
config_file_version = 2
reconnection_retries = 3
sbus_timeout = 30
services = nss, pam
domains = LOCAL,SAMBA
[nss]
; debug_level = 3
filter_groups = root
filter_users = root
reconnection_retries = 3
; entry_cache_timeout = 600
; entry_cache_nowait_timeout = 300
[pam]
; debug_level = 3
reconnection_retries = 3
[domain/LOCAL]
; debug_level = 3
description = LOCAL Users domain
id_provider = local
enumerate = true
;min_id = 400
;max_id = 499
[domain/SAMBA]
debug_level = 20
description = Samba 4 Authentication Environment
enumerate = true
min_id = 500
id_provider = ldap
ldap_uri = ldap://elohim
ldap_auth_disable_tls_never_use_in_production = True
ldap_tls_reqcert = never
ldap_tls_cacert = /etc/ssl/private/ca.crt
ldap_schema = rfc2307bis
ldap_search_base = dc=raaftech,dc=nl
ldap_default_bind_dn = cn=ldap-elohim,cn=users,dc=raaftech,dc=nl
ldap_default_authtok_type = password
ldap_default_authtok = ThisIsNotTheRealPassword
ldap_user_object_class = person
ldap_user_name = msSFU30Name
ldap_user_fullname = name
ldap_user_gecos = name
ldap_user_uid_number = uidNumber
ldap_user_gid_number = gidNumber
ldap_user_home_directory = unixHomeDirectory
ldap_user_shell = loginShell
ldap_user_principal = userPrincipalName
ldap_user_pwd = unixUserPassword
ldap_user_modify_timestamp = whenChanged
ldap_group_object_class = group
ldap_group_name = msSFU30Name
ldap_group_gid_number = gidNumber
ldap_group_pwd = unixUserPassword
ldap_group_modify_timestamp = whenChanged
ldap_force_upper_case_realm = True
auth_provider = krb5
chpass_provider = krb5
krb5_server = krb.srv.raaftech.nl
krb5_kpasswd = krb.srv.raaftech.nl
krb5_kdcip = krb.srv.raaftech.nl:88
krb5_realm = RAAFTECH.NL
krb5_changepw_principal = kadmin/changepw
krb5_ccachedir = /tmp
krb5_ccname_template = FILE:%d/krb5cc_%U_XXXXXX
krb5_auth_timeout = 15
-------------- next part --------------
Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [simple_bind_done] (0x0200): Server returned no controls.
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [simple_bind_done] (0x0080): Bind result: Success(0), no errmsg set
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [fo_set_port_status] (0x0100): Marking port 389 of server 'elohim' as 'working'
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [set_server_common_status] (0x0100): Marking server 'elohim' as 'working'
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_id_op_connect_done] (0x4000): notify connected to op #1
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_users_next_base] (0x0400): Searching for users with base [dc=raaftech,dc=nl]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x0400): calling ldap_search_ext with [(&(objectclass=person)(msSFU30Name=*)(uidNumber=*)(gidNumber=*))][dc=raaftech,dc=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [objectClass]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [msSFU30Name]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [unixUserPassword]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [uidNumber]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [gidNumber]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [name]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [unixHomeDirectory]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [loginShell]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [userPrincipalName]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [name]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [memberOf]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [nsUniqueId]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [whenChanged]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [uSNChanged]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowLastChange]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowMin]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowMax]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowWarning]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowInactive]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowExpire]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowFlag]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [krbLastPwdChange]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [krbPasswordExpiration]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [pwdAttribute]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [authorizedService]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [accountExpires]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [userAccountControl]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [nsAccountLock]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [host]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [loginDisabled]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [loginExpirationTime]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [loginAllowedTimeMap]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x2000): ldap_search_ext called, msgid = 3
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_id_op_connect_done] (0x4000): caching successful connection after 1 notifies
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: ldap_result found nothing!
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Maarten van der Aart,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Maurice Schillemans,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Freek Alleman,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Rubin Simons,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Thomas Hood,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_ldap_connect_callback_add] (0x1000): New LDAP connection to [ldap://raaftech.nl/CN=Configuration,DC=raaftech,DC=nl] with fd [18].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_rebind_proc] (0x1000): Successfully bind to [ldap://raaftech.nl/CN=Configuration,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_REFERENCE]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_REFERENCE]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_REFERENCE]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: ldap_result found nothing!
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x0040): ldap_result error: [Can't contact LDAP server]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_handle_release] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00], destructor_lock[0], release_memory[0]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [remove_connection_callback] (0x4000): Successfully removed connection callback.
I'm trying to get sssd to work with samba 4 and am having a rather
difficult time to get things to work.
I can see that sssd can actually talk to the samba 4 ldap service, and I
have verified that all attributes as specified in my sssd.conf exist. I
have verified that I can do ldapsearch queries identical to those done
by ldap_search_ext. The attached sssd.conf is known_working with a
"real" Active Directory 2003 R2.
I have set TLS_REQCERT = never and TLS_CACERT in /etc/ldap/ldap.conf
because I know that one of the error messages (see subject) might be
related to that. In sssd.conf I've set ldap_tls_reqcert=never and
temporarily set ldap_auth_disable_tls_never_use_in_production to True.
This has not made any difference.
I'm using Ubuntu LTS 12.04, on x86_64 with sssd 1.8.2-0ubuntu1.
I've attached my sssd.conf and a selection of relevant lines from the
sssd_SAMBA.log file.
Essentially, I can see that results are returned from the ldap server:
[sdap_parse_entry] (0x4000): OriginalDN: [CN=Rubin \
Simons,OU=Organization,DC=raaftech,DC=nl].
But then I see it reconnecting to the base domain name (probably typical
for Active Directory?):
[sdap_rebind_proc] (0x1000): Successfully bind to \
[ldap://raaftech.nl/CN=Configuration,DC=raaftech,DC=nl].
Which seems to fail later on (10 lines later):
[sdap_process_result] (0x0040): ldap_result error: \
[Can't contact LDAP server]
Since raaftech.nl is not in my ca.crt certificate I was suspecting an
typical tls hostname mismatch to be the cause, but since I've set
ldap_tls_reqcert=never and ldap_auth_disable_tls_never_use_in_production
I would not expect this error to occur (I know the error is very generic
but it is often related to tls).
The following ldap searches work (the search filter is lifted literally
from sssd_SAMBA.log):
# Without host uri specification (will default to 127.0.0.1):
ldapsearch -x -ZZ -L -D ldap-elohim at raaftech.nl -W -b
"dc=raaftech,dc=nl"
'(&(objectclass=person)(msSFU30Name=*)(uidNumber=*)(gidNumber=*))'
# With short hostname:
ldapsearch -x -ZZ -L -H ldap://elohim -D ldap-elohim at raaftech.nl -W -b
"dc=raaftech,dc=nl"
'(&(objectclass=person)(msSFU30Name=*)(uidNumber=*)(gidNumber=*))'
# With domainname:
ldapsearch -x -ZZ -L -H ldap://raaftech.nl -D ldap-elohim at raaftech.nl -W
-b "dc=raaftech,dc=nl"
'(&(objectclass=person)(msSFU30Name=*)(uidNumber=*)(gidNumber=*))'
In short, I think I tried everything and am suspecting an issue inside
sssd. As an aside, I don't understand fully why the reconnect occurs to
ldap://raaftech.nl/CN=Configuration,DC=raaftech,DC=nl .. I suspect this
has to do with why I'm having a problem.
Any pointers would be GREATLY appreciated!!
Kind regards,
Rubin Simons,
RAAF Technology
-------------- next part --------------
[sssd]
config_file_version = 2
reconnection_retries = 3
sbus_timeout = 30
services = nss, pam
domains = LOCAL,SAMBA
[nss]
; debug_level = 3
filter_groups = root
filter_users = root
reconnection_retries = 3
; entry_cache_timeout = 600
; entry_cache_nowait_timeout = 300
[pam]
; debug_level = 3
reconnection_retries = 3
[domain/LOCAL]
; debug_level = 3
description = LOCAL Users domain
id_provider = local
enumerate = true
;min_id = 400
;max_id = 499
[domain/SAMBA]
debug_level = 20
description = Samba 4 Authentication Environment
enumerate = true
min_id = 500
id_provider = ldap
ldap_uri = ldap://elohim
ldap_auth_disable_tls_never_use_in_production = True
ldap_tls_reqcert = never
ldap_tls_cacert = /etc/ssl/private/ca.crt
ldap_schema = rfc2307bis
ldap_search_base = dc=raaftech,dc=nl
ldap_default_bind_dn = cn=ldap-elohim,cn=users,dc=raaftech,dc=nl
ldap_default_authtok_type = password
ldap_default_authtok = ThisIsNotTheRealPassword
ldap_user_object_class = person
ldap_user_name = msSFU30Name
ldap_user_fullname = name
ldap_user_gecos = name
ldap_user_uid_number = uidNumber
ldap_user_gid_number = gidNumber
ldap_user_home_directory = unixHomeDirectory
ldap_user_shell = loginShell
ldap_user_principal = userPrincipalName
ldap_user_pwd = unixUserPassword
ldap_user_modify_timestamp = whenChanged
ldap_group_object_class = group
ldap_group_name = msSFU30Name
ldap_group_gid_number = gidNumber
ldap_group_pwd = unixUserPassword
ldap_group_modify_timestamp = whenChanged
ldap_force_upper_case_realm = True
auth_provider = krb5
chpass_provider = krb5
krb5_server = krb.srv.raaftech.nl
krb5_kpasswd = krb.srv.raaftech.nl
krb5_kdcip = krb.srv.raaftech.nl:88
krb5_realm = RAAFTECH.NL
krb5_changepw_principal = kadmin/changepw
krb5_ccachedir = /tmp
krb5_ccname_template = FILE:%d/krb5cc_%U_XXXXXX
krb5_auth_timeout = 15
-------------- next part --------------
Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [simple_bind_done] (0x0200): Server returned no controls.
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [simple_bind_done] (0x0080): Bind result: Success(0), no errmsg set
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [fo_set_port_status] (0x0100): Marking port 389 of server 'elohim' as 'working'
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [set_server_common_status] (0x0100): Marking server 'elohim' as 'working'
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_id_op_connect_done] (0x4000): notify connected to op #1
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_users_next_base] (0x0400): Searching for users with base [dc=raaftech,dc=nl]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x0400): calling ldap_search_ext with [(&(objectclass=person)(msSFU30Name=*)(uidNumber=*)(gidNumber=*))][dc=raaftech,dc=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [objectClass]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [msSFU30Name]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [unixUserPassword]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [uidNumber]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [gidNumber]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [name]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [unixHomeDirectory]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [loginShell]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [userPrincipalName]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [name]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [memberOf]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [nsUniqueId]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [whenChanged]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [uSNChanged]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowLastChange]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowMin]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowMax]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowWarning]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowInactive]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowExpire]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [shadowFlag]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [krbLastPwdChange]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [krbPasswordExpiration]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [pwdAttribute]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [authorizedService]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [accountExpires]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [userAccountControl]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [nsAccountLock]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [host]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [loginDisabled]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [loginExpirationTime]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [loginAllowedTimeMap]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_get_generic_ext_step] (0x2000): ldap_search_ext called, msgid = 3
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_id_op_connect_done] (0x4000): caching successful connection after 1 notifies
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: ldap_result found nothing!
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Maarten van der Aart,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Maurice Schillemans,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Freek Alleman,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Rubin Simons,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_ENTRY]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_parse_entry] (0x4000): OriginalDN: [CN=Thomas Hood,OU=Organization,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_ldap_connect_callback_add] (0x1000): New LDAP connection to [ldap://raaftech.nl/CN=Configuration,DC=raaftech,DC=nl] with fd [18].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_rebind_proc] (0x1000): Successfully bind to [ldap://raaftech.nl/CN=Configuration,DC=raaftech,DC=nl].
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_REFERENCE]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_REFERENCE]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_SEARCH_REFERENCE]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: ldap_result found nothing!
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_process_result] (0x0040): ldap_result error: [Can't contact LDAP server]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [sdap_handle_release] (0x2000): Trace: sh[0xd1d910], connected[1], ops[0xd2d1d0], ldap[0xd1af00], destructor_lock[0], release_memory[0]
(Tue May 8 11:47:49 2012) [sssd[be[SAMBA]]] [remove_connection_callback] (0x4000): Successfully removed connection callback.