From b17f7eaf069d8f5e7d2f5f6c1b3b4104f4555ce2 Mon Sep 17 00:00:00 2001 From: Ashura Date: Sat, 14 Jan 2017 17:30:29 +0100 Subject: [PATCH] Update index.md Added missing allowEmptyPassword field. --- Resources/doc/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 8e53142..b2a3133 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -91,6 +91,7 @@ fr3d_ldap: # port: 389 # Optional # username: foo # Optional # password: bar # Optional +# allowEmptyPassword: false # Optional # bindRequiresDn: true # Optional # baseDn: ou=users, dc=host, dc=foo # Optional # accountFilterFormat: (&(uid=%s)) # Optional. sprintf format %s will be the username