[Pkg-samba-maint] enable idmap_adex and idmap_hash in experimental

Jelmer Jaarsma Jelmer.Jaarsma at sara.nl
Wed Dec 3 14:29:53 UTC 2008


> -----Original Message-----
> From: Christian Perrier [mailto:bubulle at debian.org]
> Sent: dinsdag 2 december 2008 21:16
> To: Jelmer Jaarsma
> Cc: Pkg-samba-maint at lists.alioth.debian.org
> Subject: Re: [Pkg-samba-maint] enable idmap_adex and idmap_hash in
> experimental
> 
> Quoting Jelmer Jaarsma (jelmer.jaarsma at sara.nl):
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Hey guys,
> >
> > Would it be possible to upload a build of Samba 3.3rc1 with the
> > idmap_adex and idmap_hash backends enabled? It would ease the testing
> > of those backends.
> 
> 
> At first glance, they're not built by our default build options. So I
> need to figure out what mysterious configure option is needed to have
> them built...:)

Oh I'm sorry, I could've send you a diff from the start.
This diff also fixes the Winbind packaging error reported in Debian bug 506109
Regards,

Jelmer Jaarsma



diff -uN ../debian/rules debian/rules
--- ../debian/rules     2008-12-03 13:04:29.000000000 +0100
+++ debian/rules        2008-12-03 13:04:58.000000000 +0100
@@ -48,7 +48,7 @@
                --with-pam_smbpass \
                --with-libsmbclient \
                --with-winbind \
-               --with-shared-modules=idmap_rid,idmap_ad \
+               --with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash \
                --with-automount \
                --with-ldap \
                --with-ads \
diff -uN ../debian/winbind.dirs debian/winbind.dirs
--- ../debian/winbind.dirs      1970-01-01 01:00:00.000000000 +0100
+++ debian/winbind.dirs 2008-12-03 13:05:30.000000000 +0100
@@ -0,0 +1 @@
+usr/lib/samba/nss_info
diff -uN ../debian/winbind.files debian/winbind.files
--- ../debian/winbind.files     2008-12-03 13:04:29.000000000 +0100
+++ debian/winbind.files        2008-12-03 13:09:28.000000000 +0100
@@ -3,6 +3,9 @@
 usr/bin/ntlm_auth
 usr/lib/samba/idmap/rid.so
 usr/lib/samba/idmap/ad.so
+usr/lib/samba/idmap/adex.so
+usr/lib/samba/idmap/hash.so
+usr/lib/samba/nss_info/*.so
 usr/share/man/man1/wbinfo.1
 usr/share/man/man1/ntlm_auth.1
 usr/share/man/man7/pam_winbind.7
@@ -12,6 +15,8 @@
 usr/share/man/man8/idmap_nss.8
 usr/share/man/man8/idmap_rid.8
 usr/share/man/man8/idmap_tdb.8
+usr/share/man/man8/idmap_adex.8
+usr/share/man/man8/idmap_hash.8
 lib/security/pam_winbind.so
 lib/libnss_winbind.so.2
 lib/libnss_wins.so.2



More information about the Pkg-samba-maint mailing list