[Pkg-samba-maint] r2223 - branches/samba/experimental/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sat Dec 6 12:36:07 UTC 2008
Author: bubulle
Date: 2008-12-06 12:36:06 +0000 (Sat, 06 Dec 2008)
New Revision: 2223
Modified:
branches/samba/experimental/debian/changelog
branches/samba/experimental/debian/rules
branches/samba/experimental/debian/winbind.files
Log:
Provide idmap_adex and idmap_hash in winbind.
Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog 2008-12-06 07:40:14 UTC (rev 2222)
+++ branches/samba/experimental/debian/changelog 2008-12-06 12:36:06 UTC (rev 2223)
@@ -1,3 +1,10 @@
+samba (2:3.3.0~rc1-2) experimental; urgency=low
+
+ * Provide idmap_adex and idmap_hash in winbind.
+ Thanks to Jelmer Jaarsma for reporting and providing a patch
+
+ -- Christian Perrier <bubulle at debian.org> Thu, 04 Dec 2008 19:59:23 +0100
+
samba (2:3.3.0~rc1-1) experimental; urgency=low
* New upstream release
Modified: branches/samba/experimental/debian/rules
===================================================================
--- branches/samba/experimental/debian/rules 2008-12-06 07:40:14 UTC (rev 2222)
+++ branches/samba/experimental/debian/rules 2008-12-06 12:36:06 UTC (rev 2223)
@@ -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 \
Modified: branches/samba/experimental/debian/winbind.files
===================================================================
--- branches/samba/experimental/debian/winbind.files 2008-12-06 07:40:14 UTC (rev 2222)
+++ branches/samba/experimental/debian/winbind.files 2008-12-06 12:36:06 UTC (rev 2223)
@@ -3,6 +3,8 @@
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/share/man/man1/wbinfo.1
usr/share/man/man1/ntlm_auth.1
usr/share/man/man7/pam_winbind.7
@@ -12,6 +14,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