about summary refs log tree commit diff
path: root/nixos/tests/kerberos
AgeCommit message (Collapse)AuthorFilesLines
2019-11-23nixos/kerberos: port tests to pythonKai Wohlfahrt2-41/+26
2019-01-11nixos/tests/kerberos: fix evaluationPiotr Bogdan1-3/+5
2018-12-11kerberos: move user binaries to default outputKai Wohlfahrt1-1/+0
The intention of the previous change was to move krb5-config to .dev (it gives the locations of headers), but it grabbed all of the user-facing binaries too. This puts them back.
2018-12-11kerberos: explicitly install krb5Full.dev for testsKai Wohlfahrt1-0/+1
This contains all of the user binaries as of 13e6a5c.
2018-12-11kerberos-server: add kerberos optionKai Wohlfahrt3-0/+103
Allow switching out kerberos server implementation. Sharing config is probably sensible, but implementation is different enough to be worth splitting into two files. Not sure this is the correct way to split an implementation, but it works for now. Uses the switch from config.krb5 to select implementation.