diff options
author | Alexander Bokovoy <ab@samba.org> | 2015-11-04 17:58:42 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-11-06 07:33:27 +0100 |
commit | 278c257b6897ac507027781cdbea8201afeef543 (patch) | |
tree | 0e3bcd980583ef736dfffa48a33f1950d1082b5a /packaging/RHEL-CTDB/configure.rpm | |
parent | 21d0082169bb61417aa7a564050f930808764ac8 (diff) | |
download | samba-278c257b6897ac507027781cdbea8201afeef543.tar.gz |
spec files: remove pam_smbpass
Remove remaining pam_smbpass options from RHEL spec file templates.
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'packaging/RHEL-CTDB/configure.rpm')
-rwxr-xr-x | packaging/RHEL-CTDB/configure.rpm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm index 62a326c1dea..c36d4bdf285 100755 --- a/packaging/RHEL-CTDB/configure.rpm +++ b/packaging/RHEL-CTDB/configure.rpm @@ -51,7 +51,6 @@ CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE -O3" ./configure -C \ --with-ads \ --with-automount \ --enable-fhs \ - --with-pam_smbpass \ --with-libsmbclient \ --without-smbwrapper \ --with-pam \ |