|
It is possible to use Remote Authentication with your your LDAP server. Before you start:
Requirements LDAP support in PHP is not enabled by default. You will need to enable it. For more details check PHP documentation at http://php.net/ldap. You may want to use Active Directory/PHP Helper library from http://adldap.sourceforge.net. If you do want to use it, download the library and place it into the kb_installation_dir/admin/lib/custom directory. function remoteDoAuth($username, $password) {
You can find more examples in kb_installation_dir/admin/lib/custom directory.
|
Powered by KBPublisher (Knowledge base software)