[Date Prev][Date Next] [Chronological] [Thread] [Top]

slapo-constraint type uri: Constrained attribute used in LDAP URL



HI!

Consider the following config for slapo-constraint in slapd.conf:

constraint_attribute ou uri
  ldap:///o=Test Company?ou?sub?(objectClass=organizationalUnit)

With this example the constrained attribute is the same like the one used in the LDAP URL. Now how are entries handled which are search results of the LDAP URL? In this example how to deal with new values of attribute 'ou' in case of adding a new entry with object class 'organizationalUnit'?

Ciao, Michael.