fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
431 B
Text
6 lines
431 B
Text
This tool allows you to either test your PAM application or module. For testing
|
|
PAM applications we have written a simple PAM module called pam_matrix
|
|
(see below). If you plan to test a PAM module you can use the pamtest library
|
|
we have implemented. It simplifies testing of modules. You can be combine it
|
|
with the cmocka unit testing framework or you can use the provided Python
|
|
bindings to write tests for your module in Python.
|