-
- Downloads
Changes User() to _User and User=_User, to overwrite the User class in an own...
Changes User() to _User and User=_User, to overwrite the User class in an own blueprint Added LDAP_USER_ATTRIBUTE_MAPPING to be able to make the ldap attribute names configurable Added LDAP_USER_FILTER to configure the filter instead of the default (objectClass=person) Added LDAP_GROUP_FILTER to configure the filter instead of the default (objectClass=groupOfUniqueNames)
Showing
- uffd/default_config.cfg 11 additions, 0 deletionsuffd/default_config.cfg
- uffd/ldap/ldap.py 10 additions, 6 deletionsuffd/ldap/ldap.py
- uffd/session/views.py 1 addition, 1 deletionuffd/session/views.py
- uffd/user/models.py 41 additions, 21 deletionsuffd/user/models.py
- uffd/user/views_group.py 2 additions, 1 deletionuffd/user/views_group.py
- uffd/user/views_user.py 7 additions, 4 deletionsuffd/user/views_user.py
Loading
Please register or sign in to comment