Hello,
I'm trying to setup Active Directory access across my NetApp environment.
1. Created a domain tunnel which had CIFS enabled
security login domain tunnel create -vserver SVM101 (CIFS enabled)
2. Added user name with ssh, ontapi, http
security login create -vserver nas101 DOMAIN\username -application ssh -authentication-method domain
security login create -vserver nas101 DOMAIN\username -application ontapi -authentication-method domain
security login create -vserver nas101 DOMAIN\username -application http -authentication-method domain
3. Now both ssh, GUI works perfectly fine for this username
4. But when I try to add a security group this doesn't seem to work, no members of that security groups are unable to login.
5. Added Group Nmae with ssh, ontapi, http
security login create -vserver nas101 DOMAIN\GROUP-NAME -application ssh -authentication-method domain
security login create -vserver nas101 DOMAIN\GROUP-NAME -application ontapi -authentication-method domain
security login create -vserver nas101 DOMAIN\GROUP-NAME -application http -authentication-method domain
I'm not sure what exactly is the problem here as individual ad accounts are working but not group accounts.
NetApp Version
Release 9.4.P1
Any articles related to this would be of great help.
IMP:
services dns show -vserver abc101(SVM)
has proper DNS, name servers, domains defined.
ntp server show
has proper AD DC's configured.
Thanks
Shashi