If this is for Multiprotocol, more work is required as AD do not have unix uid/gid attributes by default. For unisphere user authentication, it will work as it is.
could you clarifty what you want to use LDAP authentication for ?
management access ?
specific file protocols ?
@maniemc - using LDAP for multi-protocol mapping isnt really authentication - we still authenticate using the protocols native auth methods - LDAP is just a directory service there providing the info
for CIFS auth AD is automatically used by virtue of the CIFS server being joined to the domain - no extra LDAP setup needed
SMB/CIFS doesnt authenticate via LDAP - it uses either Kerberos or NTLM
for classic NFSv3 the client authenticates - the NFS server believes the UID/GID the client sends - no LDAP auth used at the Unity NFS server - as with any NFSv2/3 config
the client may authenticate the user any way it sees fit - whether via local file, NIS, LDAP, PAM, ...
for NFSv4 auth yes you could use a MS AD server as KDC with Kerberos
and yes we can use an AD server to get the multi-protocol mapping info - but that has nothing to do with authentication.
If you MS AD as LDAP for unix directory service, please ensure all the parameters are defined in AD (netgroup will not be in AD by default, so you have to create)
Check /EMC/C4Core/log/c4_safe_ktrace.log (grep by the nas server name, case sensitive) for more info (try to make some changes to ldap to see new information about why it errors).
maniemc
169 Posts
2506
0
Posted May 2nd, 2017 01:00
Yes, it support AD for LDAP.
If this is for Multiprotocol, more work is required as AD do not have unix uid/gid attributes by default. For unisphere user authentication, it will work as it is.