Skip to content

Commit

Permalink
test without debug
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Jan 23, 2024
1 parent 40432df commit e01b866
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pamtester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,21 @@ jobs:
- run: journalctl -n 50
- run: ls -l /tmp/destination
- run: sudo -u testuser klist -f /tmp/destination
pamtester_debug:
runs-on: ubuntu-latest
steps:
- run: sudo apt install pamtester gcc make libpam-dev libkrb5-dev krb5-user krb5-k5tls
- uses: actions/checkout@v4
- run: make
- run: sudo make install INSTALLDIR=/usr/lib/x86_64-linux-gnu/security
- run: sudo cp pamtester/krb5_cc_move_debug /etc/pam.d/krb5_cc_move
- run: cp pamtester/expired_kerberos_token /tmp/source
- run: klist -f /tmp/source
- run: sudo adduser testuser
- run: sudo chown testuser /tmp/source
- run: sudo pamtester -v krb5_cc_move testuser open_session
- run: journalctl -n 50
- run: ls -l /tmp/destination
- run: sudo -u testuser klist -f /tmp/destination


21 changes: 0 additions & 21 deletions .github/workflows/pamtester_debug.yml

This file was deleted.

0 comments on commit e01b866

Please sign in to comment.