From 20a03519089abb24aa93d1417a89395a9aa2fe34 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 30 Oct 2014 13:43:43 +0100 Subject: [PATCH] Add standard authentication.ini --- config/authentication.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/authentication.ini diff --git a/config/authentication.ini b/config/authentication.ini new file mode 100644 index 000000000..ba11ede93 --- /dev/null +++ b/config/authentication.ini @@ -0,0 +1,13 @@ +; authentication.ini +; +; Each section listed in this configuration represents a backend used to authenticate users. The backends will be +; processed from top to bottom using the first backend for authentication which reports that the user trying to log in +; is available with his given credentials. +; +; Database or LDAP backend configurations must define a resource referring to a configured database +; or LDAP connection respectively in the INI file resources.ini. + +[autologin] +backend = autologin +; If you want to strip the domain +; strip_username_regexp = /\@[^$]+$/