Skip to content

Commit 42542c0

Browse files
authored
Fix indentation
1 parent db2efd6 commit 42542c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/ldap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ authentication source:
6868
*/
6969
'search.base' => 'ou=people,dc=example,dc=org',
7070

71-
/*
72-
* The scope of the search. Valid values are 'subtree' and 'onelevel' and 'base',
73-
* first one being the default if no value is set.
74-
*/
71+
/*
72+
* The scope of the search. Valid values are 'subtree' and 'onelevel' and 'base',
73+
* first one being the default if no value is set.
74+
*/
7575
'search.scope' => 'subtree',
7676

7777
/*

0 commit comments

Comments
 (0)