summaryrefslogtreecommitdiffstats
path: root/src/tests/t_dump.py
Commit message (Collapse)AuthorAgeFilesLines
* Add kadmin support for principals without keysGreg Hudson2013-07-151-0/+3
| | | | | | | | | Add kadmin support for "addprinc -nokey", which creates a principal with no keys, and "purgekeys -all", which deletes all keys from a principal. The KDC was modified by #7630 to support principals without keys. ticket: 7679 (new)
* Add more tests for dump and loadGreg Hudson2013-02-041-0/+101
Move the existing dump/load tests from t_general.py to a new script t_dump.py. Add additional tests using pre-created dumpfiles, to exercise the -r18, -r13, -b7, and -ov formats. bigredbutton: whitespace