Make LDAP client search multiple DNs
Applies to
- ONTAP 9
- LDAP
Description
- To specify multiple DNs, separate multiple DN entries with semicolons (;)
- If a DN contains a semicolon, add an escape character (\) immediately before the semicolon
- xor, enclose the entire DN with quotation marks (")
- Format:
"DN_1; DN_2"
- note that the semicolon is inside the quotation marks