On Fri, Aug 23, 2013 at 4:51 PM, Stephen Ingram <[email protected]> wrote:
> On Fri, Aug 23, 2013 at 4:21 PM, Janos SUTO <[email protected]> wrote: > >> >> I think I got it. Please check model/user/auth.php for the >> checkLoginAgainstLDAP() function, and make sure it has >> >> if(isset($query->row['dn']) && $query->row['dn']) { >> >> and not just >> >> if(isset($query->row)) { >> >> It's a known bug and is fixed in later builds. >> > > That did it! Thanks. Any chance of SSL LDAP connections? I really hate to > send clear text over the wire. > It would also be nice to specify Master admin in LDAP too instead of having to deal with local user. Steve
