When you disconnect the network, after some time ldap provider will enter offline state depending what information is searched from the ldap. When ldap_provider has entered offline state it restarts itself.
When the network is connected again first login attempt through pam always fails. It seems that first login attempt after reconnecting to network makes the sssd_pam to reconnect and while that happens it loses the data it was trying to authenticate. When the first login attempt has failed the second one will succeed because the connection is now good.
In the logs: Disconnect the network, id somenonexistenusername (asdfghjkl in this case, ten second timeout set for the ldap search in the configuration), sssd_be_ldap restart. Reconnect the network, ankka logs in through tty3 and will fail (first attempt), ankka logs in through tty4 and will pass (second attempt).
(1254481839) [sssd[be[LDAP]]] [be_get_account_info] (4): Got request for [1][core][name=asdfghjkl] (1254481839) [sssd[be[LDAP]]] [sdap_get_users_transaction] (5): calling ldap_search_ext with [(&(uid=asdfghjkl)(objectclass=posixAccount))]. (1254481850) [sssd[be[LDAP]]] [acctinfo_callback] (4): Request processed. Returned 3,110,Enum Users Failed (1254481851) [sssd[be[LDAP]]] [server_setup] (3): CONFDB: /var/lib/sss/db/config.ldb (1254481851) [sssd[be[LDAP]]] [confdb_get_domain_internal] (1): No enumeration for [LDAP]! (1254481851) [sssd[be[LDAP]]] [sysdb_domain_init_internal] (5): DB File for LDAP: /var/lib/sss/db/cache_LDAP.ldb (1254481851) [sssd[be[LDAP]]] [ldb] (3): asq: Unable to register control with rootdse! (1254481851) [sssd[be[LDAP]]] [sbus_init_connection] (5): Adding connection 79A86C0 (1254481851) [sssd[be[LDAP]]] [monitor_common_send_id] (4): Sending ID: (%BE_LDAP,1) (1254481851) [sssd[be[LDAP]]] [sbus_init_connection] (5): Adding connection 79A9E40 (1254481851) [sssd[be[LDAP]]] [dp_common_send_id] (4): Sending ID to DP: (1,1,,LDAP) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_object_class has value posixAccount (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_name has value uid (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_pwd has value userPassword (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_uid_number has value uidNumber (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_gid_number has value gidNumber (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_gecos has value gecos (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_home_directory has value homeDirectory (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_shell has value loginShell (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_principal has value krbPrincipalName (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_fullname has value cn (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_member_of has value (null) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_uuid has value (null) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_modify_timestamp has value modifyTimestamp (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_object_class has value posixGroup (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_name has value cn (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_pwd has value userPassword (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_gid_number has value gidNumber (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_member has value memberuid (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_uuid has value (null) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_modify_timestamp has value modifyTimestamp (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_object_class has value posixAccount (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_name has value uid (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_pwd has value userPassword (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_uid_number has value uidNumber (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_gid_number has value gidNumber (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_gecos has value gecos (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_home_directory has value homeDirectory (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_shell has value loginShell (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_principal has value krbPrincipalName (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_fullname has value cn (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_member_of has value (null) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_uuid has value (null) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_modify_timestamp has value modifyTimestamp (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_object_class has value posixGroup (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_name has value cn (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_pwd has value userPassword (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_gid_number has value gidNumber (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_member has value memberuid (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_uuid has value (null) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_modify_timestamp has value modifyTimestamp (1254481851) [sssd[be[LDAP]]] [be_process_init] (1): No access control module provided for [LDAP] using be_target_access_permit!! (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_object_class has value posixAccount (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_name has value uid (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_pwd has value userPassword (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_uid_number has value uidNumber (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_gid_number has value gidNumber (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_gecos has value gecos (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_home_directory has value homeDirectory (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_shell has value loginShell (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_principal has value krbPrincipalName (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_fullname has value cn (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_member_of has value (null) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_uuid has value (null) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_user_modify_timestamp has value modifyTimestamp (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_object_class has value posixGroup (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_name has value cn (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_pwd has value userPassword (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_gid_number has value gidNumber (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_member has value memberuid (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_uuid has value (null) (1254481851) [sssd[be[LDAP]]] [sdap_get_options] (5): Option ldap_group_modify_timestamp has value modifyTimestamp (1254481851) [sssd[be[LDAP]]] [main] (1): Backend provider (LDAP) started! (1254481851) [sssd[be[LDAP]]] [id_callback] (4): Got id ack and version (1) from DP (1254481851) [sssd[be[LDAP]]] [id_callback] (4): Got id ack and version (1) from Monitor (1254481890) [sssd[be[LDAP]]] [be_get_account_info] (4): Got request for [1][core][name=ankka] (1254481890) [sssd[be[LDAP]]] [simple_bind_send] (4): Executing simple bind as: (null) (1254481890) [sssd[be[LDAP]]] [simple_bind_done] (3): Bind result: Success(0), (1254481890) [sssd[be[LDAP]]] [sdap_get_users_transaction] (5): calling ldap_search_ext with [(&(uid=ankka)(objectclass=posixAccount))]. (1254481890) [sssd[be[LDAP]]] [sdap_get_users_done] (3): Search result: Success(0), (1254481890) [sssd[be[LDAP]]] [acctinfo_callback] (4): Request processed. Returned 0,0,Success (1254481893) [sssd[be[LDAP]]] [be_get_account_info] (4): Got request for [1][core][name=ankka] (1254481893) [sssd[be[LDAP]]] [sdap_get_users_transaction] (5): calling ldap_search_ext with [(&(uid=ankka)(objectclass=posixAccount))]. (1254481893) [sssd[be[LDAP]]] [sdap_get_users_done] (3): Search result: Success(0), (1254481893) [sssd[be[LDAP]]] [acctinfo_callback] (4): Request processed. Returned 0,0,Success (1254481893) [sssd[be[LDAP]]] [be_pam_handler] (4): Got request with the following data (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): command: 241 (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): domain: LDAP (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): user: ankka (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): service: login (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): tty: tty3 (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): ruser: (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): rhost: (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): authtok type: 1 (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): authtok size: 8 (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok type: 0 (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok size: 0 (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): priv: 1 (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): pw_uid: 12345 (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): gr_gid: 1010 (1254481893) [sssd[be[LDAP]]] [pam_print_data] (4): cli_pid: 8326 (1254481893) [sssd[be[LDAP]]] [sdap_connect_send] (4): Executing START TLS (1254481893) [sssd[be[LDAP]]] [sbus_dispatch] (1): Performing auto-reconnect (1254481893) [sssd[be[LDAP]]] [sdap_connect_done] (3): START TLS result: Operations error(1), SSL connection already established. (1254481893) [sssd[be[LDAP]]] [simple_bind_send] (4): Executing simple bind as: uid=ankka,ou=People,o=internal,dc=domain,dc=com (1254481893) [sssd[be[LDAP]]] [simple_bind_done] (3): Bind result: Success(0), (1254481893) [sssd[be[LDAP]]] [sdap_password_cache_done] (4): Password successfully cached for ankka (1254481893) [sssd[be[LDAP]]] [be_pam_handler_callback] (4): Sending result [0][LDAP] (1254481893) [sssd[be[LDAP]]] [be_pam_handler_callback] (4): Sent result [0][LDAP] (1254481894) [sssd[be[LDAP]]] [sbus_reconnect] (3): Making reconnection attempt 1 to [unix:path=/var/lib/sss/pipes/private/sbus-dp] (1254481894) [sssd[be[LDAP]]] [sbus_reconnect] (3): Reconnected to [unix:path=/var/lib/sss/pipes/private/sbus-dp] (1254481894) [sssd[be[LDAP]]] [be_cli_reconnect_init] (1): Reconnected to the Data Provider. (1254481894) [sssd[be[LDAP]]] [dp_common_send_id] (4): Sending ID to DP: (1,1,,LDAP) (1254481894) [sssd[be[LDAP]]] [id_callback] (4): Got id ack and version (1) from DP (1254481903) [sssd[be[LDAP]]] [be_get_account_info] (4): Got request for [1][core][name=ankka] (1254481903) [sssd[be[LDAP]]] [sdap_get_users_transaction] (5): calling ldap_search_ext with [(&(uid=ankka)(objectclass=posixAccount))]. (1254481903) [sssd[be[LDAP]]] [sdap_get_users_done] (3): Search result: Success(0), (1254481903) [sssd[be[LDAP]]] [acctinfo_callback] (4): Request processed. Returned 0,0,Success (1254481903) [sssd[be[LDAP]]] [be_pam_handler] (4): Got request with the following data (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): command: 241 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): user: ankka (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): service: login (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): ruser: (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): rhost: (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): authtok type: 1 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): authtok size: 8 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[be[LDAP]]] [sdap_connect_send] (4): Executing START TLS (1254481903) [sssd[be[LDAP]]] [sdap_connect_done] (3): START TLS result: Operations error(1), SSL connection already established. (1254481903) [sssd[be[LDAP]]] [simple_bind_send] (4): Executing simple bind as: uid=ankka,ou=People,o=internal,dc=domain,dc=com (1254481903) [sssd[be[LDAP]]] [simple_bind_done] (3): Bind result: Success(0), (1254481903) [sssd[be[LDAP]]] [sdap_password_cache_done] (4): Password successfully cached for ankka (1254481903) [sssd[be[LDAP]]] [be_pam_handler_callback] (4): Sending result [0][LDAP] (1254481903) [sssd[be[LDAP]]] [be_pam_handler_callback] (4): Sent result [0][LDAP] (1254481903) [sssd[be[LDAP]]] [be_pam_handler] (4): Got request with the following data (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): command: 243 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): user: ankka (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): service: login (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): ruser: (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): rhost: (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[be[LDAP]]] [be_pam_handler_callback] (4): Sending result [0][LDAP] (1254481903) [sssd[be[LDAP]]] [be_pam_handler_callback] (4): Sent result [0][LDAP] (1254481903) [sssd[be[LDAP]]] [be_get_account_info] (4): Got request for [3][core][name=ankka] (1254481903) [sssd[be[LDAP]]] [sdap_get_initgr_transaction] (5): calling ldap_search_ext with filter:[(&(memberuid=ankka)(objectclass=posixGroup))]. (1254481903) [sssd[be[LDAP]]] [sdap_get_initgr_done] (3): Search result: Success(0), (1254481903) [sssd[be[LDAP]]] [acctinfo_callback] (4): Request processed. Returned 0,0,Success (1254481903) [sssd[be[LDAP]]] [be_pam_handler] (4): Got request with the following data (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): command: 244 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): user: ankka (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): service: login (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): ruser: (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): rhost: (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[be[LDAP]]] [be_pam_handler] (4): Sending result [0][LDAP] (1254481903) [sssd[be[LDAP]]] [be_get_account_info] (4): Got request for [1][core][name=ankka] (1254481903) [sssd[be[LDAP]]] [sdap_get_users_transaction] (5): calling ldap_search_ext with [(&(uid=ankka)(objectclass=posixAccount))]. (1254481903) [sssd[be[LDAP]]] [sdap_get_users_done] (3): Search result: Success(0), (1254481903) [sssd[be[LDAP]]] [acctinfo_callback] (4): Request processed. Returned 0,0,Success (1254481903) [sssd[be[LDAP]]] [be_pam_handler] (4): Got request with the following data (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): command: 242 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): user: ankka (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): service: login (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): ruser: (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): rhost: (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[be[LDAP]]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[be[LDAP]]] [be_pam_handler] (4): Sending result [0][LDAP] (1254481903) [sssd[be[LDAP]]] [be_get_account_info] (4): Got request for [2][core][idnumber=1010] (1254481903) [sssd[be[LDAP]]] [sdap_get_groups_done] (3): Search result: Success(0), (1254481903) [sssd[be[LDAP]]] [acctinfo_callback] (4): Request processed. Returned 0,0,Success 1254481839) [sssd[dp]] [dp_get_account_info] (4): Got request for [LDAP][1][core][name=asdfghjkl] (1254481839) [sssd[dp]] [dp_send_acct_req] (4): Sending request for [1][core][name=asdfghjkl] (1254481850) [sssd[dp]] [be_got_account_info] (4): Got reply (3, 110, Enum Users Failed) from (LDAP) (1254481850) [sssd[dp]] [be_got_account_info] (1): Backend returned an error: 3,110(Connection timed out),Enum Users Failed (1254481850) [sssd[dp]] [sbus_dispatch] (3): Connection is not open for dispatching. (1254481851) [sssd[dp]] [sbus_server_init_new_connection] (5): Entering. (1254481851) [sssd[dp]] [sbus_server_init_new_connection] (5): Adding connection 0x11fa9fd0. (1254481851) [sssd[dp]] [sbus_init_connection] (5): Adding connection 11FA9FD0 (1254481851) [sssd[dp]] [sbus_server_init_new_connection] (5): Got a connection (1254481851) [sssd[dp]] [dp_client_init] (4): Set-up DP ID timeout [0x11fae330] (1254481851) [sssd[dp]] [client_registration] (4): Cancel DP ID timeout [0x11fae330] (1254481851) [sssd[dp]] [client_registration] (4): Added Backend client for domain [LDAP] (1254481890) [sssd[dp]] [dp_get_account_info] (4): Got request for [LDAP][1][core][name=ankka] (1254481890) [sssd[dp]] [dp_send_acct_req] (4): Sending request for [1][core][name=ankka] (1254481890) [sssd[dp]] [be_got_account_info] (4): Got reply (0, 0, Success) from (LDAP) (1254481893) [sssd[dp]] [dp_get_account_info] (4): Got request for [LDAP][1][core][name=ankka] (1254481893) [sssd[dp]] [dp_send_acct_req] (4): Sending request for [1][core][name=ankka] (1254481893) [sssd[dp]] [be_got_account_info] (4): Got reply (0, 0, Success) from (LDAP) (1254481893) [sssd[dp]] [dp_pamhandler] (4): Got the following data: (1254481893) [sssd[dp]] [pam_print_data] (4): command: 241 (1254481893) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481893) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481893) [sssd[dp]] [pam_print_data] (4): service: login (1254481893) [sssd[dp]] [pam_print_data] (4): tty: tty3 (1254481893) [sssd[dp]] [pam_print_data] (4): ruser: (1254481893) [sssd[dp]] [pam_print_data] (4): rhost: (1254481893) [sssd[dp]] [pam_print_data] (4): authtok type: 1 (1254481893) [sssd[dp]] [pam_print_data] (4): authtok size: 8 (1254481893) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481893) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481893) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481893) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481893) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481893) [sssd[dp]] [pam_print_data] (4): cli_pid: 8326 (1254481893) [sssd[dp]] [dp_pamhandler] (4): Checking [LDAP][LDAP] (1254481893) [sssd[dp]] [dp_pamhandler] (4): Sending wildcard request to [LDAP] (1254481893) [sssd[dp]] [dp_call_pamhandler] (4): Sending request with to following data (1254481893) [sssd[dp]] [pam_print_data] (4): command: 241 (1254481893) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481893) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481893) [sssd[dp]] [pam_print_data] (4): service: login (1254481893) [sssd[dp]] [pam_print_data] (4): tty: tty3 (1254481893) [sssd[dp]] [pam_print_data] (4): ruser: (1254481893) [sssd[dp]] [pam_print_data] (4): rhost: (1254481893) [sssd[dp]] [pam_print_data] (4): authtok type: 1 (1254481893) [sssd[dp]] [pam_print_data] (4): authtok size: 8 (1254481893) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481893) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481893) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481893) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481893) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481893) [sssd[dp]] [pam_print_data] (4): cli_pid: 8326 (1254481893) [sssd[dp]] [dp_pamhandler] (4): Checking [LDAP][LDAP] (1254481893) [sssd[dp]] [dp_pamhandler] (4): Sending wildcard request to [LDAP] (1254481894) [sssd[dp]] [server_setup] (3): CONFDB: /var/lib/sss/db/config.ldb (1254481894) [sssd[dp]] [sbus_init_connection] (5): Adding connection C8C0E90 (1254481894) [sssd[dp]] [monitor_common_send_id] (4): Sending ID: (dp,1) (1254481894) [sssd[dp]] [dp_srv_init] (3): Initializing Data Provider D-BUS Server (1254481894) [sssd[dp]] [sbus_new_server] (3): D-BUS Server listening on unix:path=/var/lib/sss/pipes/private/sbus-dp,guid=f54966db9f0bc924990e05004ac5dfe6 (1254481894) [sssd[dp]] [id_callback] (4): Got id ack and version (1) from Monitor (1254481894) [sssd[dp]] [sbus_server_init_new_connection] (5): Entering. (1254481894) [sssd[dp]] [sbus_server_init_new_connection] (5): Adding connection 0xc8c36b0. (1254481894) [sssd[dp]] [sbus_init_connection] (5): Adding connection C8C36B0 (1254481894) [sssd[dp]] [sbus_server_init_new_connection] (5): Got a connection (1254481894) [sssd[dp]] [dp_client_init] (4): Set-up DP ID timeout [0xc8c41c0] (1254481894) [sssd[dp]] [sbus_server_init_new_connection] (5): Entering. (1254481894) [sssd[dp]] [sbus_server_init_new_connection] (5): Adding connection 0xc8c6c20. (1254481894) [sssd[dp]] [sbus_init_connection] (5): Adding connection C8C6C20 (1254481894) [sssd[dp]] [sbus_server_init_new_connection] (5): Got a connection (1254481894) [sssd[dp]] [dp_client_init] (4): Set-up DP ID timeout [0xc8c7410] (1254481894) [sssd[dp]] [client_registration] (4): Cancel DP ID timeout [0xc8c7410] (1254481894) [sssd[dp]] [client_registration] (4): Added Frontend client [NSS] (1254481894) [sssd[dp]] [client_registration] (4): Cancel DP ID timeout [0xc8c41c0] (1254481894) [sssd[dp]] [client_registration] (4): Added Frontend client [PAM] (1254481894) [sssd[dp]] [sbus_server_init_new_connection] (5): Entering. (1254481894) [sssd[dp]] [sbus_server_init_new_connection] (5): Adding connection 0xc8c8da0. (1254481894) [sssd[dp]] [sbus_init_connection] (5): Adding connection C8C8DA0 (1254481894) [sssd[dp]] [sbus_server_init_new_connection] (5): Got a connection (1254481894) [sssd[dp]] [dp_client_init] (4): Set-up DP ID timeout [0xc8c95b0] (1254481894) [sssd[dp]] [client_registration] (4): Cancel DP ID timeout [0xc8c95b0] (1254481894) [sssd[dp]] [client_registration] (4): Added Backend client for domain [LDAP] (1254481903) [sssd[dp]] [dp_get_account_info] (4): Got request for [LDAP][1][core][name=ankka] (1254481903) [sssd[dp]] [dp_send_acct_req] (4): Sending request for [1][core][name=ankka] (1254481903) [sssd[dp]] [be_got_account_info] (4): Got reply (0, 0, Success) from (LDAP) (1254481903) [sssd[dp]] [dp_pamhandler] (4): Got the following data: (1254481903) [sssd[dp]] [pam_print_data] (4): command: 241 (1254481903) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481903) [sssd[dp]] [pam_print_data] (4): service: login (1254481903) [sssd[dp]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[dp]] [pam_print_data] (4): ruser: (1254481903) [sssd[dp]] [pam_print_data] (4): rhost: (1254481903) [sssd[dp]] [pam_print_data] (4): authtok type: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): authtok size: 8 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[dp]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[dp]] [dp_pamhandler] (4): Checking [LDAP][LDAP] (1254481903) [sssd[dp]] [dp_pamhandler] (4): Sending wildcard request to [LDAP] (1254481903) [sssd[dp]] [dp_call_pamhandler] (4): Sending request with to following data (1254481903) [sssd[dp]] [pam_print_data] (4): command: 241 (1254481903) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481903) [sssd[dp]] [pam_print_data] (4): service: login (1254481903) [sssd[dp]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[dp]] [pam_print_data] (4): ruser: (1254481903) [sssd[dp]] [pam_print_data] (4): rhost: (1254481903) [sssd[dp]] [pam_print_data] (4): authtok type: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): authtok size: 8 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[dp]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[dp]] [be_got_pam_reply] (4): Got reply (0, LDAP) from (LDAP) (1254481903) [sssd[dp]] [dp_pamhandler] (4): Got the following data: (1254481903) [sssd[dp]] [pam_print_data] (4): command: 243 (1254481903) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481903) [sssd[dp]] [pam_print_data] (4): service: login (1254481903) [sssd[dp]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[dp]] [pam_print_data] (4): ruser: (1254481903) [sssd[dp]] [pam_print_data] (4): rhost: (1254481903) [sssd[dp]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[dp]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[dp]] [dp_pamhandler] (4): Checking [LDAP][LDAP] (1254481903) [sssd[dp]] [dp_pamhandler] (4): Sending wildcard request to [LDAP] (1254481903) [sssd[dp]] [dp_call_pamhandler] (4): Sending request with to following data (1254481903) [sssd[dp]] [pam_print_data] (4): command: 243 (1254481903) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481903) [sssd[dp]] [pam_print_data] (4): service: login (1254481903) [sssd[dp]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[dp]] [pam_print_data] (4): ruser: (1254481903) [sssd[dp]] [pam_print_data] (4): rhost: (1254481903) [sssd[dp]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[dp]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[dp]] [be_got_pam_reply] (4): Got reply (0, LDAP) from (LDAP) (1254481903) [sssd[dp]] [dp_get_account_info] (4): Got request for [LDAP][3][core][name=ankka] (1254481903) [sssd[dp]] [dp_send_acct_req] (4): Sending request for [3][core][name=ankka] (1254481903) [sssd[dp]] [be_got_account_info] (4): Got reply (0, 0, Success) from (LDAP) (1254481903) [sssd[dp]] [dp_pamhandler] (4): Got the following data: (1254481903) [sssd[dp]] [pam_print_data] (4): command: 244 (1254481903) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481903) [sssd[dp]] [pam_print_data] (4): service: login (1254481903) [sssd[dp]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[dp]] [pam_print_data] (4): ruser: (1254481903) [sssd[dp]] [pam_print_data] (4): rhost: (1254481903) [sssd[dp]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[dp]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[dp]] [dp_pamhandler] (4): Checking [LDAP][LDAP] (1254481903) [sssd[dp]] [dp_pamhandler] (4): Sending wildcard request to [LDAP] (1254481903) [sssd[dp]] [dp_call_pamhandler] (4): Sending request with to following data (1254481903) [sssd[dp]] [pam_print_data] (4): command: 244 (1254481903) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481903) [sssd[dp]] [pam_print_data] (4): service: login (1254481903) [sssd[dp]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[dp]] [pam_print_data] (4): ruser: (1254481903) [sssd[dp]] [pam_print_data] (4): rhost: (1254481903) [sssd[dp]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[dp]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[dp]] [be_got_pam_reply] (4): Got reply (0, LDAP) from (LDAP) (1254481903) [sssd[dp]] [dp_get_account_info] (4): Got request for [LDAP][1][core][name=ankka] (1254481903) [sssd[dp]] [dp_send_acct_req] (4): Sending request for [1][core][name=ankka] (1254481903) [sssd[dp]] [be_got_account_info] (4): Got reply (0, 0, Success) from (LDAP) (1254481903) [sssd[dp]] [dp_pamhandler] (4): Got the following data: (1254481903) [sssd[dp]] [pam_print_data] (4): command: 242 (1254481903) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481903) [sssd[dp]] [pam_print_data] (4): service: login (1254481903) [sssd[dp]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[dp]] [pam_print_data] (4): ruser: (1254481903) [sssd[dp]] [pam_print_data] (4): rhost: (1254481903) [sssd[dp]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[dp]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[dp]] [dp_pamhandler] (4): Checking [LDAP][LDAP] (1254481903) [sssd[dp]] [dp_pamhandler] (4): Sending wildcard request to [LDAP] (1254481903) [sssd[dp]] [dp_call_pamhandler] (4): Sending request with to following data (1254481903) [sssd[dp]] [pam_print_data] (4): command: 242 (1254481903) [sssd[dp]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[dp]] [pam_print_data] (4): user: ankka (1254481903) [sssd[dp]] [pam_print_data] (4): service: login (1254481903) [sssd[dp]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[dp]] [pam_print_data] (4): ruser: (1254481903) [sssd[dp]] [pam_print_data] (4): rhost: (1254481903) [sssd[dp]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[dp]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[dp]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[dp]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[dp]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[dp]] [be_got_pam_reply] (4): Got reply (0, LDAP) from (LDAP) (1254481903) [sssd[dp]] [dp_get_account_info] (4): Got request for [LDAP][2][core][idnumber=1010] (1254481903) [sssd[dp]] [dp_send_acct_req] (4): Sending request for [2][core][idnumber=1010] (1254481903) [sssd[dp]] [be_got_account_info] (4): Got reply (0, 0, Success) from (LDAP) (1254481893) [sssd[pam]] [accept_priv_fd_handler] (4): Client connected to privileged pipe! (1254481893) [sssd[pam]] [sss_cmd_get_version] (5): Received client version [3]. (1254481893) [sssd[pam]] [sss_cmd_get_version] (5): Offered version [3]. (1254481893) [sssd[pam]] [pam_cmd_authenticate] (4): entering pam_cmd_authenticate (1254481893) [sssd[pam]] [pam_print_data] (4): command: 241 (1254481893) [sssd[pam]] [pam_print_data] (4): domain: (null) (1254481893) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481893) [sssd[pam]] [pam_print_data] (4): service: login (1254481893) [sssd[pam]] [pam_print_data] (4): tty: tty3 (1254481893) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481893) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481893) [sssd[pam]] [pam_print_data] (4): authtok type: 1 (1254481893) [sssd[pam]] [pam_print_data] (4): authtok size: 8 (1254481893) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481893) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481893) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481893) [sssd[pam]] [pam_print_data] (4): pw_uid: 0 (1254481893) [sssd[pam]] [pam_print_data] (4): gr_gid: 0 (1254481893) [sssd[pam]] [pam_print_data] (4): cli_pid: 8326 (1254481893) [sssd[pam]] [sss_dp_send_acct_req_create] (4): Sending request for [LDAP][1][core][name=ankka] (1254481893) [sssd[pam]] [sss_dp_get_reply] (4): Got reply (0, 0, Success) from Data Provider (1254481893) [sssd[pam]] [pam_dp_send_req] (4): Sending request with the following data: (1254481893) [sssd[pam]] [pam_print_data] (4): command: 241 (1254481893) [sssd[pam]] [pam_print_data] (4): domain: LDAP (1254481893) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481893) [sssd[pam]] [pam_print_data] (4): service: login (1254481893) [sssd[pam]] [pam_print_data] (4): tty: tty3 (1254481893) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481893) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481893) [sssd[pam]] [pam_print_data] (4): authtok type: 1 (1254481893) [sssd[pam]] [pam_print_data] (4): authtok size: 8 (1254481893) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481893) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481893) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481893) [sssd[pam]] [pam_print_data] (4): pw_uid: 12345 (1254481893) [sssd[pam]] [pam_print_data] (4): gr_gid: 1010 (1254481893) [sssd[pam]] [pam_print_data] (4): cli_pid: 8326 (1254481893) [sssd[pam]] [pam_dom_forwarder] (4): pam_dp_send_req returned 0 (1254481893) [sssd[pam]] [sbus_dispatch] (1): Performing auto-reconnect (1254481894) [sssd[pam]] [sbus_reconnect] (3): Making reconnection attempt 1 to [unix:path=/var/lib/sss/pipes/private/sbus-dp] (1254481894) [sssd[pam]] [sbus_reconnect] (3): Reconnected to [unix:path=/var/lib/sss/pipes/private/sbus-dp] (1254481894) [sssd[pam]] [pam_dp_reconnect_init] (1): Reconnected to the Data Provider. (1254481894) [sssd[pam]] [dp_common_send_id] (4): Sending ID to DP: (2,1,PAM,) (1254481894) [sssd[pam]] [id_callback] (4): Got id ack and version (1) from DP (1254481903) [sssd[pam]] [accept_priv_fd_handler] (4): Client connected to privileged pipe! (1254481903) [sssd[pam]] [sss_cmd_get_version] (5): Received client version [3]. (1254481903) [sssd[pam]] [sss_cmd_get_version] (5): Offered version [3]. (1254481903) [sssd[pam]] [pam_cmd_authenticate] (4): entering pam_cmd_authenticate (1254481903) [sssd[pam]] [pam_print_data] (4): command: 241 (1254481903) [sssd[pam]] [pam_print_data] (4): domain: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481903) [sssd[pam]] [pam_print_data] (4): service: login (1254481903) [sssd[pam]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): authtok type: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): authtok size: 8 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): pw_uid: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): gr_gid: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[pam]] [sss_dp_send_acct_req_create] (4): Sending request for [LDAP][1][core][name=ankka] (1254481903) [sssd[pam]] [sss_dp_get_reply] (4): Got reply (0, 0, Success) from Data Provider (1254481903) [sssd[pam]] [pam_dp_send_req] (4): Sending request with the following data: (1254481903) [sssd[pam]] [pam_print_data] (4): command: 241 (1254481903) [sssd[pam]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481903) [sssd[pam]] [pam_print_data] (4): service: login (1254481903) [sssd[pam]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): authtok type: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): authtok size: 8 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[pam]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[pam]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[pam]] [pam_dom_forwarder] (4): pam_dp_send_req returned 0 (1254481903) [sssd[pam]] [pam_dp_process_reply] (4): received: [0][LDAP] (1254481903) [sssd[pam]] [pam_reply] (4): pam_reply get called. (1254481903) [sssd[pam]] [pam_reply] (4): blen: 21 (1254481903) [sssd[pam]] [pam_cmd_acct_mgmt] (4): entering pam_cmd_acct_mgmt (1254481903) [sssd[pam]] [pam_print_data] (4): command: 243 (1254481903) [sssd[pam]] [pam_print_data] (4): domain: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481903) [sssd[pam]] [pam_print_data] (4): service: login (1254481903) [sssd[pam]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): pw_uid: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): gr_gid: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[pam]] [pam_dp_send_req] (4): Sending request with the following data: (1254481903) [sssd[pam]] [pam_print_data] (4): command: 243 (1254481903) [sssd[pam]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481903) [sssd[pam]] [pam_print_data] (4): service: login (1254481903) [sssd[pam]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[pam]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[pam]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[pam]] [pam_dom_forwarder] (4): pam_dp_send_req returned 0 (1254481903) [sssd[pam]] [pam_dp_process_reply] (4): received: [0][LDAP] (1254481903) [sssd[pam]] [pam_reply] (4): pam_reply get called. (1254481903) [sssd[pam]] [pam_reply] (4): blen: 21 (1254481903) [sssd[pam]] [pam_cmd_open_session] (4): entering pam_cmd_open_session (1254481903) [sssd[pam]] [pam_print_data] (4): command: 244 (1254481903) [sssd[pam]] [pam_print_data] (4): domain: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481903) [sssd[pam]] [pam_print_data] (4): service: login (1254481903) [sssd[pam]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): pw_uid: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): gr_gid: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[pam]] [pam_dp_send_req] (4): Sending request with the following data: (1254481903) [sssd[pam]] [pam_print_data] (4): command: 244 (1254481903) [sssd[pam]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481903) [sssd[pam]] [pam_print_data] (4): service: login (1254481903) [sssd[pam]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[pam]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[pam]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[pam]] [pam_dom_forwarder] (4): pam_dp_send_req returned 0 (1254481903) [sssd[pam]] [pam_dp_process_reply] (4): received: [0][LDAP] (1254481903) [sssd[pam]] [pam_reply] (4): pam_reply get called. (1254481903) [sssd[pam]] [pam_reply] (4): blen: 21 (1254481903) [sssd[pam]] [pam_cmd_setcred] (4): entering pam_cmd_setcred (1254481903) [sssd[pam]] [pam_print_data] (4): command: 242 (1254481903) [sssd[pam]] [pam_print_data] (4): domain: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481903) [sssd[pam]] [pam_print_data] (4): service: login (1254481903) [sssd[pam]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): pw_uid: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): gr_gid: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[pam]] [sss_dp_send_acct_req_create] (4): Sending request for [LDAP][1][core][name=ankka] (1254481903) [sssd[pam]] [sss_dp_get_reply] (4): Got reply (0, 0, Success) from Data Provider (1254481903) [sssd[pam]] [pam_dp_send_req] (4): Sending request with the following data: (1254481903) [sssd[pam]] [pam_print_data] (4): command: 242 (1254481903) [sssd[pam]] [pam_print_data] (4): domain: LDAP (1254481903) [sssd[pam]] [pam_print_data] (4): user: ankka (1254481903) [sssd[pam]] [pam_print_data] (4): service: login (1254481903) [sssd[pam]] [pam_print_data] (4): tty: tty4 (1254481903) [sssd[pam]] [pam_print_data] (4): ruser: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): rhost: (null) (1254481903) [sssd[pam]] [pam_print_data] (4): authtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): authtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok type: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): newauthtok size: 0 (1254481903) [sssd[pam]] [pam_print_data] (4): priv: 1 (1254481903) [sssd[pam]] [pam_print_data] (4): pw_uid: 12345 (1254481903) [sssd[pam]] [pam_print_data] (4): gr_gid: 1010 (1254481903) [sssd[pam]] [pam_print_data] (4): cli_pid: 3849 (1254481903) [sssd[pam]] [pam_dom_forwarder] (4): pam_dp_send_req returned 0 (1254481903) [sssd[pam]] [pam_dp_process_reply] (4): received: [0][LDAP] (1254481903) [sssd[pam]] [pam_reply] (4): pam_reply get called. (1254481903) [sssd[pam]] [pam_reply] (4): blen: 21 (1254481819) [sssd[nss]] [accept_fd_handler] (4): Client connected! (1254481819) [sssd[nss]] [sss_cmd_get_version] (5): Received client version [1]. (1254481819) [sssd[nss]] [sss_cmd_get_version] (5): Offered version [1]. (1254481819) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481819) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481819) [sssd[nss]] [client_recv] (5): Client disconnected! (1254481819) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481819) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481819) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481819) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481819) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481819) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481819) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481819) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481839) [sssd[nss]] [accept_fd_handler] (4): Client connected! (1254481839) [sssd[nss]] [sss_cmd_get_version] (5): Received client version [1]. (1254481839) [sssd[nss]] [sss_cmd_get_version] (5): Offered version [1]. (1254481839) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [asdfghjkl] from [<ALL>] (1254481839) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [asdfghjkl@LDAP] (1254481839) [sssd[nss]] [sss_dp_send_acct_req_create] (4): Sending request for [LDAP][1][core][name=asdfghjkl] (1254481850) [sssd[nss]] [sss_dp_get_reply] (4): Got reply (0, 0, Success) from Data Provider (1254481850) [sssd[nss]] [nss_cmd_getpwnam_callback] (2): No matching domain found for [asdfghjkl], fail! (1254481850) [sssd[nss]] [nss_cmd_getpwnam_callback] (2): No results for getpwnam call (1254481850) [sssd[nss]] [client_recv] (5): Client disconnected! (1254481866) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481866) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481866) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481866) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481866) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481866) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481866) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481866) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481871) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481871) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481871) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481871) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481871) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481871) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481871) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481871) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481872) [sssd[nss]] [accept_fd_handler] (4): Client connected! (1254481872) [sssd[nss]] [sss_cmd_get_version] (5): Received client version [1]. (1254481872) [sssd[nss]] [sss_cmd_get_version] (5): Offered version [1]. (1254481872) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481872) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481872) [sssd[nss]] [client_recv] (5): Client disconnected! (1254481872) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481872) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481872) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481872) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481872) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481872) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481872) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [root] from [<ALL>] (1254481872) [sssd[nss]] [nss_cmd_initgroups] (2): User [root] does not exist! (negative cache) (1254481890) [sssd[nss]] [accept_fd_handler] (4): Client connected! (1254481890) [sssd[nss]] [sss_cmd_get_version] (5): Received client version [1]. (1254481890) [sssd[nss]] [sss_cmd_get_version] (5): Offered version [1]. (1254481890) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481890) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481890) [sssd[nss]] [sss_dp_send_acct_req_create] (4): Sending request for [LDAP][1][core][name=ankka] (1254481890) [sssd[nss]] [sss_dp_get_reply] (4): Got reply (0, 0, Success) from Data Provider (1254481890) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481890) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481893) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481893) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481893) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481893) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481893) [sssd[nss]] [sbus_dispatch] (1): Performing auto-reconnect (1254481894) [sssd[nss]] [sbus_reconnect] (3): Making reconnection attempt 1 to [unix:path=/var/lib/sss/pipes/private/sbus-dp] (1254481894) [sssd[nss]] [sbus_reconnect] (3): Reconnected to [unix:path=/var/lib/sss/pipes/private/sbus-dp] (1254481894) [sssd[nss]] [nss_dp_reconnect_init] (1): Reconnected to the Data Provider. (1254481894) [sssd[nss]] [dp_common_send_id] (4): Sending ID to DP: (2,1,NSS,) (1254481894) [sssd[nss]] [id_callback] (4): Got id ack and version (1) from DP (1254481901) [sssd[nss]] [accept_fd_handler] (4): Client connected! (1254481901) [sssd[nss]] [sss_cmd_get_version] (5): Received client version [1]. (1254481901) [sssd[nss]] [sss_cmd_get_version] (5): Offered version [1]. (1254481901) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481901) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481901) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481901) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_initgroups] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [sss_dp_send_acct_req_create] (4): Sending request for [LDAP][3][core][name=ankka] (1254481903) [sssd[nss]] [sss_dp_get_reply] (4): Got reply (0, 0, Success) from Data Provider (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka] from [<ALL>] (1254481903) [sssd[nss]] [nss_cmd_getpwnam] (4): Requesting info for [ankka@LDAP] (1254481903) [sssd[nss]] [accept_fd_handler] (4): Client connected! (1254481903) [sssd[nss]] [sss_cmd_get_version] (5): Received client version [1]. (1254481903) [sssd[nss]] [sss_cmd_get_version] (5): Offered version [1]. (1254481903) [sssd[nss]] [nss_cmd_getpwuid] (4): Requesting info for [12345@LDAP] (1254481903) [sssd[nss]] [accept_fd_handler] (4): Client connected! (1254481903) [sssd[nss]] [sss_cmd_get_version] (5): Received client version [1]. (1254481903) [sssd[nss]] [sss_cmd_get_version] (5): Offered version [1]. (1254481903) [sssd[nss]] [nss_cmd_getpwuid] (4): Requesting info for [12345@LDAP] (1254481903) [sssd[nss]] [client_recv] (5): Client disconnected! (1254481903) [sssd[nss]] [accept_fd_handler] (4): Client connected! (1254481903) [sssd[nss]] [sss_cmd_get_version] (5): Received client version [1]. (1254481903) [sssd[nss]] [sss_cmd_get_version] (5): Offered version [1]. (1254481903) [sssd[nss]] [nss_cmd_getgrgid] (4): Requesting info for [1010@LDAP] (1254481903) [sssd[nss]] [sss_dp_send_acct_req_create] (4): Sending request for [LDAP][2][core][idnumber=1010] (1254481903) [sssd[nss]] [sss_dp_get_reply] (4): Got reply (0, 0, Success) from Data Provider (1254481903) [sssd[nss]] [client_recv] (5): Client disconnected! (1254481903) [sssd[nss]] [accept_fd_handler] (4): Client connected! (1254481903) [sssd[nss]] [sss_cmd_get_version] (5): Received client version [1]. (1254481903) [sssd[nss]] [sss_cmd_get_version] (5): Offered version [1]. (1254481903) [sssd[nss]] [nss_cmd_getpwuid] (4): Requesting info for [12345@LDAP] (1254481903) [sssd[nss]] [client_recv] (5): Client disconnected! (1254481803) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481803) [sssd] [service_send_ping] (4): Pinging pam (1254481803) [sssd] [service_check_alive] (4): Checking service LDAP(8276) is still alive (1254481803) [sssd] [service_send_ping] (4): Pinging LDAP (1254481803) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481803) [sssd] [ping_check] (4): Service pam replied to ping (1254481807) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481807) [sssd] [service_send_ping] (4): Pinging nss (1254481807) [sssd] [ping_check] (4): Service nss replied to ping (1254481809) [sssd] [service_check_alive] (4): Checking service dp(8306) is still alive (1254481809) [sssd] [service_send_ping] (4): Pinging dp (1254481809) [sssd] [ping_check] (4): Service dp replied to ping (1254481813) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481813) [sssd] [service_send_ping] (4): Pinging pam (1254481813) [sssd] [service_check_alive] (4): Checking service LDAP(8276) is still alive (1254481813) [sssd] [service_send_ping] (4): Pinging LDAP (1254481813) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481813) [sssd] [ping_check] (4): Service pam replied to ping (1254481817) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481817) [sssd] [service_send_ping] (4): Pinging nss (1254481817) [sssd] [ping_check] (4): Service nss replied to ping (1254481819) [sssd] [service_check_alive] (4): Checking service dp(8306) is still alive (1254481819) [sssd] [service_send_ping] (4): Pinging dp (1254481819) [sssd] [ping_check] (4): Service dp replied to ping (1254481820) [sssd] [process_config_file] (1): Processing config file changes (1254481823) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481823) [sssd] [service_send_ping] (4): Pinging pam (1254481823) [sssd] [service_check_alive] (4): Checking service LDAP(8276) is still alive (1254481823) [sssd] [service_send_ping] (4): Pinging LDAP (1254481823) [sssd] [ping_check] (4): Service pam replied to ping (1254481823) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481825) [sssd] [monitor_update_resolv] (2): Resolv.conf has been updated. Reloading. (1254481827) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481827) [sssd] [service_send_ping] (4): Pinging nss (1254481827) [sssd] [ping_check] (4): Service nss replied to ping (1254481829) [sssd] [service_check_alive] (4): Checking service dp(8306) is still alive (1254481829) [sssd] [service_send_ping] (4): Pinging dp (1254481829) [sssd] [ping_check] (4): Service dp replied to ping (1254481833) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481833) [sssd] [service_send_ping] (4): Pinging pam (1254481833) [sssd] [service_check_alive] (4): Checking service LDAP(8276) is still alive (1254481833) [sssd] [service_send_ping] (4): Pinging LDAP (1254481833) [sssd] [ping_check] (4): Service pam replied to ping (1254481833) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481837) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481837) [sssd] [service_send_ping] (4): Pinging nss (1254481837) [sssd] [ping_check] (4): Service nss replied to ping (1254481839) [sssd] [service_check_alive] (4): Checking service dp(8306) is still alive (1254481839) [sssd] [service_send_ping] (4): Pinging dp (1254481839) [sssd] [ping_check] (4): Service dp replied to ping (1254481842) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481842) [sssd] [service_send_ping] (4): Pinging pam (1254481842) [sssd] [service_check_alive] (4): Checking service LDAP(8276) is still alive (1254481842) [sssd] [service_send_ping] (4): Pinging LDAP (1254481842) [sssd] [ping_check] (4): Service pam replied to ping (1254481842) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481846) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481846) [sssd] [service_send_ping] (4): Pinging nss (1254481846) [sssd] [ping_check] (4): Service nss replied to ping (1254481849) [sssd] [service_check_alive] (4): Checking service dp(8306) is still alive (1254481849) [sssd] [service_send_ping] (4): Pinging dp (1254481849) [sssd] [ping_check] (4): Service dp replied to ping (1254481850) [sssd] [sbus_dispatch] (3): Connection is not open for dispatching. (1254481851) [sssd] [global_checks_handler] (1): Service [LDAP] did exit (1254481851) [sssd] [start_service] (4): Queueing service LDAP for startup (1254481851) [sssd] [sbus_server_init_new_connection] (5): Entering. (1254481851) [sssd] [sbus_server_init_new_connection] (5): Adding connection 0x2f56ce0. (1254481851) [sssd] [sbus_init_connection] (5): Adding connection 2F56CE0 (1254481851) [sssd] [sbus_server_init_new_connection] (5): Got a connection (1254481851) [sssd] [monitor_service_init] (3): Initializing D-BUS Service (1254481851) [sssd] [client_registration] (4): Received ID registration: (%BE_LDAP,1) (1254481853) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481853) [sssd] [service_send_ping] (4): Pinging pam (1254481853) [sssd] [ping_check] (4): Service pam replied to ping (1254481857) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481857) [sssd] [service_send_ping] (4): Pinging nss (1254481857) [sssd] [ping_check] (4): Service nss replied to ping (1254481859) [sssd] [service_check_alive] (4): Checking service dp(8306) is still alive (1254481859) [sssd] [service_send_ping] (4): Pinging dp (1254481859) [sssd] [ping_check] (4): Service dp replied to ping (1254481861) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481861) [sssd] [service_send_ping] (4): Pinging LDAP (1254481861) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481863) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481863) [sssd] [service_send_ping] (4): Pinging pam (1254481863) [sssd] [ping_check] (4): Service pam replied to ping (1254481867) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481867) [sssd] [service_send_ping] (4): Pinging nss (1254481867) [sssd] [ping_check] (4): Service nss replied to ping (1254481869) [sssd] [service_check_alive] (4): Checking service dp(8306) is still alive (1254481869) [sssd] [service_send_ping] (4): Pinging dp (1254481869) [sssd] [ping_check] (4): Service dp replied to ping (1254481871) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481871) [sssd] [service_send_ping] (4): Pinging LDAP (1254481871) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481872) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481872) [sssd] [service_send_ping] (4): Pinging pam (1254481872) [sssd] [ping_check] (4): Service pam replied to ping (1254481873) [sssd] [process_config_file] (1): Processing config file changes (1254481877) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481877) [sssd] [service_send_ping] (4): Pinging nss (1254481877) [sssd] [ping_check] (4): Service nss replied to ping (1254481878) [sssd] [monitor_update_resolv] (2): Resolv.conf has been updated. Reloading. (1254481879) [sssd] [service_check_alive] (4): Checking service dp(8306) is still alive (1254481879) [sssd] [service_send_ping] (4): Pinging dp (1254481879) [sssd] [ping_check] (4): Service dp replied to ping (1254481881) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481881) [sssd] [service_send_ping] (4): Pinging LDAP (1254481881) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481883) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481883) [sssd] [service_send_ping] (4): Pinging pam (1254481883) [sssd] [ping_check] (4): Service pam replied to ping (1254481887) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481887) [sssd] [service_send_ping] (4): Pinging nss (1254481887) [sssd] [ping_check] (4): Service nss replied to ping (1254481889) [sssd] [service_check_alive] (4): Checking service dp(8306) is still alive (1254481889) [sssd] [service_send_ping] (4): Pinging dp (1254481889) [sssd] [ping_check] (4): Service dp replied to ping (1254481891) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481891) [sssd] [service_send_ping] (4): Pinging LDAP (1254481891) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481893) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481893) [sssd] [service_send_ping] (4): Pinging pam (1254481893) [sssd] [ping_check] (4): Service pam replied to ping (1254481893) [sssd] [sbus_dispatch] (3): Connection is not open for dispatching. (1254481894) [sssd] [global_checks_handler] (1): Service [dp] did exit (1254481894) [sssd] [start_service] (4): Queueing service dp for startup (1254481894) [sssd] [sbus_server_init_new_connection] (5): Entering. (1254481894) [sssd] [sbus_server_init_new_connection] (5): Adding connection 0x2f5db70. (1254481894) [sssd] [sbus_init_connection] (5): Adding connection 2F5DB70 (1254481894) [sssd] [sbus_server_init_new_connection] (5): Got a connection (1254481894) [sssd] [monitor_service_init] (3): Initializing D-BUS Service (1254481894) [sssd] [client_registration] (4): Received ID registration: (dp,1) (1254481897) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481897) [sssd] [service_send_ping] (4): Pinging nss (1254481897) [sssd] [ping_check] (4): Service nss replied to ping (1254481901) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481901) [sssd] [service_send_ping] (4): Pinging LDAP (1254481901) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481903) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481903) [sssd] [service_send_ping] (4): Pinging pam (1254481903) [sssd] [ping_check] (4): Service pam replied to ping (1254481904) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481904) [sssd] [service_send_ping] (4): Pinging dp (1254481904) [sssd] [ping_check] (4): Service dp replied to ping (1254481907) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481907) [sssd] [service_send_ping] (4): Pinging nss (1254481907) [sssd] [ping_check] (4): Service nss replied to ping (1254481911) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481911) [sssd] [service_send_ping] (4): Pinging LDAP (1254481911) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481913) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481913) [sssd] [service_send_ping] (4): Pinging pam (1254481913) [sssd] [ping_check] (4): Service pam replied to ping (1254481914) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481914) [sssd] [service_send_ping] (4): Pinging dp (1254481914) [sssd] [ping_check] (4): Service dp replied to ping (1254481916) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481916) [sssd] [service_send_ping] (4): Pinging nss (1254481916) [sssd] [ping_check] (4): Service nss replied to ping (1254481921) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481921) [sssd] [service_send_ping] (4): Pinging LDAP (1254481921) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481922) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481922) [sssd] [service_send_ping] (4): Pinging pam (1254481922) [sssd] [ping_check] (4): Service pam replied to ping (1254481923) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481923) [sssd] [service_send_ping] (4): Pinging dp (1254481923) [sssd] [ping_check] (4): Service dp replied to ping (1254481927) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481927) [sssd] [service_send_ping] (4): Pinging nss (1254481927) [sssd] [ping_check] (4): Service nss replied to ping (1254481931) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481931) [sssd] [service_send_ping] (4): Pinging LDAP (1254481931) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481933) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481933) [sssd] [service_send_ping] (4): Pinging pam (1254481933) [sssd] [ping_check] (4): Service pam replied to ping (1254481934) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481934) [sssd] [service_send_ping] (4): Pinging dp (1254481934) [sssd] [ping_check] (4): Service dp replied to ping (1254481937) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481937) [sssd] [service_send_ping] (4): Pinging nss (1254481937) [sssd] [ping_check] (4): Service nss replied to ping (1254481941) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481941) [sssd] [service_send_ping] (4): Pinging LDAP (1254481941) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481943) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481943) [sssd] [service_send_ping] (4): Pinging pam (1254481943) [sssd] [ping_check] (4): Service pam replied to ping (1254481944) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481944) [sssd] [service_send_ping] (4): Pinging dp (1254481944) [sssd] [ping_check] (4): Service dp replied to ping (1254481947) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481947) [sssd] [service_send_ping] (4): Pinging nss (1254481947) [sssd] [ping_check] (4): Service nss replied to ping (1254481951) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481951) [sssd] [service_send_ping] (4): Pinging LDAP (1254481951) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481953) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481953) [sssd] [service_send_ping] (4): Pinging pam (1254481953) [sssd] [ping_check] (4): Service pam replied to ping (1254481954) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481954) [sssd] [service_send_ping] (4): Pinging dp (1254481954) [sssd] [ping_check] (4): Service dp replied to ping (1254481957) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481957) [sssd] [service_send_ping] (4): Pinging nss (1254481957) [sssd] [ping_check] (4): Service nss replied to ping (1254481961) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481961) [sssd] [service_send_ping] (4): Pinging LDAP (1254481961) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481963) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481963) [sssd] [service_send_ping] (4): Pinging pam (1254481963) [sssd] [ping_check] (4): Service pam replied to ping (1254481964) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481964) [sssd] [service_send_ping] (4): Pinging dp (1254481964) [sssd] [ping_check] (4): Service dp replied to ping (1254481967) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481967) [sssd] [service_send_ping] (4): Pinging nss (1254481967) [sssd] [ping_check] (4): Service nss replied to ping (1254481971) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481971) [sssd] [service_send_ping] (4): Pinging LDAP (1254481971) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481973) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481973) [sssd] [service_send_ping] (4): Pinging pam (1254481973) [sssd] [ping_check] (4): Service pam replied to ping (1254481974) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481974) [sssd] [service_send_ping] (4): Pinging dp (1254481974) [sssd] [ping_check] (4): Service dp replied to ping (1254481977) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481977) [sssd] [service_send_ping] (4): Pinging nss (1254481977) [sssd] [ping_check] (4): Service nss replied to ping (1254481981) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481981) [sssd] [service_send_ping] (4): Pinging LDAP (1254481981) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481983) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481983) [sssd] [service_send_ping] (4): Pinging pam (1254481983) [sssd] [ping_check] (4): Service pam replied to ping (1254481984) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481984) [sssd] [service_send_ping] (4): Pinging dp (1254481984) [sssd] [ping_check] (4): Service dp replied to ping (1254481987) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481987) [sssd] [service_send_ping] (4): Pinging nss (1254481987) [sssd] [ping_check] (4): Service nss replied to ping (1254481990) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254481990) [sssd] [service_send_ping] (4): Pinging LDAP (1254481990) [sssd] [ping_check] (4): Service LDAP replied to ping (1254481992) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254481992) [sssd] [service_send_ping] (4): Pinging pam (1254481993) [sssd] [ping_check] (4): Service pam replied to ping (1254481994) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254481994) [sssd] [service_send_ping] (4): Pinging dp (1254481994) [sssd] [ping_check] (4): Service dp replied to ping (1254481997) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254481997) [sssd] [service_send_ping] (4): Pinging nss (1254481997) [sssd] [ping_check] (4): Service nss replied to ping (1254482001) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254482001) [sssd] [service_send_ping] (4): Pinging LDAP (1254482001) [sssd] [ping_check] (4): Service LDAP replied to ping (1254482003) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254482003) [sssd] [service_send_ping] (4): Pinging pam (1254482003) [sssd] [ping_check] (4): Service pam replied to ping (1254482004) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254482004) [sssd] [service_send_ping] (4): Pinging dp (1254482004) [sssd] [ping_check] (4): Service dp replied to ping (1254482007) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254482007) [sssd] [service_send_ping] (4): Pinging nss (1254482007) [sssd] [ping_check] (4): Service nss replied to ping (1254482011) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254482011) [sssd] [service_send_ping] (4): Pinging LDAP (1254482011) [sssd] [ping_check] (4): Service LDAP replied to ping (1254482013) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254482013) [sssd] [service_send_ping] (4): Pinging pam (1254482013) [sssd] [ping_check] (4): Service pam replied to ping (1254482014) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254482014) [sssd] [service_send_ping] (4): Pinging dp (1254482014) [sssd] [ping_check] (4): Service dp replied to ping (1254482017) [sssd] [service_check_alive] (4): Checking service nss(7476) is still alive (1254482017) [sssd] [service_send_ping] (4): Pinging nss (1254482017) [sssd] [ping_check] (4): Service nss replied to ping (1254482021) [sssd] [service_check_alive] (4): Checking service LDAP(8677) is still alive (1254482021) [sssd] [service_send_ping] (4): Pinging LDAP (1254482021) [sssd] [ping_check] (4): Service LDAP replied to ping (1254482023) [sssd] [service_check_alive] (4): Checking service pam(7316) is still alive (1254482023) [sssd] [service_send_ping] (4): Pinging pam (1254482023) [sssd] [ping_check] (4): Service pam replied to ping (1254482024) [sssd] [service_check_alive] (4): Checking service dp(8707) is still alive (1254482024) [sssd] [service_send_ping] (4): Pinging dp (1254482024) [sssd] [ping_check] (4): Service dp replied to ping
Fields changed
milestone: SSSD 1.0 => SSSD 0.7.0 owner: somebody => simo priority: major => critical
Tested with latest git and now it works.
http://git.fedorahosted.org/git/sssd.git?p=sssd.git;a=commit;h=10a51211bf8c634a82f52f3b7c0fe0de0ddbab86
fixedin: => 0.7.0 owner: simo => sbose
Fixed in 10a51211bf8c634a82f52f3b7c0fe0de0ddbab86
component: SSSD => LDAP Provider resolution: => fixed status: new => closed
rhbz: => 0
Metadata Update from @villeys: - Issue assigned to sbose - Issue set to the milestone: SSSD 0.7.0
SSSD is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in SSSD's github repository.
This issue has been cloned to Github and is available here: - https://github.com/SSSD/sssd/issues/1255
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.