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. Steve
