Skip to content

Commit 417fd10

Browse files
committed
fixes #71, fixes #70, fixes #69, fixes #62
1 parent c29a630 commit 417fd10

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

33
## 1.1.4
4-
- Remove environment variable LDAP_TLS_PROTOCOL_MIN as it takes no effect, see #69.
4+
- Remove environment variable LDAP_TLS_PROTOCOL_MIN as it takes no effect, see #69
55
- Adjust default GnuTLS cipher string according to Red Hat's TLS hardening guide.
66
This by default also restricts the TLS protocol version to 1.2. For reference,
7-
see #69.
7+
see #69
8+
- Fix Error in Adding "Billy" #71
9+
10+
Merge pull request :
11+
- Update LDAP_TLS_CIPHER_SUITE, remove LDAP_TLS_PROTOCOL_MIN #70
12+
- fixed LDAP_BACKEND for readonly user #62
813

914
## 1.1.3
1015
Merge pull request :

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ That's it! But a little test to be sure:
173173

174174
Add a new user "billy" on the first ldap server
175175

176-
docker exec $LDAP_CID ldapadd -x -D "cn=admin,dc=example,dc=org" -w admin -f /container/service/slapd/assets/test/new-user.ldif --hostname ldap.example.org -ZZ
176+
docker exec $LDAP_CID ldapadd -x -D "cn=admin,dc=example,dc=org" -w admin -f /container/service/slapd/assets/test/new-user.ldif -h ldap.example.org -ZZ
177177

178178
Search on the second ldap server, and billy should show up!
179179

0 commit comments

Comments
 (0)