The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

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

kataanand
3,736 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
3,695 Views

Hi,

 

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

 

 

 

Public