From c4a207316a2d4e336584b43c6df8ad595e8611fa Mon Sep 17 00:00:00 2001 From: Ben Tyger Date: Fri, 9 Dec 2016 10:56:21 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce52c8..53b3818 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ define('PLUGINS', 'auth_ldap, auth_internal, note'); Second, add the following lines to the file and fill in the details of your ldap installation: -Required parameters: ```php +// Required parameters: define('LDAP_AUTH_SERVER_URI', 'ldap://localhost:389/'); define('LDAP_AUTH_USETLS', FALSE); // Enable StartTLS Support for ldap:// define('LDAP_AUTH_ALLOW_UNTRUSTED_CERT', TRUE); // Allows untrusted certificate