Skip to content

Instantly share code, notes, and snippets.

@uncleweb
Forked from devynspencer/logs.md
Created June 16, 2021 21:50
Show Gist options
  • Select an option

  • Save uncleweb/8e76e754f8df6f4cf055510017a8aa0f to your computer and use it in GitHub Desktop.

Select an option

Save uncleweb/8e76e754f8df6f4cf055510017a8aa0f to your computer and use it in GitHub Desktop.

Revisions

  1. @devynspencer devynspencer revised this gist Feb 11, 2016. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion logs.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ```shell
    # freeipa
    # 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
    ```
  2. @devynspencer devynspencer created this gist Feb 11, 2016.
    20 changes: 20 additions & 0 deletions logs.md
    Original 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
    ```