rjancewicz / python-kadmin

Python module for kerberos admin (kadm5)
MIT License
35 stars 40 forks source link

Max ticket life and renewable life are printing as negative values #45

Closed ehashman closed 8 years ago

ehashman commented 8 years ago

Presumably this is because the delta is being calculated backwards, per https://github.com/russjancewicz/python-kadmin/blob/cc1fd8979ad5901669fde6057e01f4a62bc3b1f9/src/PyKAdminPrincipalObject.c#L146 (argument order should be swapped)