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

2009-07-16 Thread Thierry Carrez
By Winbind has lost LDAP support you mean it used to work with
previous Ubuntu versions ? Trying to figure if it's a regression or a
feature request.

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-07-16 Thread Thierry Carrez
By Winbind has lost LDAP support you mean it used to work with
previous Ubuntu versions ? Trying to figure if it's a regression or a
feature request.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-07-16 Thread Aaron J. Zirbes
I guess I've only gotten it running on Redhat, OpenSUSE, and FreeBSD hosts.  It 
may have never 
worked in debian/ubuntu builds.

--
Aaron

Thierry Carrez wrote:
 By Winbind has lost LDAP support you mean it used to work with
 previous Ubuntu versions ? Trying to figure if it's a regression or a
 feature request.


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-07-10 Thread Aaron J. Zirbes
My version of samba is 2:3.3.2-1ubuntu3 on Ubuntu Server 9.04

I did an SVN checkout of the debian samba package, and the problem is
there as well.

I'm not sure where to post my fix to get this pushed upstream to the
debian package, but the diffs above fix it.

Should I report this bug via debian?   I could install a debian system,
and run reportbug if needed.

** Changed in: samba (Ubuntu)
   Status: In Progress = Confirmed

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-07-10 Thread Aaron J. Zirbes
My version of samba is 2:3.3.2-1ubuntu3 on Ubuntu Server 9.04

I did an SVN checkout of the debian samba package, and the problem is
there as well.

I'm not sure where to post my fix to get this pushed upstream to the
debian package, but the diffs above fix it.

Should I report this bug via debian?   I could install a debian system,
and run reportbug if needed.

** Changed in: samba (Ubuntu)
   Status: In Progress = Confirmed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-07-09 Thread Chuck Short
Hi,

Thanks for the bug report, which version of samba are you using?

Thanks
chuck

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-07-09 Thread Aaron J. Zirbes
** Changed in: samba (Ubuntu)
   Status: Incomplete = In Progress

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-07-09 Thread Chuck Short
Hi,

Thanks for the bug report, which version of samba are you using?

Thanks
chuck

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-07-09 Thread Aaron J. Zirbes
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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-07-09 Thread Aaron J. Zirbes
** Changed in: samba (Ubuntu)
   Status: Incomplete = In Progress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs