Bug ID | 1135130 |
---|---|
Summary | yast2-adsi authentication fails with "Failed to initialize ldap connection" |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Minor |
Priority | P5 - None |
Component | YaST2 |
Assignee | yast2-maintainers@suse.de |
Reporter | david.mulder@suse.com |
QA Contact | jsrain@suse.com |
Found By | --- |
Blocker | --- |
adcommon/yldap.py(__ldap_connect):104 Failed to initialize ldap connection adsi/dialogs.py(cred_valid):421 Failed to initialize ldap connection The failure is actually in yast2-adcommon-python, in the kinit code. # kinit Administrator@FROGGY.SUSE.DE kinit: Credential cache directory /run/user/0/krb5cc does not exist while getting default ccache I can work around this by creating the /run/user/0 directory.