Skip to content

Commit

Permalink
Merge pull request #23 from CiscoCXSecurity/ipa_support
Browse files Browse the repository at this point in the history
Improved IPA support, now grabs LDAP and PKI artefacts
  • Loading branch information
timb-machine authored Aug 3, 2021
2 parents baf3733 + ed6f5ac commit 8f8c9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linikatz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f8c9ab

Please sign in to comment.