[docs] mention UID in LDAP instruction
diff --git a/erpnext/docs/user/manual/en/setting-up/integration-services/ldap-integration.md b/erpnext/docs/user/manual/en/setting-up/integration-services/ldap-integration.md
index 34678a9..e12ed1c 100644
--- a/erpnext/docs/user/manual/en/setting-up/integration-services/ldap-integration.md
+++ b/erpnext/docs/user/manual/en/setting-up/integration-services/ldap-integration.md
@@ -4,16 +4,16 @@
 
 By settings up LDAP service, you able to login to ERPNext account by using LDAP credentials.
 
-####Step 1: Create Razorpay service
+####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.
 
-####Step 2: Setup  ldap service
+####Step 2: Setup LDAP service
 
-To enable ldap service, you need to configure parameters like LDAP Server Url, Organizational Unit, Base Distinguished Name (DN) and Password for Base DN
+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">
 
@@ -21,4 +21,4 @@
 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.
 
-<img class="screenshot" alt="LOGIN via LDAP" src="{{docs_base_url}}/assets/img/setup/integration-service/login_via_ldap.png">
\ No newline at end of file
+<img class="screenshot" alt="LOGIN via LDAP" src="{{docs_base_url}}/assets/img/setup/integration-service/login_via_ldap.png">