You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| cache_user_groups_ttl | no |`120`| How long (in seconds) |
43
43
| base_ou_group | no |`None`| Base OU to search for group entries. If not specified will default to None and take value of base_ou |
44
44
45
+
### Escaping Password Characters
46
+
47
+
Passwords that contain the `$` character are required to be escaped in the form `$$` because the underlying modules that process the backend configuration uses [Python Template Strings](https://docs.python.org/3/library/string.html#template-strings).
48
+
45
49
## Implementation Overview
46
50
47
51
The LDAP backend attempts a few different LDAP operations to authenticate users against an LDAP server:
0 commit comments