NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Data Infrastructure Insights

In Cloud Secure, how to specify the forest name while adding the LDAP Data Source Collector

abhit
4,459 Views

In Cloud Secure can I provide the forest name in comma format (dc=x,dc=y,dc=z) or do I have to provide in x.y.z format?

How do I add a single user from the forest in CloudSecure while doing testing?

 

Regards,

Abhi

1 ACCEPTED SOLUTION

sputrevu
4,434 Views

Yes you can.

Forest name allows both formats.

  • x.y.z => direct domain name as you have it on your SVM. [Example: hq.netapp.com]
  • DC=x,DC=y,DC=z => Relative distinguished names [Example: DC=hq,DC=netapp,DC=com]

You can even specify like below

  • OU=engineering,DC=hq,DC=netapp,DC=com [filter by specific OU engineering]
  • CN=sandeep,OU=engineering,DC=hq, DC=netapp, DC=com [specific user sandeep OU engineering]
  • CN=Acrobat Users,CN=Users,DC=hq,DC=netapp,DC=com,O=NetApp,L=Waltham,S=MA,C=US [all Acrobat users in the filters applied]

 

 

View solution in original post

1 REPLY 1

sputrevu
4,435 Views

Yes you can.

Forest name allows both formats.

  • x.y.z => direct domain name as you have it on your SVM. [Example: hq.netapp.com]
  • DC=x,DC=y,DC=z => Relative distinguished names [Example: DC=hq,DC=netapp,DC=com]

You can even specify like below

  • OU=engineering,DC=hq,DC=netapp,DC=com [filter by specific OU engineering]
  • CN=sandeep,OU=engineering,DC=hq, DC=netapp, DC=com [specific user sandeep OU engineering]
  • CN=Acrobat Users,CN=Users,DC=hq,DC=netapp,DC=com,O=NetApp,L=Waltham,S=MA,C=US [all Acrobat users in the filters applied]

 

 

Public