liquid_feedback_frontend

diff app/main/index/register.lua @ 1074:aefef1556d55

Removed usage of hstore from LDAP support
author bsw
date Tue Jul 22 22:17:37 2014 +0200 (2014-07-22)
parents f9c1acb859d0
children 32cc544d5a5b
line diff
     1.1 --- a/app/main/index/register.lua	Fri Jul 18 23:13:19 2014 +0200
     1.2 +++ b/app/main/index/register.lua	Tue Jul 22 22:17:37 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  local ldap_uid
     1.5  
     1.6  if config.ldap.member and app.session.authority == "ldap" then
     1.7 -  ldap_uid = app.session.authority_data_uid
     1.8 +  ldap_uid = app.session.authority_uid
     1.9  end
    1.10  
    1.11  if config.registration_disabled and not ldap_uid then

Impressum / About Us