diff options
author | Günther Deschner <gd@samba.org> | 2011-03-17 14:07:50 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-17 14:52:33 +0100 |
commit | 1413af95fc1512adb62e4295b029d9248d94683d (patch) | |
tree | 97b33dc06b03e5aab0bfcc4c7a500a6588621bc2 | |
parent | 7bc381bdc57681b0822f3af22945b8bec3941ce7 (diff) | |
download | samba-1413af95fc1512adb62e4295b029d9248d94683d.tar.gz samba-1413af95fc1512adb62e4295b029d9248d94683d.tar.bz2 samba-1413af95fc1512adb62e4295b029d9248d94683d.zip |
s3-waf: add --with-pam_smbpass configure option.
We build pam_smbpass independent from this configure option though.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Mar 17 14:52:33 CET 2011 on sn-devel-104
-rw-r--r-- | source3/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index 1df8a4ec03..c9ee92817a 100644 --- a/source3/wscript +++ b/source3/wscript @@ -46,6 +46,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('iprint', with_name="enable", without_name="disable") opt.SAMBA3_ADD_OPTION('merged-build', 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('sys-quotas') opt.SAMBA3_ADD_OPTION('sendfile-support') |