[Pkg-samba-maint] r2948 - trunk/samba/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sat Jul 18 01:21:40 UTC 2009


tags 536786 pending
thanks

Author: vorlon
Date: 2009-07-18 01:21:39 +0000 (Sat, 18 Jul 2009)
New Revision: 2948

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
   trunk/samba/debian/winbind.files
Log:
Enable the ldap idmap module; thanks to Aaron J. Zirbes.  Closes: #536786.

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2009-07-17 21:05:58 UTC (rev 2947)
+++ trunk/samba/debian/changelog	2009-07-18 01:21:39 UTC (rev 2948)
@@ -3,6 +3,9 @@
   [ Debconf translations ]
   * German. Closes: #536433
 
+  [ Steve Langasek ]
+  * Enable the ldap idmap module; thanks to Aaron J. Zirbes.  Closes: #536786.
+
  -- Christian Perrier <bubulle at debian.org>  Sat, 11 Jul 2009 13:34:32 +0200
 
 samba (2:3.4.0-1) unstable; urgency=low

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2009-07-17 21:05:58 UTC (rev 2947)
+++ trunk/samba/debian/rules	2009-07-18 01:21:39 UTC (rev 2948)
@@ -48,7 +48,7 @@
 		--with-pam_smbpass \
 		--with-libsmbclient \
 		--with-winbind \
-		--with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_tdb2 \
+		--with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_tdb2 \
 		--with-automount \
 		--with-ldap \
 		--with-ads \

Modified: trunk/samba/debian/winbind.files
===================================================================
--- trunk/samba/debian/winbind.files	2009-07-17 21:05:58 UTC (rev 2947)
+++ trunk/samba/debian/winbind.files	2009-07-18 01:21:39 UTC (rev 2948)
@@ -5,6 +5,7 @@
 usr/lib/samba/idmap/ad.so
 usr/lib/samba/idmap/adex.so
 usr/lib/samba/idmap/hash.so
+usr/lib/samba/idmap/ldap.so
 usr/lib/samba/idmap/tdb2.so
 usr/share/man/man1/wbinfo.1
 usr/share/man/man1/ntlm_auth.1




More information about the Pkg-samba-maint mailing list