vserver services name-service ldap client schema copy
Copy an existing LDAP schema template
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
The vserver services name-service ldap client schema copy command creates a new LDAP schema template from an existing one. In addition to an owned LDAP schema template, a Vserver administrator can also copy a cluster-wide LDAP schema template that is owned by the admin Vserver.
Parameters
- [-vserver <Vserver Name>] - Vserver
- This parameter specifies the Vserver for which you want to copy an existing LDAP schema template.
- -schema <text> - Schema Template
- This parameter specifies the name of the existing schema template you want to copy.
- -new-schema-name <text> - New Schema Template Name
- This parameter specifies the name of the schema template copy.
Examples
The following example creates a copy of the RFC-2307 schema template and names it corp-schema for Vserver "vs1":
cluster1::> vserver services name-service ldap client schema copy -vserver vs1 -schema RFC-2307 -new-schema-name corp-schema
Give documentation feedback