From fe6ae60ccc5746d500bbd8014960155f3a622fc7 Mon Sep 17 00:00:00 2001 From: Ioannis Simeonidis Date: Thu, 9 May 2019 11:21:58 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 68971a72..76d42532 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ LDAP_BIND_PWD=adminpass # Attribute that represent the user, for example uid or mail # LDAP_USER_ATTR=mail +# If left unset LDAP_USER_TEMPLATE will be used +# LDAP_USER_ATTR_TEMPLATE=%s + # Filter that tests membership of the group. If this property is empty then there is no group membership check # AD example => memberOf=CN=mygroup,ou=ouofthegroup,DC=domain,DC=com # OpenLDAP example => CN=mygroup