3 nov 2010 kl. 18.19 skrev Ted Unangst:

> Am I missing something, or is there no documentation for the schema
> files?  man ldapd.conf tells me I can include additional schema files
> via the schema keyword, but nothing tells me what to put in those
> files.

The syntax for schema definitions is defined in RFC 4512 [1].
You're right the man page lacks a pointer.

> I'm having a hard time figuring out how to get data (beyond very basic
> configuration) into ldapd.

Well, you need a schema file describing your data, either using existing
attribute types and object classes or defining your own. If you define your
own schema, you should also look at RFC 4517 for syntax definitions.

I'm using ldapadd from the openldap-client port to get data in LDIF format
into ldapd.


[1] http://tools.ietf.org/html/rfc4512#section-4

Reply via email to