brotherton-erpnext/erpnext/docs/user/manual/en/setting-up/integration-services/ldap-integration.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

#Setting up LDAP
Lightweight Directory Access Protocol is a centralised access controll system used by many small medium scale organisations.
By settings up LDAP service, you able to login to ERPNext account by using LDAP credentials.
2016-12-13 09:54:41 +00:00
####Step 1: Create LDAP service
`Explore > Setup > Integration Service`
Make a new Integration Service and select `LDAP` as a service from dropdown then save the document.
After saving a document, click on `LDAP Settings` button, to setup service.
2016-12-13 09:54:41 +00:00
####Step 2: Setup LDAP service
2016-12-13 09:54:41 +00:00
To enable ldap service, you need to configure parameters like LDAP Server Url, Organizational Unit, UID, Base Distinguished Name (DN) and Password for Base DN
<img class="screenshot" alt="LDAP Settings" src="{{docs_base_url}}/assets/img/setup/integration-service/ldap_settings.png">
####Step 3: Enable Service
After setting up credentials on LDAP Settings, go back to LDAP Service record and enable it.
While enabling, it will validate LDAP details and on successful validation, it will enables LDAP login option.
2016-12-13 09:54:41 +00:00
<img class="screenshot" alt="LOGIN via LDAP" src="{{docs_base_url}}/assets/img/setup/integration-service/login_via_ldap.png">