This is an automated email from the ASF dual-hosted git repository.
smolnar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new c8e80ce AMBARI-25056. Fixing typo for ldap-manage-services (#2735)
c8e80ce is described below
commit c8e80ce05751291c135c3014d536b8162686ca58
Author: sjanardhanhw <[email protected]>
AuthorDate: Thu Dec 20 15:57:02 2018 +0530
AMBARI-25056. Fixing typo for ldap-manage-services (#2735)
---
ambari-server/docs/security/ldap/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ambari-server/docs/security/ldap/index.md
b/ambari-server/docs/security/ldap/index.md
index 929a7ba..4ee2501 100644
--- a/ambari-server/docs/security/ldap/index.md
+++ b/ambari-server/docs/security/ldap/index.md
@@ -226,7 +226,7 @@ The following arguments must be supplied when **enabling**
LDAP:
--ldap-enabled-ambari=<true|false>
Whether to enable/disable LDAP authentication
for Ambari, itself
- --ldap-manage-servic=<true|false>
+ --ldap-manage-services=<true|false>
Whether Ambari should manage the LDAP configurations
for specified services
--ldap-enabled-services=<*|service names>
@@ -558,4 +558,4 @@ to take. This is because even though Ambari is managing the
LDAP configuration f
<a name="sync-using-cli"></a>
## Synching LDAP users with Ambari Using the CLI
-After setting up your LDAP integration, you must synchronize LDAP users and
groups with Ambari, using the .`ambari-server sync-ldap [option]` utility.
Please read [this
guide](https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.1/ambari-authentication-ldap-ad/content/authe_ldapad_synchronizing_ldap_users_and_groups.html)
carefully for further information.
\ No newline at end of file
+After setting up your LDAP integration, you must synchronize LDAP users and
groups with Ambari, using the `ambari-server sync-ldap [option]` utility.
Please read [this
guide](https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.1/ambari-authentication-ldap-ad/content/authe_ldapad_synchronizing_ldap_users_and_groups.html)
carefully for further information.