[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: adding VLV support to OpenLDAP 2.4.31
- To: Igor Shmukler <igor.shmukler@gmail.com>
- Subject: RE: adding VLV support to OpenLDAP 2.4.31
- From: Chris Card <ctcard@hotmail.com>
- Date: Wed, 12 Nov 2014 10:28:37 +0000
- Cc: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Importance: Normal
- In-reply-to: <CAA1SNA1Ars+rpmpiHrfh6_u8hj_bxSfjNnRq7_KFE1Ag_346-w@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>, <DUB125-W3EF825FBAAE57B9B8A5F9CC8E0@phx.gbl>, <CAA1SNA0OMJHtTLLDT+E7iq3XqOWkfOEjSSYW7P63RdCFsxmR2g@mail.gmail.com>, <DUB125-W50121BCD40767A558DC18DCC8E0@phx.gbl>, <CAA1SNA3-jqRPPJyDnoH3dNSrG7-U8R1PWbA9Ge17a-U=2Os5DQ@mail.gmail.com>, <DUB125-W64CE301C7B8343AF8E9091CC8E0@phx.gbl>, <CAA1SNA2q=srWQH4-8sVqiXf25NvgBEzCVJZNfpZoDiHOZW_K1A@mail.gmail.com>, <DUB125-W93735A0A6AA1DD4E222AFFCC8E0@phx.gbl>, <CAA1SNA1Ars+rpmpiHrfh6_u8hj_bxSfjNnRq7_KFE1Ag_346-w@mail.gmail.com>
> vq@vq-HVM-domU:~$ ldapsearch -x -w Vq0106%% -D "cn=admin,dc=nodomain"
> -b cn=config
> # extended LDIF
> #
> # LDAPv3
> # base <cn=config> with scope subtree
> # filter: (objectclass=*)
> # requesting: ALL
> #
>
> # search result
> search: 2
> result: 32 No such object
>
> # numResponses: 1
>
> vq@vq-HVM-domU:~$ cat /usr/share/slapd/sssvlv.ldif
> dn: olcOverlay=sssvlv,olcDatabase={1}bdb,cn=config
> objectClass: olcSssVlvConfig
> olcOverlay: sssvlv
> olcSssVlvMax: 10
> olcSssVlvMaxKeys: 5
>
> In order to actually get the search working, I use base dc=nodomain
>
> It is not my choice. I inherited the server and the configuration. Nor
> do I know much about OpenLDAP configuration. I am a programmer and my
> job is [among other things] hacking the client piece. Unfortunately,
> there is nobody else [better] qualified to configure the server.
> Hence, I am filling in for an administrator.
>
> The "ldapsearch -x -w SECRET -D "cn=admin,dc=nodomain" -b dc=nodomain"
> version works fine and I do in fact get results.
>
Are you sure that slapd is using the slapd.d configuration, rather than the old-style slapd.conf?
If slapd.d is being used, then slapd should be running with -F <dir>/slap.d, if not then it will be
running with -f <dir>/slapd.conf.
Chris