Announcement

Collapse
No announcement yet.

How to connect over LDAP to Active Directory?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to connect over LDAP to Active Directory?

    Subj...
    Please help =(

  • #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


    • #3
      it's in data/config.php

      Comment

      Working...
      X