filer*> options ldap
ldap.ADdomain example.com
ldap.base dc=example,dc=com
ldap.base.group
ldap.base.netgroup
ldap.base.passwd
ldap.enable on
ldap.name cn=my_user,ou=my_users,dc=
ldap.nssmap.attribute.gecos name
ldap.nssmap.attribute.
ldap.nssmap.attribute.
ldap.nssmap.attribute.
ldap.nssmap.attribute.
ldap.nssmap.attribute.
ldap.nssmap.attribute.
ldap.nssmap.attribute.
ldap.nssmap.attribute.
ldap.nssmap.attribute.uid sAMAccountName
ldap.nssmap.attribute.
ldap.nssmap.attribute.
ldap.nssmap.objectClass.
ldap.nssmap.objectClass.
ldap.nssmap.objectClass.
ldap.passwd ******
ldap.port 389
ldap.servers
ldap.servers.preferred
----------------
hosts: files dns nis
passwd: files ldap
netgroup: files nis
group: files ldap
shadow: files ldap
------------------------
To test if the NetApp is returning info, use the getXXbyYY command. If the filer returns info, but the client doesn't, then you will be able to tell if it is a client or filer issue.
filer>priv set advanced
filer*>getXXbyYY getpwbyname_r unix_user_name (returns passwd info)
filer*>getXXbyYY getgrbyname unix_group_name (returns GID)
filer*>getXXbyYY getgrlist unix_user_name (returns that person's groups)