diff options
| -rw-r--r-- | packaging/RHEL/samba.spec.tmpl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl index 94794ccfd0..d5e549bb2c 100644 --- a/packaging/RHEL/samba.spec.tmpl +++ b/packaging/RHEL/samba.spec.tmpl @@ -157,7 +157,7 @@ CC="$CC" CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \          --without-smbwrapper \  	--with-pam \  	--with-quotas \ -	--with-shared-modules=idmap_rid,idmap_ad \ +	--with-shared-modules=idmap_rid,idmap_ad,idmap_hash,idmap_adex \  	--with-syslog \  	--with-utmp \  	--with-dnsupdate  | 
