How to connect over LDAP to Active Directory?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akudakov
    Junior Member
    • Feb 2015
    • 1

    How to connect over LDAP to Active Directory?

    Subj...
    Please help =(
  • tarasm
    Super Moderator
    • Mar 2014
    • 573

    #2
    Here is an example of configuration for OpenLDAP server:
    PHP Code:
    'ldap' => 
      array (
        'host' => '172.20.0.4',
        'port' => 389,
        'baseDn' => 'ou=People,dc=maxcrc,dc=com',
        'bindRequiresDn' => true,
        'accountCanonicalForm' => 1,
        'createEspoUser' => true,    
      ), 
    
    Job Offers and Requests

    Comment

    • yuri
      Member
      • Mar 2014
      • 8552

      #3
      it's in data/config.php
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...