Wrote more information about an optional field

This commit is contained in:
Aladin Alaily
2015-08-15 00:16:29 -04:00
parent a57a465147
commit b8ef6dfba4
+6
View File
@@ -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' => "",
/*