Loading...
 
LDAP / Active directory

LDAP / Active directory


Re: Post LDAP Settings unable to login with Admin account

Switzerland

Solution:

Go to lib/userslib.php and change line 1468 

from
Copy to clipboard
$ret &= $this->ldap_sync_groups($user, $pass);

 

to
Copy to clipboard
$ret &= $this->_ldap_sync_groups($user, $pass);

 

Make sure there is no group in your LDAP that already exists in tiki (eg i had a group named 'admins' that conflicted with a tiki built in group), once a user from the ldap log in the groups are created.

 

Hope this helps.

There are no comments at this time.