<html>
<head>
<style type="text/css">
body,p,td,div,span{
        font-size:13px; font-family:Arial, Helvetica, sans-serif;
};
body p{
        margin:0px;
}
</style>
</head>
<body><div style="color: rgb(0, 0, 0); font-size: 12px; font-family: Arial, sans-serif; orphans: 2; widows: 2;">Thank you Rob, it worked like a charm.<br><br><font face="Arial" color="#515151"><b><br>Giedrius </b></font></div><br>At Thursday, 19-03-2015 on 13:41 Martin Kosek wrote:<br><blockquote style="border:0;border-left: 2px solid #22437f; padding:0px; margin:0px; padding-left:5px; margin-left: 5px; ">On 03/19/2015 02:36 PM, Rob Crittenden wrote:<br>
> Giedrius Tuminauskas wrote:<br>
>> Hi,<br>
>><br>
>> I am curious, Is there a possibility to add email address for the<br>
>> "admin" user in the IPA web UI?<br>
>> In my current configuration "admin" user is a Linux system user and also<br>
>> used by IPA.<br>
>> I think there should be possibility to enter an email address for that<br>
>> user, but UI has no button/link (add)<br>
>><br>
>> Is it expected behavior?<br>
>> Can you please suggest some tweaks, how to add it?<br>
> <br>
> Not easily from the UI but possible from the cli. The admin user lacks<br>
> the inetOrgPerson objectclass which provides the mail attribute.<br>
> <br>
> I haven't given this a great deal of thought so can't guarantee that<br>
> there won't be any subtle issues now or in the future, but given that<br>
> this objectclass only has MAY attributes is should be ok.<br>
> <br>
> $ kinit admin<br>
> $ ipa user-mod --email <a class="normal-link" href="mailto:admin@example.com">admin@example.com</a> --addattr<br>
> objectclass=inetorgperson admin<br>
> <br>
> rob<br>
<br>
Related closed tickets with reasoning why this is not done by default:<br>
<br>
<a href="https://fedorahosted.org/freeipa/ticket/4941" target="_blank" class="normal-link">https://fedorahosted.org/freeipa/ticket/4941</a><br>
<a href="https://fedorahosted.org/freeipa/ticket/1162" target="_blank" class="normal-link">https://fedorahosted.org/freeipa/ticket/1162</a><br>
<br>
Martin</blockquote></body></html>