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

RE: LDAP Access Control



At 08:40 PM 2002-09-19, Ace Suares wrote:
>What about the = character ?

In 2.1.5, the normalized DN form is minimally escaped.  Where
a character needs to be escaped (see RFC 2253), the character
is escaped using the backslash hex pair notation.  ('=' appearing
in values is special).

>And how about restricting the creation of certain entries by ACL ?

If the user has permission to add an entry (under some parent),
the user can add (or rename or delete) any entry (under that
parent).

Kurt