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

Re: How to enable monitoring in OpenLdap with cn=config Backend



On Monday, 9 January 2012 12:33:43 Axel Birndt wrote:
> Hi Dieter,
> 
> thank you very much for your answer. But in which file (or place) should
> i put this lines?
> 
> I doesn't have a slapd.conf!
> 
> Am 07.01.2012 23:09, schrieb Dieter KlÃnter:
> >> Do you have a doc or howto with further information about this?
> >> 
> >> >  I need the documentation for the cn=config backend. I don't have an
> >> >  slapd.conf!
> > 
> > add something like
> > 
> > dn: olcdatabase=monitor,cn=config
> > objectclass: olcDatabaseConfig
> > olcDatabase: monitor
> > olcAccess: to dn.subtree=cn=monitor by users read

You should place it at the stdin of an invocation of ldapadd with appropriate 
authentication as a DN that has write access to cn=config, or in an ldif file 
provided after the -f option of said ldapadd.

Regards,
Buchan