-
-
Save uncleweb/8e76e754f8df6f4cf055510017a8aa0f to your computer and use it in GitHub Desktop.
Revisions
-
devynspencer revised this gist
Feb 11, 2016 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ```shell # freeipa server /var/log/httpd/access_log /var/log/httpd/error_log /var/log/kadmind.log @@ -17,4 +17,8 @@ /var/log/sssd/sssd_ssh.log /var/log/sssd/sssd_sudo.log /var/log/sssd/sssd_ifp.log # freeipa client /var/log/audit/audit /var/log/audit/secure ``` -
devynspencer created this gist
Feb 11, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ ```shell # freeipa /var/log/httpd/access_log /var/log/httpd/error_log /var/log/kadmind.log /var/log/krb5kdc.log /var/log/pki/pki-tomcat/ca/transactions /var/log/sssd/sssd.log /var/log/sssd/krb5_child.log /var/log/sssd/ldap_child.log /var/log/sssd/selinux_child.log /var/log/sssd/gpo_child.log /var/log/sssd/sssd_nss.log /var/log/sssd/sssd_pam.log /var/log/sssd/sssd_pac.log /var/log/sssd/sssd_autofs.log /var/log/sssd/sssd_ssh.log /var/log/sssd/sssd_sudo.log /var/log/sssd/sssd_ifp.log ```