Skip to content

Commit 9964ef4

Browse files
committed
Merge branch 'hotfix-0.9.2' into stable
2 parents 7eae1e4 + c0aef5c commit 9964ef4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/openldap
2-
VERSION = 0.9.1
2+
VERSION = 0.9.2
33

44
.PHONY: all build test tag_latest release
55

service/slapd/slapd.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,5 @@ fi
8585

8686
status "starting slapd on default port 389"
8787
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
88+
89+
exec /usr/sbin/slapd -h "ldap:///" -u openldap -g openldap -d -1

0 commit comments

Comments
 (0)