btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / nss-pam-ldapd / Config.in
blob233f21365c37deb13836017891bdc8abbddb234a
1 config BR2_PACKAGE_NSS_PAM_LDAPD
2         bool "nss-pam-ldapd"
3         depends on BR2_TOOLCHAIN_USES_GLIBC
4         select BR2_PACKAGE_OPENLDAP
5         help
6           Name Service Switch (NSS) module that allows your LDAP
7           server to provide user account, group, host name, alias,
8           netgroup, and basically any other information that you would
9           normally get from /etc flat files or NIS. It also provides a
10           Pluggable Authentication Module (PAM) to do authentication
11           to an LDAP server.
13           http://arthurdejong.org/nss-pam-ldapd/
15 if BR2_PACKAGE_NSS_PAM_LDAPD
17 config BR2_PACKAGE_NSS_PAM_LDAPD_UTILITIES
18         bool "nss-pam-ldapd utilities"
19         help
20           Build/Install command-line utilities.
22 endif
24 comment "nss-pam-ldapd needs a glibc toolchain"
25         depends on !BR2_TOOLCHAIN_USES_GLIBC