Jump to content

Fixing LDAP credentials


Silmerias

Recommended Posts

There is an issue when you want to test LDAP auth with the Beta 2.

Open "system/Login/Ldap.php"

Got to the line 110 and replace this:

$bind = ldap_bind( $this->ldap, 'uid=diradmin,cn=users,dc=bec,dc=local', $this->settings['server_pass'] );

By this:

$bind = ldap_bind( $this->ldap, $this->settings['server_user'], $this->settings['server_pass'] );

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...