Browse Source

fixes #71, fixes #70, fixes #69, fixes #62

Bertrand Gouny 9 years ago
parent
commit
417fd10f47
2 changed files with 8 additions and 3 deletions
  1. 7 2
      CHANGELOG.md
  2. 1 1
      README.md

+ 7 - 2
CHANGELOG.md

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

+ 1 - 1
README.md

@@ -173,7 +173,7 @@ That's it! But a little test to be sure:
 
 
 Add a new user "billy" on the first ldap server
 Add a new user "billy" on the first ldap server
 
 
-	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
+	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
 
 
 Search on the second ldap server, and billy should show up!
 Search on the second ldap server, and billy should show up!