[Bug 397203] Re: ldap.so missing from package

Aaron J. Zirbes ajz at umn.edu
Thu Jul 9 15:50:41 BST 2009


I was unable to do and svn commit to the samba package on alioth yet,
but here's the fix:

svn diff debian/rules
Index: rules
===================================================================
--- rules	(revision 2940)
+++ rules	(working copy)
@@ -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_ldap,idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_tdb2 \
 		--with-automount \
 		--with-ldap \
 		--with-ads \

svn diff debian/winbind.files 
Index: winbind.files
===================================================================
--- winbind.files	(revision 2940)
+++ winbind.files	(working copy)
@@ -6,6 +6,7 @@
 usr/lib/samba/idmap/adex.so
 usr/lib/samba/idmap/hash.so
 usr/lib/samba/idmap/tdb2.so
+usr/lib/samba/idmap/ldap.so
 usr/share/man/man1/wbinfo.1
 usr/share/man/man1/ntlm_auth.1
 usr/share/man/man8/pam_winbind.8

-- 
ldap.so missing from package
https://bugs.launchpad.net/bugs/397203
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.



More information about the Ubuntu-server-bugs mailing list