Skip to content

Commit

Permalink
Merge pull request #13 from yorukoglu/main
Browse files Browse the repository at this point in the history
Ldap bind credential related setting keys fixed.
  • Loading branch information
rlskoeser authored Apr 29, 2021
2 parents 1798bd6 + 6d64e19 commit 0ac55cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ Add required configurations to ``settings.py``:
# not handled by attribute map. Method should take a user
# object and ldap search result.
'EXTRA_USER_INIT': 'myproj.myapp.models.init_profile_from_ldap'
'BASE_DN': 'uid=username,o=your org,c=country_code',
'BASE_PASSWORD': 'secreupasswordforyourldap',
'BIND_DN': 'uid=username,o=your org,c=country_code',
'BIND_PASSWORD': 'secreupasswordforyourldap',
}

* Note: ``BASE_DN`` and ``BASE_PASSWORD`` are optional if you want
* Note: ``BIND_DN`` and ``BIND_PASSWORD`` are optional if you want
to bind anonymously. Add them if they are required by your LDAP.
This supports user/pass authentication.

Expand Down

0 comments on commit 0ac55cd

Please sign in to comment.