From 265a74b9834cfe8a9d25ce1cf4d4db509f9a44f2 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 11 Feb 2014 21:31:42 +0100 Subject: Kbuild: move CONFIG_PAM to general configuration Currently CONFIG_PAM depends on CONFIG_LOGIN, but is used by the httpd applet too. This patch moves said option to general configuration, thus allowing to compile httpd with PAM support independently from login. Signed-off-by: Bartosz Golaszewski Signed-off-by: Denys Vlasenko --- loginutils/Config.src | 7 ------- 1 file changed, 7 deletions(-) (limited to 'loginutils') diff --git a/loginutils/Config.src b/loginutils/Config.src index b78d7c38e..fa2b4f8c0 100644 --- a/loginutils/Config.src +++ b/loginutils/Config.src @@ -223,13 +223,6 @@ config LOGIN_SESSION_AS_CHILD almost always would want this to be set to Y, else PAM session will not be cleaned up. -config PAM - bool "Support for PAM (Pluggable Authentication Modules)" - default n - depends on LOGIN - help - Use PAM in login(1) instead of direct access to password database. - config LOGIN_SCRIPTS bool "Support for login scripts" depends on LOGIN -- cgit v1.2.3