xref: /OK3568_Linux_fs/buildroot/package/pamtester/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PAMTESTER
2	bool "pamtester"
3	depends on BR2_PACKAGE_LINUX_PAM
4	help
5	  A tiny utility for testing pluggable authentication modules
6	  (PAM) facility. While specifically designed to help PAM module
7	  authors to test their modules, that might also be handy for
8	  system administrators interested in building a centralised
9	  authentication system using common standards such as NIS, SASL
10	  and LDAP.
11
12	  http://pamtester.sourceforge.net/
13
14comment "pamtester depends on linux-pam"
15	depends on !BR2_PACKAGE_LINUX_PAM
16