#224 Unable to log in without network
Closed: Fixed Opened by amessina.

Using the latest git pull [0e303315978600c21ad7f9d141d7f4314d5bb035], I am not able to log in when my laptop doesn't have a network connection. I just see tons of the following repeated over and over in the log:

[sssd[be[EXAMPLE.COM]]] [be_get_account_info] (4): Got request for [1][core][name=amessina]                                                                 
[sssd[be[EXAMPLE.COM]]] [acctinfo_callback] (4): Request processed. Returned 3,11,Offline

Here is the config:

[sssd]                                                                             
config_file_version = 2                                                            
reconnection_retries = 3                                                           
sbus_timeout = 30                                                                  
services = nss, dp, pam                                                            
domains = EXAMPLE.COM
debug_level = 3
[nss]
filter_groups = root
filter_users = root 
reconnection_retries = 3
[pam]
reconnection_retries = 3
[dp]
reconnection_retries = 3
[domain/EXAMPLE.COM]
description = LDAP/Kerberos Domain
id_provider = ldap
auth_provider = krb5
chpass_provider = krb5
enumerate = TRUE
cache_credentials = TRUE
min_id = 500
max_id = 0
timeout = 30
ldap_uri = ldaps://example.com
ldap_user_search_base = ou=People,dc=example,dc=com
ldap_group_search_base = ou=Groups,dc=example,dc=com
ldap_default_bind_dn = uid=sssd, ou=Special Users, dc=example, dc=com
ldap_default_authtok_type = password
ldap_default_authtok = secret
ldap_tls_reqcert = demand
ldap_id_use_start_tls = TRUE
krb5_kdcip = example.com
krb5_realm = EXAMPLE.COM

Sumit, please have a look at this.

component: SSSD => Kerberos Provider
milestone: SSSD 0.6.1 => SSSD 0.7.0
owner: somebody => sbose
priority: critical => blocker
tests: 0 => 1

Will [b4ae1f2b47f16b7f497493d8cbead04070ce1af0] fix this ticket? I'll attempt a new git pull/rebuild tonight and test.

Yes, it should

owner: sbose => simo

Fixed in b4ae1f2b47f16b7f497493d8cbead04070ce1af0

fixedin: => 0.7.0
resolution: => fixed
status: new => closed

Fields changed

tests: 1 => 0
testsupdated: 0 => 1

Fields changed

rhbz: => 0

Metadata Update from @amessina:
- Issue assigned to simo
- 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/1266

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata