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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -