lists.arthurdejong.org
RSS feed

[nssldap] nss_ldap cannot bind to OpenLDAP server using GSSAPI

[Date Prev][Date Next] [Thread Prev][Thread Next]

[nssldap] nss_ldap cannot bind to OpenLDAP server using GSSAPI



I'm getting the following error:
nscd: nss_ldap: reconnecting to LDAP server (sleeping 1 seconds)...
nscd: GSSAPI Error: Miscellaneous failure (Unknown code krb5 195)
nscd: nss_ldap: failed to bind to LDAP server ldaps://mydoamin.com: Local
error

Both machines (client & server) are Debian 4, Please note that ldapsearch -Y
GSSAPI and kinit work correctly. I added a key for
nssldap/mydomain.com@REALM 

Here is the nssldap config file:
base dc=mydomain,dc=com
uri ldaps://machine1
ldap_version 3
nss_base_passwd ou=People,dc=mydomain,dc=com
nss_base_shadow ou=People,dc=mydomain,dc=com
nss_base_group ou=Group,dc=mydomain,dc=com
ssl start_tls
ssl on
use_sasl on
sasl_auth_id
sasl_auth_id nssldap/mydoamin.com@REALM

Please advice.

Thank you