OpenCATS documentation
  • >current release 0.9.7.4
  • Introduction and Overview
    • Licensing
    • Authors and Contributors
  • Installation
    • Install on Ubuntu
    • Install on Windows
    • Run the Installer
  • Using the software
    • companies, contacts, job orders, and candidates
    • Screens In-Depth
  • How-to's
    • Hiding tabs
    • Password resets
    • Emails & reminders
  • Technical configuration options
    • Technical overview of original OpenCATS Source code
    • Access control lists
    • CMS addons
    • Dev Guide to migrate Legacy to Symfony
    • Developer Guide
    • How_to_install_Sphinx
    • How_to_script_database_backups
    • Docker - OpenCATS Installation Instructions
    • LDAP_Authentication_module
    • Multi lingual_version
    • OpenCATS Youtube channel
    • Pre-requisites
    • Roadmap
    • Vital Security: Restrict access to upload folders (.htaccess)
    • OpenCATS Backup/Restore and Upgrade Instructions-THIS SECTION INCOMPLETE!
Powered by GitBook
On this page
Edit on GitHub
  1. Technical configuration options

LDAP_Authentication_module

PreviousDocker - OpenCATS Installation InstructionsNextMulti lingual_version

Last updated 2 years ago

###LDAP Authentication module

*** Note that LDP integration has been updated and included by default - see INSTALL.MD for info, or some of the LDPA commit info e.g.

Please read the README before using the plugin.

Active Directory

I've been working to try and get this plugin to auth against active directory. I use this model but it does not seem to work.

define ('AUTH_MODE', 'ldap'); // Currently supports ldap, sql define ('LDAP_HOST', 'ldap_server'); define ('LDAP_PORT', '389'); define ('LDAP_BASEDN', 'ou=users,ou=company,dc=local,dc=domain'); define ('LDAP_UID', 'sAMAccountName'); define ('LDAP_CONNECT_DN', 'uid=test,ou=users,ou=company,dc=local,dc=domain'); define ('LDAP_PASSWORD', 'test123');

Not sure if this is an issue with the code right now or not. Like the user in the thread this came from it does not seem to work with sAMAccountName or uid.

[ADD - needs to be updated to reflect current codebase]

https://github.com/opencats/OpenCATS/commit/525f110dd0652d53958f6adf2c7f57a48b6f229e