Comment 2 for bug 397203

Revision history for this message
Aaron J. Zirbes (ajz) wrote : Re: ldap.so missing from package

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