17.4. 使用示例 CoS 定义创建 LDIF 文件
使用 dsctl ldifgen cos-def
命令创建带有类服务(CoS)定义的 LDIF 文件。
流程
例如,要创建一个名为
/tmp/cos-definition.ldif
的 LDIF 文件,在ou=cos-definitions,dc=example,dc=com
条目中添加经典的 CoS 定义,请输入:# 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
可选:在目录中添加测试条目:
# ldapadd -D "cn=Directory Manager" -W -H ldap://server.example.com -x -c -f /tmp/cos-definition.ldif