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

Re: programatically retrieve the list of possible attributes(php)



Hello..

I supose that first you have to get the Schema list from your server,
and then get the objectClass of the entry that you what to update.

With that information you "theoretically" can obtain the attributes that
you can update.

Sorry if my help is not enough detailed, but i hope it helps....

Paulo Calçada
IDT-CORE

On Tue, 2002-10-08 at 09:33, Jean-Michel Lambert wrote:
> sorry this code should not be written in perl but in php.....
> but i still need help .. :-) 
> thanks
>   ----- Original Message ----- 
>   From: Jean-Michel Lambert 
>   To: OpenLdap-soft 
>   Sent: Tuesday, October 08, 2002 10:05 AM
>   Subject: programatically retrieve the list of possible attributes
> 
> 
>   hello,
> 
>   i want to retrieve the list of the attributes which could be add to an entry. (in perl if possible)
>   it is to permit an user to add attribute which have not be set when the entry was created so some attributes have not yet  values.
> 
>   these objects have auxillary classes.
> 
>   have you an idea ???
>   thanks
> 
>   JM