Re: LDAP write/read access.

2003-10-15 Thread Jim Harle
A portable way would be to attempt a ('harmless') write, for example, adding a known trash value to a multivalued attribute. If it succeeds, just undo it. This doesn't get to the full essence of the issue, but is simple. --Jim Harle Chris Ridd wrote: On 15/10/03 11:48 am, Tarjei Huse <[EMAI

Re: LDAP write/read access.

2003-10-15 Thread Chris Ridd
On 15/10/03 11:48 am, Tarjei Huse <[EMAIL PROTECTED]> wrote: > hi, > > How can I check if I have write access to an entry through perl-ldap? > > I = the user whom I used to bind to the directory. > > > Tarjei There is no standard way to do this in LDAP. If the server is based on X.500, ask th

LDAP write/read access.

2003-10-15 Thread Tarjei Huse
hi, How can I check if I have write access to an entry through perl-ldap? I = the user whom I used to bind to the directory. Tarjei