We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eae1e4 + c0aef5c commit 9964ef4Copy full SHA for 9964ef4
Makefile
@@ -1,5 +1,5 @@
1
NAME = osixia/openldap
2
-VERSION = 0.9.1
+VERSION = 0.9.2
3
4
.PHONY: all build test tag_latest release
5
service/slapd/slapd.sh
@@ -85,6 +85,5 @@ fi
85
86
status "starting slapd on default port 389"
87
set -x
88
-#with debug:
89
-#exec /usr/sbin/slapd -h "ldap:///" -u openldap -g openldap -d -1
90
-exec /usr/sbin/slapd -h "ldap:///" -u openldap -g openldap
+
+exec /usr/sbin/slapd -h "ldap:///" -u openldap -g openldap -d -1
0 commit comments