howto write an LDAP schema? -
i want introduce new class "myappvalues".
when add class existiting objects should possible add following attributes:
- myappkey mandantory string, cannot emtpy
- myappoptionalvalue optional string, can empty
how can done?
is there easy tutorial out there?
you need define own schema, read this page understand ldap schema basics , can use apache directory studio create schema.
Comments
Post a Comment