Add standard authentication.ini

This commit is contained in:
Eric Lippmann 2014-10-30 13:43:43 +01:00
parent 419c4939eb
commit 20a0351908
1 changed files with 13 additions and 0 deletions

13
config/authentication.ini Normal file
View File

@ -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 = /\@[^$]+$/