Modify the role assigned to an administrator
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You can use the security login modify
command to change the role of a cluster or SVM administrator account. You can assign a predefined or custom role. Learn more about security login modify
in the ONTAP command reference.
You must be a cluster administrator to perform this task.
-
Change the role of a cluster or SVM administrator:
security login modify -vserver SVM_name -user-or-group-name user_or_group_name -application application -authmethod authentication_method -role role -comment comment
The following command changes the role of the AD cluster administrator account
DOMAIN1\guest1
to the predefinedreadonly
role.cluster1::>security login modify -vserver engCluster -user-or-group-name DOMAIN1\guest1 -application ssh -authmethod domain -role readonly
The following command changes the role of the SVM administrator accounts in the AD group account
DOMAIN1\adgroup
to the customvol_role
role.cluster1::>security login modify -vserver engData -user-or-group-name DOMAIN1\adgroup -application ssh -authmethod domain -role vol_role