Igor Brezac wrote:
This was exactly the problem./var/ldap/ldap_client_file NS_LDAP_FILE_VERSION= 2.0 NS_LDAP_SERVERS= my.ldap.server.ip NS_LDAP_SEARCH_BASEDN= dc=mydomain,dc=com NS_LDAP_SEARCH_SCOPE= sub NS_LDAP_CREDENTIAL_LEVEL= proxy NS_LDAP_SERVICE_SEARCH_DESC= automount:ou=AutomountMaps,dc=mydomain,dc=com
Here is your problem. Add NS_LDAP_AUTH= simple
default is none. Restart nscd and ldap.client or reboot after you make this change.