[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: adding VLV support to OpenLDAP 2.4.31
- To: Igor Shmukler <igor.shmukler@gmail.com>, Dieter Klünter <dieter@dkluenter.de>
- Subject: RE: adding VLV support to OpenLDAP 2.4.31
- From: Chris Card <ctcard@hotmail.com>
- Date: Wed, 12 Nov 2014 08:38:14 +0000
- Cc: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Importance: Normal
- In-reply-to: <CAA1SNA0hd9PvxP9m0gXO6CX0jxoGJqv5sFaDqo0UB3MG8Zgopw@mail.gmail.com>
- References: <CAA1SNA1r97gWVndsWgOoWiGNY1gk=7OgR_Z8H-YOWKx9ktgyNQ@mail.gmail.com>, <9BB550B721F973BAEDD53126@quanah-mac.local>, <CAA1SNA3FMOhOtZmJ6ovZKyZDGWe2m45OrhDeEVdMTf+6mxjemw@mail.gmail.com>, <20141111224120.GH28396@slab.skills-1st.co.uk>, <CAA1SNA1LhpYCQ-3jjOybgkJ6P_sbfW=_L+vdjqnc1K=0xLNjHw@mail.gmail.com>, <5C3C0FF875994F94AC26A27E@quanah-mac.local>, <CAA1SNA3RY5=xfRcXCB5utkoyf4wCWH4MQsg_Md3UU16XrbSfPA@mail.gmail.com>, <20141112070955.7ace4df6@pink.avci.de>, <CAA1SNA0hd9PvxP9m0gXO6CX0jxoGJqv5sFaDqo0UB3MG8Zgopw@mail.gmail.com>
Hi Igor
> It is clear from the man slapo-sssvlv(5) page that when slapd.conf is
> being used, the options should appear after the overlay directive.
> Even I got this. Where those options should go when cn=config is used?
> I do not understand it from the man page. Is this something to be
> specified using ldapmodify?
You need to use ldapadd with ldif like this:
dn: olcOverlay=sssvlv,olcDatabase={1}bdb,cn=config
objectClass: olcSssVlvConfig
olcOverlay: sssvlv
olcSssVlvMax: 10
olcSssVlvMaxKeys: 5
something like
ldapadd -x -w <password> -D cn=config -f <ldif file>
Chris