<p dir="ltr"><br>
On May 10, 2013 1:33 PM, "Herb Burnswell" <<a href="mailto:herbert.burnswell@gmail.com">herbert.burnswell@gmail.com</a>> wrote:<br>
><br>
> Rob,<br>
><br>
> Thank you for your response.  One of my filters on gmail was blocking the approval responses, I should have known it was user error ;-).  I'm all set on the subscription.  Also, thanks for the tip on searching google that way, I'll investigate questions that way.<br>

><br>
> Regarding root user, that was what I was thinking.  So that kind of takes away the ability to centrally manage the root password for 100's of systems via IPA correct?  Or is there a way to do that?<br>
></p>
<p dir="ltr">The root user should be local to every host without access to root relying on something external such as IPA or any other network service.  If IPA goes down you still want to be able to gain access to servers.  To manage root I'd recommend Puppet, or any configuration management tool if one already exists in your infrastructure.  A single global 'user' resource or 'root module' (in the case of Puppet) can be assigned to every host allowing a single, central, change to propagate to all hosts.<br>
</p>
<p dir="ltr">> thanks,<br>
><br>
> Herb<br>
><br>
><br>
><br>
> On Fri, May 10, 2013 at 11:22 AM, Rob Crittenden <<a href="mailto:rcritten@redhat.com">rcritten@redhat.com</a>> wrote:<br>
>><br>
>> Herb Burnswell wrote:<br>
>>><br>
>>> All,<br>
>>><br>
>>> I am beginning to put an IPA environment together and will be inquiring<br>
>>> with the community on different issues.<br>
>>><br>
>>> First, regarding this list, I do not see a way to search archived posts<br>
>>> for answers.  I apologize if I am just missing how to do so, is there a<br>
>>> way to search for topics?<br>
>><br>
>><br>
>> There is no built-in search command but you can use google, something like site:<a href="https://www.redhat.com/archives/freeipa-users/">https://www.redhat.com/archives/freeipa-users/</a> <search-terms><br>

>><br>
>><br>
>>> Second, I have attempted to subscribe to the list a couple times but<br>
>>> have not received any email notification and cannot log in via the<br>
>>> credentials I created.  Am I missing something or am I just waiting for<br>
>>> an approval from moderators or other?<br>
>><br>
>><br>
>> I don't see any failed subscription requests. I went ahead and subscribed you.<br>
>><br>
>><br>
>>> Regarding IPA, my initial question is how do folks handle the root<br>
>>> user?  Is root maintained via IPA centrally or since it's a special<br>
>>> account is it sill maintained directly on all systems?<br>
>><br>
>><br>
>> You always want to be able to log in locally as root if something goes wrong. sssd purposely excludes the root users for this reason.<br>
>><br>
>> If you want to limit root access then you'd be better of investigating SUDO and limiting who knows the root password(s).<br>
>><br>
>> rob<br>
>><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> Freeipa-users mailing list<br>
> <a href="mailto:Freeipa-users@redhat.com">Freeipa-users@redhat.com</a><br>
> <a href="https://www.redhat.com/mailman/listinfo/freeipa-users">https://www.redhat.com/mailman/listinfo/freeipa-users</a><br></p>
<p dir="ltr"> I also use Puppet to push out a non-root, local account, for emergency situations as root on my servers is only accessible via SSH key authentication or local console.  This gives my team a way to access servers if key pieces of our infrastructure are down or in maintenance.</p>

<p dir="ltr">- Trey</p>