Skip to content

Commit

Permalink
psush
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Jan 12, 2024
1 parent 285796b commit 52a4c66
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pamtester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- run: sudo chown testuser /tmp/source
- run: sudo pamtester -v krb5_cc_move testuser open_session
- run: journalctl -n 100
- run: klist -f /tmp/destination
- run: sudo -u test klist -f /tmp/destination
25 changes: 25 additions & 0 deletions pamtester/krb5.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This file is managed by Puppet. DO NOT EDIT.
includedir /etc/krb5.conf.d

[libdefaults]
default_realm = CERN.CH
default_ccache_name = KCM:
default_tkt_enctypes = aes256-cts-hmac-sha1-96 aes256-cts-hmac-sha384-192 aes128-cts-hmac-sha1-96 aes128-cts-hmac-sha256-128
allow_weak_crypto = true
dns_canonicalize_hostname = true
ticket_lifetime = 25h
renew_lifetime = 120h
forwardable = true
proxiable = true
rdns = false

[realms]
CERN.CH = {
default_domain = cern.ch
admin_server = cerndc.cern.ch
kdc = cerndc.cern.ch
}

[domain_realm]
CERN.CH = .cern.ch

0 comments on commit 52a4c66

Please sign in to comment.