Skip to content

Group Office LDAP configuration.

Tharanga Rajapaksha edited this page Mar 22, 2019 · 1 revision

Interrogate the Group Office with local LDAP server.

Once you deploy the system using deploy.sh script then Group Office to be integrated with the ldap server. At the above process system will generate ldap.ldif file which has two test users for immediate system test. You just have to import that ldap.ldif file from the phpldapadmin interface.

https://localhost:4433 Hear username and password what you provided for ldap admin at the installation process. Ex : user name : cn=admin,dc=copper,dc=test,dc=lk password : admin@****

Then import the ldap.ldif file which has been created in the Deployment folder.

Configure Group office for ldap.

There are some steps to complete for successful configuration ldap with group office CRM.

  1. Admin account setup in group office

http://localhost:8004

Create a admin user with your preferred details.

  1. Add LDAP module to the Group office.

Got to Admin section --- > Modules -- > Community --> LDAP Authenticator

Then checked in LDAP Authenticator row and save.

  1. Configure LDAP connection settings.

    Go to System settings -- > Authentication -- > Add a ldap component.

    Give domain name : Ex : copper.test.lk

    port : Ex : 386

    Encryption : None

    LDAP read only user name : Ex :cn=raa,dc=copper,dc=test,dc=lk

    LDAP read only user password : EX :assess

    User Name attribute : uid

    peopleDN : Ex : ou=Users,dc=copper,dc=test,dc=lk

    groupDN : ou=groups,dc=copper,dc=test,dc=lk

    IMAP server host name : email

    Imap server port : 143

    Encryption : TLS

    SMTP server : email

    port : 587

    Encryption : TLS

    Group : Internal

Once you configure those parameters according to your context then save and logout . Then try to log in again with test users.

Domain : Select your domain name

Name : User name without domain part

Password : coppermail@lsf

Then you should be able to log in and test the system. Once you are done, please remove those test users through phpldapadmin interface.

Please contact us for further assistant by mail [email protected] .