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

Re: Which overlays are present in my openldap server ?



vishesh kumar wrote:
> Dear jonathan
>  
>    I issued following command to list overlays after configuraing
> 'database monitor'.
>  
> ldapsearch -x -D "uid=root,ou=People,dc=abc.dc=del" -W -b
> 'cn=Overlays,cn=Monitor'
>  
> This command list three overlays with objectcalss monitoredObject
> cn=overlay 1, cn=Overlay, cn=Monitor
> cn=overlay 1, cn=Overlay, cn=Monitor
> cn=overlay 1, cn=Overlay, cn=Monitor
>  
> What does it mean, does this mean that there is no overlays.
> Because what i think there should be accesslog,syncprov etc overlays
>  
>  
> Thanks
>  
Hi,

You need to request the attribute monitoredinfo explicitely like this :
ldapsearch -x -D "uid=root,ou=People,dc=abc.dc=del" -W -b
'cn=Overlays,cn=Monitor' monitoredinfo

Cheers,
O.