ONTAP Discussions

Netapp9.2 -CDOT cluster grant admin access to a via an Active Directory group issue..

kataanand
2,425 Views

I need to provision security access via AD groups as we have a ot of admins that need access.

If I use the following commands to provision security, the commands are accepted by ONTAP but AD credential sets will not grant access to putty or GUI.

 

security login create -vserver NFS -username "DOMAIN\AD Group" -application ontapi -authmethod domain -role admin
security login create -vserver NFS -username "DOMAIN\AD Group" -application ssh -authmethod domain -role admin

 

Kindly help ...

1 REPLY 1

PeterMekes
2,384 Views

Hi,

 

Assuming you already created an tunnel for authentication, replace  "-username"  with "-user-or-group-name"

 

 

 

Public