Skip to content

Commit

Permalink
Set max_renewable_life to 1 week for the MIT KDC
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Kieß <steffen.kiess@cis.iti.uni-stuttgart.de>
  • Loading branch information
Steffen Kieß authored and jborean93 committed Mar 18, 2024
1 parent aa9cf87 commit b865a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k5test/realm.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ def _kdc_conf(self):
"kdc_ports": "$port0",
"kdc_tcp_ports": "$port0",
"database_name": "$tmpdir/db",
"max_renewable_life": "7d",
}
},
"dbmodules": {
Expand Down

0 comments on commit b865a9f

Please sign in to comment.