Commit Graph

6 Commits

Author SHA1 Message Date
Nicolas Williams
e93a135765 Fix check-ldap slapd start race
We start slapd in the foreground (-d0) but backgrounded in the shell,
then we wait 4 seconds.  This causes a race condition however.  This
commit makes the slapd-init script more robust and limits the wait to
however many seconds (up to 30) that slapd needs to start service.
2018-12-27 15:55:49 -06:00
Nicolas Williams
274021f7db Make check-ldap run on Ubuntu
Apparmor on Ubuntu prevents slapd from using the Unix domain socket we
want it to.  The fix is to copy the slapd executable into the objdir,
which disables the apparmor profile for slapd.

Also, make sure the ldapi: URI has the right path for the socket in
krb5.conf.
2016-11-15 15:35:29 -06:00
Love Hörnquist Åstrand
7073558cd8 Another place where schemas are installed, from Buchan Milne.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22295 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-12-14 05:59:04 +00:00
Love Hörnquist Åstrand
9a8497cd0b Add samba schema.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21508 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-07-12 12:40:51 +00:00
Love Hörnquist Åstrand
08a1332f42 Add $Id$ tag.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20308 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-04-11 11:17:13 +00:00
Love Hörnquist Åstrand
3cb07032b9 ldap test, inspired from the samba ldb tests
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20220 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-02-15 00:11:18 +00:00