Skip to content

Commit b865a9f

Browse files
steffen-kiessjborean93
authored andcommitted
Set max_renewable_life to 1 week for the MIT KDC
Signed-off-by: Steffen Kieß <[email protected]>
1 parent aa9cf87 commit b865a9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

k5test/realm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ def _kdc_conf(self):
499499
"kdc_ports": "$port0",
500500
"kdc_tcp_ports": "$port0",
501501
"database_name": "$tmpdir/db",
502+
"max_renewable_life": "7d",
502503
}
503504
},
504505
"dbmodules": {

0 commit comments

Comments
 (0)