buildroot/package/libpam-tacplus/Config.in
Giovanni Zantedeschi 8b2990217e libpam-tacplus: new package
[Thomas:
  - change the inclusion location in package/Config.in to be with the
    other linux-pam plugins.
  - fix indentation of the Config.in file.
  - fix build of the package when a toolchain without SSP support is
    used.
  - fix installation location of the PAM module: it was installed in
    /usr/lib/security, while all other PAM modules are in
    /lib/security.
  - adjust the ordering of the variables in the .mk file to be a bit
    more logical.
  - remove passing of $(TARGET_CONFIGURE_OPTS) in <pkg>_CONF_ENV as it
    is not needed: it is already done by the autotools-package
    infrastructure.]

Signed-off-by: Giovanni Zantedeschi <giovanni.zantedeschi@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-28 11:22:45 +02:00

10 lines
338 B
Plaintext

config BR2_PACKAGE_LIBPAM_TACPLUS
bool "libpam-tacplus"
help
TACACS+ protocol client library and PAM module in C. This
PAM module support authentication, authorization (account
management) and accounting (session management)performed
using TACACS+ protocol designed by Cisco.
https://github.com/jeroennijhof/pam_tacplus