23.3. 使用示例 CoS 定义创建 LDIF 文件
使用 dsctl ldifgen cos-def 命令创建带有类 Service (CoS)定义的 LDIF 文件。例如,要创建一个名为
/tmp/cos-definition.ldif
的 LDIF 文件,该文件将经典 CoS 定义添加到 ou=cos 定义dc=example,dc=com 条目:
# dsctl instance_name ldifgen cos-def Postal_Def --type classic --parent "ou=cos definitions,dc=example,dc=com" --cos-specifier businessCatagory --cos-template "cn=sales,cn=classicCoS,dc=example,dc=com" --cos-attr postalcode telephonenumber --ldif-file /tmp/cos-definition.ldif
有关示例中使用的选项以及您可以设置的其它选项创建 LDIF 文件的详情,请输入:
# dsctl instance_name ldifgen cos-def --help