Skip to content

Commit a67fb80

Browse files
authored
feat: add note on windows ldap
1 parent 632c9e8 commit a67fb80

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/reference/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ In some configuration options like the `GENERIC_SCOPES` environment variable, yo
7777
| `LDAP_BASE_DN`/`--ldap-base-dn` | LDAP base DN (e.g. dc=example,dc=com). | - | no |
7878
| `LDAP_INSECURE`/`--ldap-insecure` | Skip certificate verification for the LDAP server. | `false` | no |
7979
| `LDAP_SEARCH_FILTER`/`--ldap-search-filter` | LDAP search filter for user lookup. | `(uid=%s)` | no |
80+
81+
:::tip
82+
For Windows LDAP you will have to use the following search filter: `(&(sAMAccountName=%s))`.
83+
:::

0 commit comments

Comments
 (0)