OpenLDAP 2.5.4 WARNING: Could not locate systemd
by Nick Folino
Configuring OpenLDAP 2.5.4 on Fedora 33:
$ ./configure --prefix /apps/openldap -q
Configuring OpenLDAP 2.5.4-Release ...
configure: WARNING: Could not locate systemd
configure: WARNING: systemd service notification not supported!
This didn't happen with 2.5.2beta, but does with 2.5RC. I missed it during
my testing. Any ideas?
Nick
2 years, 7 months
loading slapo-vc does not work
by Michael Ströder
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!
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/ope...
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
2 years, 7 months
Spec for LDAP Verify Credentials operation
by Michael Ströder
HI!
Is there a spec for client-side implementation of LDAP Verify
Credentials operation?
I assume that one has to grant auth access to 'userPassword' to the
entity sending the VC operation.
Ciao, Michael.
2 years, 7 months