[
https://issues.apache.org/jira/browse/AMBARI-24690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16628917#comment-16628917
]
Hudson commented on AMBARI-24690:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #10146 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/10146/])
AMBARI-24690. Ambari-server setup-ldap throws an error when the OU has (github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=1bc2c69747b9c8be6cfb22d4325d4014a1452970])
* (edit) ambari-server/sbin/ambari-server
> Ambari-server setup-ldap throws an error when the OU has spaces
> ---------------------------------------------------------------
>
> Key: AMBARI-24690
> URL: https://issues.apache.org/jira/browse/AMBARI-24690
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.7.0
> Reporter: Attila Magyar
> Assignee: Attila Magyar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Ambari-server setup-ldap throws an error when the OU has spaces
> {code}
> ambari-server setup-ldap \
> --ldap-url=ldap.example.com:636 \
> --ldap-secondary-url=ldap.example.com:636 \
> --ldap-ssl=true \
> --ldap-user-class=person \
> --ldap-user-attr=sAMAccountName \
> --ldap-group-class=group \
> --ldap-group-attr=cn \
> --ldap-member-attr=member \
> --ldap-dn=distinguishName \
> --ldap-base-dn="OU=Group Users,DC=example,DC=com" \
> --ldap-referral=follow \
> --ldap-bind-anonym=false \
> [email protected] \
> --ldap-manager-password=**** \
> --ldap-sync-username-collisions-behavior=convert \
> --ldap-save-settings
> {code}
> error message:
> {code}
> Using python /usr/bin/python
> Usage: ambari-server.py action [options]
> Options:
> -h, --help show this help message and exit
> ...
> --truststore-reconfigure
> Force to reconfigure TrustStore if exits
> None
> Usage: ambari-server.py action [options]
> ambari-server.py: error: Invalid number of arguments. Entered: 2, required: 1
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)