Skip to content

Commit

Permalink
Fixes #1150 - added note about lowercasing
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Sep 9, 2015
1 parent cbcc438 commit 9b353ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/production/ldap.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => "",
Expand Down

0 comments on commit 9b353ae

Please sign in to comment.