summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2015-11-04 17:50:15 +0200
committerJeremy Allison <jra@samba.org>2015-11-06 07:33:27 +0100
commit21d0082169bb61417aa7a564050f930808764ac8 (patch)
tree9ee29c9cc8c3987815a8f8b172351e22e26b813a
parentc6ae462a020648c851fe6f6724ae9cf32c9d0ab8 (diff)
downloadsamba-21d0082169bb61417aa7a564050f930808764ac8.tar.gz
source3/wscript: remove pam_smbpass option as it was removed
pam_smbpass module was removed in 3c00e8d76a2ef6194a8ce522c15853e5b8e9262b but corresponding configure option wasn't removed. Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/wscript b/source3/wscript
index 092d8fa5c70..4b65d8852bc 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -42,7 +42,6 @@ def set_options(opt):
opt.SAMBA3_ADD_OPTION('cups', with_name="enable", without_name="disable")
opt.SAMBA3_ADD_OPTION('iprint', with_name="enable", without_name="disable")
opt.SAMBA3_ADD_OPTION('pam')
- opt.SAMBA3_ADD_OPTION('pam_smbpass')
opt.SAMBA3_ADD_OPTION('quotas')
opt.SAMBA3_ADD_OPTION('sendfile-support')
opt.SAMBA3_ADD_OPTION('utmp')
@@ -966,9 +965,6 @@ int i; i = PAM_RADIO_TYPE;
conf.DEFINE('WITH_PAM', 1)
conf.DEFINE('WITH_PAM_MODULES', 1)
- if Options.options.with_pam_smbpass:
- conf.env.with_pam_smbpass = True
-
seteuid = False
#