We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2efd6 commit 42542c0Copy full SHA for 42542c0
1 file changed
docs/ldap.md
@@ -68,10 +68,10 @@ authentication source:
68
*/
69
'search.base' => 'ou=people,dc=example,dc=org',
70
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
- */
+ /*
+ * The scope of the search. Valid values are 'subtree' and 'onelevel' and 'base',
+ * first one being the default if no value is set.
+ */
75
'search.scope' => 'subtree',
76
77
/*
0 commit comments