|
@@ -39,6 +39,16 @@ config BR2_PACKAGE_LIGHTTPD_KRB5
|
|
|
help
|
|
|
Enable Kerberos5 support for lighttpd mod_auth.
|
|
|
|
|
|
+config BR2_PACKAGE_LIGHTTPD_LDAP
|
|
|
+ bool "ldap support"
|
|
|
+ depends on BR2_USE_WCHAR # openldap
|
|
|
+ select BR2_PACKAGE_OPENLDAP
|
|
|
+ help
|
|
|
+ Enable LDAP support for lighttpd mod_auth mod_vhostdb_ldap.
|
|
|
+
|
|
|
+comment "ldap support needs a toolchain w/ wchar"
|
|
|
+ depends on !BR2_USE_WCHAR
|
|
|
+
|
|
|
config BR2_PACKAGE_LIGHTTPD_LUA
|
|
|
bool "lua support"
|
|
|
depends on BR2_PACKAGE_LUA
|