Michael Ströder wrote: > HI! > > Trying to understand Verify Credentials operation I'd like to initialize > slapo-vc but it fails (see simple config below). > > 608d43ae.18d5fdad 0x7f6e38b66740 slapd.conf: line 13 (overlay vc) > 608d43ae.18d623b1 0x7f6e38b66740 overlay "vc" not found > 608d43ae.18d6dd5c 0x7f6e38b66740 slapd.conf: line 13: <overlay> handler > exited with 1!
vc is not an overlay. It's an exop. Once you moduleload it there is nothing else to configure. > Also tried to load it in global section but this also does not work. > > The following files are installed (and other overlays from this > directory load just fine): > > # ls -al /opt/openldap-ms/lib64/openldap/vc* > -rw-r--r-- 1 root root 1008 May 1 02:40 > /opt/openldap-ms/lib64/openldap/vc.la > lrwxrwxrwx 1 root root 11 May 1 02:40 > /opt/openldap-ms/lib64/openldap/vc.so -> vc.so.0.0.0 > lrwxrwxrwx 1 root root 11 May 1 02:40 > /opt/openldap-ms/lib64/openldap/vc.so.0 -> vc.so.0.0.0 > -rwxr-xr-x 1 root root 18824 May 1 02:40 > /opt/openldap-ms/lib64/openldap/vc.so.0.0.0 > > Find build config herein: > > https://build.opensuse.org/package/view_file/home:stroeder:openldap25/openldap-ms/openldap-ms.spec?expand=1 > > What's wrong here? > > Ciao, Michael. > > ------------------ snip ----------------- > moduleload back_mdb > > moduleload vc > > include /opt/openldap-ms/etc/openldap/schema/core.schema > > database mdb > directory data/test > suffix o=test > rootdn cn=root,o=test > rootpw secret > > overlay vc > -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
