liquid_feedback_frontend

diff model/session.lua @ 1071:58f48a8a202a

Imported and merged LDAP patch
author bsw
date Fri Jul 18 21:42:59 2014 +0200 (2014-07-18)
parents ea2449916c12
children aefef1556d55
line diff
     1.1 --- a/model/session.lua	Thu Jul 17 23:38:35 2014 +0200
     1.2 +++ b/model/session.lua	Fri Jul 18 21:42:59 2014 +0200
     1.3 @@ -28,6 +28,7 @@
     1.4  function Session:by_ident(ident)
     1.5    local selector = self:new_selector()
     1.6    selector:add_where{ 'ident = ?', ident }
     1.7 +  selector:add_field{ '"authority_data" -> \'uid\' as authority_data_uid' }
     1.8    selector:optional_object_mode()
     1.9    return selector:exec()
    1.10  end

Impressum / About Us