Cannot use admin SVM's custom schema because data SVM is in different IPspace
Applies to
- ONTAP
- IPspace
- LDAP client schema
Issue
- Cannot create LDAP client in specific data SVM because the desired custom LDAP schema is not found
-
::> ldap client create -schema Custom -vserver svm2 -client-config test -ad-domain contoso.com Error: command failed: The LDAP schema "Custom" does not exist.
-
-
Cannot copy custom LDAP schema to specific data SVM because the desired custom LDAP schema is not found
-
::> ldap client schema copy -schema Custom -new-schema-name Custom_copy -vserver svm2 Error: command failed: entry doesn't exist
-
- The specific data SVM is not in the Default IPspace, while the admin SVM is in the Default IPspace
-
::> ipspace show (network ipspace show) IPspace Vserver List Broadcast Domains ------------------- ----------------------------- ---------------------------- non-Default svm2 non-Default Cluster Cluster Cluster Default admin_svm, svm1 Default
-
- The desired custom LDAP schema belongs to the admin SVM
-
::> ldap client schema show Vserver Schema Template Comment ------- --------------- ------------------------------------------------------- admin_svm AD-IDMU Schema based on Active Directory Identity Management for UNIX (read-only) admin_svm AD-SFU Schema based on Active Directory Services for UNIX (read-only) admin_svm MS-AD-BIS Schema based on Active Directory Identity Management for UNIX (read-only) admin_svm Custom
-
