File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -266,8 +266,8 @@ implementation. Commonly used values are:
266
266
* ``userPrincipalName ``
267
267
* ``uid ``
268
268
269
- If you configure the value ``null `` for the UID key , the default UID key
270
- ``sAMAccountName `` is used .
269
+ If you pass ``null `` as the value of this option , the default UID key is used
270
+ ``sAMAccountName ``.
271
271
272
272
filter
273
273
......
@@ -282,8 +282,8 @@ replaced by the username you are trying to load.
282
282
For example, with a ``uid_key `` of ``uid ``, and if you are trying to
283
283
load the user ``fabpot ``, the final string will be: ``(uid=fabpot) ``.
284
284
285
- If you configure this key with the value `` null `` , the default filter
286
- ``({uid_key}={username}) `` is used .
285
+ If you pass `` null `` as the value of this option , the default filter is used
286
+ ``({uid_key}={username}) ``.
287
287
288
288
Of course, the username will be escaped, in order to prevent `LDAP injection `_.
289
289
You can’t perform that action at this time.
0 commit comments