From b8ef6dfba4a5aabd80ae121fa40bbb67b88614b1 Mon Sep 17 00:00:00 2001 From: Aladin Alaily Date: Sat, 15 Aug 2015 00:16:29 -0400 Subject: [PATCH] Wrote more information about an optional field --- app/config/production/ldap.example.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/config/production/ldap.example.php b/app/config/production/ldap.example.php index 071561b9ae..5442823891 100644 --- a/app/config/production/ldap.example.php +++ b/app/config/production/ldap.example.php @@ -75,6 +75,12 @@ return array( 'result.last.name' => "", 'result.first.name' => "", 'result.email' => "", + + /* + | This field is optional as not all LDAP directories will have it. If yours + | does not have it, just leave this field blank and the extra check will + | be omitted. + */ 'result.active.flag' => "", /*