aboutsummaryrefslogtreecommitdiff
path: root/tests/etc
AgeCommit message (Collapse)AuthorFilesLines
2016-02-03tests: Fix running ssh-agentAndreas Schneider1-2/+3
ssh-agent needs to be executed as the local user and not a fake user or we will not be able to add identies. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2016-02-03tests: Use different uids and gids for testingAndreas Schneider2-3/+3
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2016-01-14tests: Turn on PAM support in sshd with pam_wrapperAndreas Schneider2-0/+6
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2016-01-14cmake: Configure nss_wrapper and uid_wrapperAndreas Schneider4-0/+14
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>