release 1.1.0

This commit is contained in:
Benjamin Dauvergne 2016-03-07 10:59:51 +01:00
parent 4feef34875
commit 3f02026706
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,6 @@
include COPYING
include VERSION
include tox.ini
recursive-include tests *.py
recursive-include src/authentic2_auth_kerberos/templates *.html
recursive-include src/authentic2_auth_kerberos/static *.js *.css *.png

19
README
View File

@ -25,11 +25,22 @@ Settings
- A2_AUTH_KERBEROS_REALM: default reaml to attribute to user, default is None.
If not None, the Kerberos realm is replaced by this one. It's incompatible
with support for multiple realms.
- LDAP_AUTH_SETTINGS: same settings than for other usages in Authentic2, the Kerberos backend
introduce a new key 'principal_filter' which is a str.format() template receiving two keyword
arguments, username (the local part of the principal) and realm.
.. _django-kerberos: https://pypi.python.org/pypi/django-kerberos
Roadmap
-------
Changelog
=========
- LDAP support (think AD support)
- Linking Kerberos principals to existing users
1.1.0
-----
- use a2_just_logged_out to authorize automatic login and hide login tab
- add LDAP backend
1.0.0
-----
- initial release