[
https://issues.apache.org/jira/browse/AMBARI-23232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16403709#comment-16403709
]
Hudson commented on AMBARI-23232:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #8871 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8871/])
[AMBARI-23232] Set full name (cn) when creating user accounts in FreeIPA
(rlevas:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=6f223af4b1cfe73b57041453e998a70619c394d0])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/IPAKerberosOperationHandler.java
> Set full name (cn) when creating user accounts in FreeIPA server
> ----------------------------------------------------------------
>
> Key: AMBARI-23232
> URL: https://issues.apache.org/jira/browse/AMBARI-23232
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.7.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Minor
> Labels: freeipa, kerberos, pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Set full name (cn) when creating user accounts in FreeIPA server.
> {code:title=Example IPA CLI}
> ipa user-add user1 --principal [email protected] --first user1 --last
> user1 --cn "user1"
> {code}
> The new argument is "\{{--cn "user1"}}.
> This may allow for compatibility with IPA server version 3.x
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)