From 9b353ae0d892a65cc328ec885e48aa58106992f0 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 9 Sep 2015 11:47:18 -0700 Subject: [PATCH] Fixes #1150 - added note about lowercasing --- app/config/production/ldap.example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/production/ldap.example.php b/app/config/production/ldap.example.php index 067e840bd231..a80f44bf0e4d 100644 --- a/app/config/production/ldap.example.php +++ b/app/config/production/ldap.example.php @@ -68,10 +68,10 @@ | LDAP as follows (where $results[$i] represents a row in the LDAP query: | $username-to-insert-in-snipe-it = $results[$i]["my-org-username"][0] | - | Note: all these fields are required. |-------------------------------------------------------------------------- | | The search filter for the LDAP query. + | Note: all these fields are required, and they should all be lowercase. | */ 'result.username' => "",