Remove config directory

This commit is contained in:
Eric Lippmann 2014-11-13 18:15:11 +01:00
parent f3ae7357d7
commit 81ae138952
7 changed files with 0 additions and 24 deletions

View File

@ -1,13 +0,0 @@
; 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 = /\@[^$]+$/

View File

@ -1 +0,0 @@
Enabled modules shall be symlinked here.

View File

@ -1,4 +0,0 @@
# Use given CA file
TLS_REQCERT demand
TLS_CACERT @prefix@/config/ssl/cacerts/trusted.crt

View File

@ -1,4 +0,0 @@
# This config file will allow TLS-based LDAP connections ignoring
# unknown certificates
TLS_REQCERT never

View File

@ -1,2 +0,0 @@
[security]
protected_customvars = "*pw*,*pass*,community"