You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure Active Directory domain controller access overview
Summary
Problem: Centrally manage Administrator access to ONTAP, no (fitting) Data SVM with SMB enabled (to tunnel through)
The documentation says:
If you have already configured a SMB server for a data SVM, you can use the security login domain-tunnel create command to configure the SVM as a gateway, or tunnel, for AD access to the cluster.
and later:
If you have not configured an SMB server for a data SVM, you can use the vserver active-directory create command to create a computer account for the SVM on the domain.
What it does not explicitly mention is, that the vserver active-directory create command only accepts Data SVMs, not the Admin SVM.
In other words, if you want to centrally manage ONTAP administrator accounts (cluster, not SVM level), you'll have to set up a minimally configured 'Authentication SVM' and then still use the tunnel mentioned above!
dns create -server auth -domain demo.netapp.com -name-server ccc,ddd
vserver active-directory create -vserver auth -account-name cluster1 -domain demo.netapp.com
In order to create an Active Directory machine account, you must supply the name and password of a Windows account with sufficient privileges to add computers to the "CN=Computers" container within the "example.com" domain.
Enter the user name: Administrator
Enter the password:
Page URL
https://docs.netapp.com/us-en/ontap/authentication/enable-ad-users-groups-access-cluster-svm-task.html
Page title
Configure Active Directory domain controller access overview
Summary
Problem: Centrally manage Administrator access to ONTAP, no (fitting) Data SVM with SMB enabled (to tunnel through)
The documentation says:
and later:
What it does not explicitly mention is, that the
vserver active-directory create
command only accepts Data SVMs, not the Admin SVM.In other words, if you want to centrally manage ONTAP administrator accounts (cluster, not SVM level), you'll have to set up a minimally configured 'Authentication SVM' and then still use the tunnel mentioned above!
E.g.
Public issues must not contain sensitive information
The text was updated successfully, but these errors were encountered: