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

Re: Client access rights



At 07:14 AM 2/22/2003, Mats Loman wrote:
>I would like to know if there are any possibilites to detect from the client 
>if a user has write access to a attribute. 

In OpenLDAP 2.1 supports the LDAP no-op control which can be
used to determine whether a particular update operation would
be refused.
  % ldapmodify -e \!no-op ...

Kurt