summaryrefslogtreecommitdiffstats
path: root/src/plugins/localauth/test/deps
Commit message (Collapse)AuthorAgeFilesLines
* make dependGreg Hudson2013-03-241-3/+3
|
* Remove stray include in localauth_plugin.hGreg Hudson2013-03-111-15/+6
| | | | | This unnecessary include was causing build failures on some systems by making libkrb5 sources depend on gssapi.h.
* Add tests for localauth interfaceGreg Hudson2013-03-091-0/+23
Create a test module, program, and script to exercise the krb5_aname_to_localname and krb5_k5userok functions as well as the localauth pluggable interface. ticket: 7583