From 3f020267067564d38aa4cd826d1e7c968cf3fc4f Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 7 Mar 2016 10:59:51 +0100 Subject: [PATCH] release 1.1.0 --- MANIFEST.in | 3 +++ README | 19 +++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7628020..6fde58b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/README b/README index 436757e..28a765d 100644 --- a/README +++ b/README @@ -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