1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

packaging(RHEL-CTDB): Add idmap_rfc2307 module

Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Christof Schmitt 2013-02-21 12:33:19 -07:00 committed by Andrew Bartlett
parent b75515248a
commit 8241dafdb8

View File

@ -24,7 +24,7 @@ else
CC="gcc"
fi
shared_modules="idmap_rid,idmap_ad,idmap_tdb2"
shared_modules="idmap_rid,idmap_ad,idmap_tdb2,idmap_rfc2307"
if test "x$BUILD_GPFS" != "xno"; then
shared_modules="${shared_modules},vfs_gpfs,vfs_tsmsm"