liquid_feedback_frontend

diff config/init.lua @ 1071:58f48a8a202a

Imported and merged LDAP patch
author bsw
date Fri Jul 18 21:42:59 2014 +0200 (2014-07-18)
parents e96d63b7a5e2
children 78b6dc244ef2
line diff
     1.1 --- a/config/init.lua	Thu Jul 17 23:38:35 2014 +0200
     1.2 +++ b/config/init.lua	Fri Jul 18 21:42:59 2014 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  -- (except when you really know what you are doing!)
     1.5  -- ========================================================================
     1.6  
     1.7 -config.app_version = "3.0.2"
     1.8 +config.app_version = "3.0.2+ldap"
     1.9  
    1.10  if not config.password_hash_algorithm then
    1.11    config.password_hash_algorithm = "crypt_sha512"
    1.12 @@ -48,6 +48,10 @@
    1.13    config.check_delegations_default = "confirm"
    1.14  end
    1.15  
    1.16 +if config.ldap == nil then
    1.17 +  config.ldap = {}
    1.18 +end
    1.19 +
    1.20  if not config.database then
    1.21    config.database = { engine='postgresql', dbname='liquid_feedback' }
    1.22  end

Impressum / About Us