[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: How to define a schema file
See slapd.conf(5) and the OpenLDAP Admin Guide.
Kurt
At 10:50 AM 5/29/2005, sam wun wrote:
>Hi list,
>
>I installed openldap22 in freebsd 5.4 and created slapd.conf need to include a users.schema file.
>But I don't know how to define a schema file for it.
>Here is some example schema files I would like to create:
>â? kunmail.schemaï¼?
>kunmailuser: userName
>userHome
>userMaildir
>userClearpw
>â?¡postfix.schemaï¼?
>postfixAccountï¼?mail
>mailbox
>clearPassword
>homeDirectory
>â?¢mail.schemaï¼?
>mailUserï¼? mail
>userPassword
>homeDirectory
>mailMessageStore
>â?£qmail.schemaï¼?
>qmailUserï¼? mail
>mailMessageStore
>homeDirectory
>userPassword
>
>Are these correct form of creating a schema file used by slapd.conf?
>
>Thanks
>Sam