Skip to content

Commit d1cdd5f

Browse files
authored
Merge pull request #113 from nzlosh/master
Add documentation for password escaping $ character.
2 parents 5cdb887 + 865bd8b commit d1cdd5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ sudo dnf install python2-devel python3-devel openldap-devel
4242
| cache_user_groups_ttl | no | `120` | How long (in seconds) |
4343
| 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 |
4444

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+
4549
## Implementation Overview
4650

4751
The LDAP backend attempts a few different LDAP operations to authenticate users against an LDAP server:

0 commit comments

Comments
 (0)