Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marchete authored Aug 31, 2016
1 parent 4edd506 commit 137414d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ from datetime import timedelta
LDAP_SYNC_MULTIVALUE_SEPARATOR = "|"
#If an AD attribute is multivalued, it will be joined on one string as "value1|value2|value3"
LDAP_SYNC_USERNAME_FIELD = None
LDAP_SYNC_REMOVED_USER_CALLBACKS = []
#`adldap_sync.callbacks.removed_user_deactivate` and `adldap_sync.callbacks.removed_user_delete`
LDAP_SYNC_REMOVED_USER_CALLBACKS = ['adldap_sync.callbacks.removed_user_deactivate']
#Also you can use 'adldap_sync.callbacks.removed_user_delete' to completely delete the Django user

#GROUPS
LDAP_SYNC_GROUP = True
Expand Down

0 comments on commit 137414d

Please sign in to comment.