- 22 May, 2020 1 commit
-
-
Howard Chu authored
-
- 20 May, 2020 1 commit
-
-
Howard Chu authored
-
- 18 May, 2020 3 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 14 May, 2020 4 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Ryan Tandy authored
-
- 10 May, 2020 1 commit
-
-
Ryan Tandy authored
-
- 08 May, 2020 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 28 Apr, 2020 6 commits
-
-
Ryan Tandy authored
-
Ryan Tandy authored
-
Ryan Tandy authored
-
Ryan Tandy authored
The libtool wrapper scripts lose argv[0] when exec'ing the real binary. In the CI Docker container, where the build runs as root, this was actually starting a real slapd on the default port. Outside Docker, running as a non-root user, this slapd would just fail to start, and wouldn't convert the config either. Using "slapd -Tt" fixes the issue but also prints a warning from slaptest since the database hasn't been initialized yet. Dynamic config isn't actually used in this test script, so let's just run slapd off the config file directly.
-
Howard Chu authored
-
Using a hardcoded limit for now; no reasonable apps should ever run into it.
-
- 27 Apr, 2020 9 commits
-
-
Quanah Gibson-Mount authored
-
-
-
Ryan Tandy authored
-
Howard Chu authored
-
Howard Chu authored
-
-
-
Howard Chu authored
Implemented for OpenSSL, GnuTLS just stubbed
-
- 26 Apr, 2020 2 commits
-
-
-
Ryan Tandy authored
-
- 25 Apr, 2020 1 commit
-
-
Isaac Boukris authored
-
- 23 Apr, 2020 4 commits
-
-
Reported-by: Ryan Tandy @ryan
-
Ryan Tandy authored
-
Isaac Boukris authored
-
Isaac Boukris authored
Add LDAP_OPT_X_SASL_CBINDING option to define the binding type to use, defaults to "none". Add "tls-endpoint" binding type implementing "tls-server-end-point" from RCF 5929, which is compatible with Windows. Fix "tls-unique" to include the prefix in the bindings as per RFC 5056.
-
- 22 Apr, 2020 6 commits
-
-
Quanah Gibson-Mount authored
-
Ryan Tandy authored
-
-
--enable-slapd=auto is now implicitly handled the same as =yes.
-
-
-