[Bug 668368] Re: Default [homes] share template uses incorrect %S macro.

2010-10-29 Thread Adam Buchbinder

** Patch added: "Patch against debian/smb.conf."
   
https://bugs.edge.launchpad.net/bugs/668368/+attachment/1715704/+files/valid-users.diff

-- 
Default [homes] share template uses incorrect %S macro.
https://bugs.launchpad.net/bugs/668368
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 668368] [NEW] Default [homes] share template uses incorrect %S macro.

2010-10-29 Thread Adam Buchbinder
Public bug reported:

Binary package hint: samba

The default smb.conf suggests a rather unhelpful default for the 'valid
users' option in the [homes] section. It's commented out by default, but
uncommenting the template leads to some unexpected behavior.

(See https://bugzilla.samba.org/show_bug.cgi?id=7766 for some more
background; that's a related problem which exists upstream.)

The suggestion is to use %S as a parameter ("valid users = %S"); back
around 2005, this expanded to the username, meaning that this setting
enforced that users could only log into their own home share, as
described. Now, however, it expands to the current service name, which
is very unlikely to match the username. The configuration incorrectly
states that %S expands to the username, which is no longer true. Using
the default configuration leads to confusing failures; the proper
setting here is to have "valid users = %U" as the default, since %U
expands to the name of the current user, according to the smb.conf(5)
manpage.

This is present in samba 2:3.4.7~dfsg-1ubuntu3.2 on Lucid, at least. It
was, according to debian/changelog, added in 3.0.22-1ubuntu3, and is
still present in debian/smb.conf in the current version, 2:3.5.4~dfsg-
1ubuntu8, in Maverick. The attached patch against debian/smb.conf from
the version in Maverick fixes the issue.

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Default [homes] share template uses incorrect %S macro.
https://bugs.launchpad.net/bugs/668368
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 530714] Re: Can't sftp to directories with brackets in the name.

2010-03-02 Thread Adam Buchbinder

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/39961002/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/39961003/XsessionErrors.txt

-- 
Can't sftp to directories with brackets in the name.
https://bugs.launchpad.net/bugs/530714
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 530714] [NEW] Can't sftp to directories with brackets in the name.

2010-03-02 Thread Adam Buchbinder
Public bug reported:

Over sftp, I can navigate into directories with brackets in the name,
but I can't do anything once I'm there. The suggestions in bug 267980
don't fix this, because I can't escape the directory name when I'm not
even writing it in the 'ls' command.

To replicate:

/tmp$ mkdir \[test\]
/tmp$ sftp localhost
Connecting to localhost...
sftp> cd /tmp
sftp> cd \[test\]
sftp> ls
Can't ls: "/tmp/[test]" not found
sftp> pwd
Remote working directory: /tmp/[test]

ProblemType: Bug
Architecture: i386
Date: Tue Mar  2 09:29:46 2010
DistroRelease: Ubuntu 9.10
Package: openssh-client 1:5.1p1-6ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: openssh
Uname: Linux 2.6.31-19-generic i686

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Can't sftp to directories with brackets in the name.
https://bugs.launchpad.net/bugs/530714
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 209687] Re: setuid bit missing on check_icmp

2009-10-14 Thread Adam Buchbinder
It's this way on purpose (also for check_dhcp). See /usr/share/doc
/nagios-plugins/README.Debian. If you want to be able to run these
checks, you can set the proper permissions override, as described in the
readme, using dpkg-statoverride. The plugins are shipped as a safe
default so as not to install an SUID-root binary unless the
administrator explicitly enables it.

** Changed in: nagios-plugins (Ubuntu)
   Status: Confirmed => Invalid

-- 
setuid bit missing on check_icmp
https://bugs.launchpad.net/bugs/209687
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 370415] Re: libnss_wins always performs a broadcast lookup.

2009-05-01 Thread Adam Buchbinder

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26219411/Dependencies.txt

-- 
libnss_wins always performs a broadcast lookup.
https://bugs.launchpad.net/bugs/370415
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 370415] [NEW] libnss_wins always performs a broadcast lookup.

2009-05-01 Thread Adam Buchbinder
Public bug reported:

Binary package hint: samba

I'm trying to get my workstation to use our Windows NT4 domain lookups,
though I don't want to join the domain. To this end, I'm setting up WINS
lookups.

I have the "wins server" set to my WINS server's IP address in
/etc/samba/smb.conf, as well as "name resolve order = wins". I've added
WINS to the name services

$ grep wins /etc/nsswitch.conf 
hosts:  files mdns4_minimal [NOTFOUND=return] wins dns mdns4

The idea is that names should be checked against the WINS server first,
and if that fails, they should be tried against DNS. However, all DNS
lookups are now noticeably slow (around 0.8 seconds), since it's
performing a broadcast search, which I can see in Wireshark: on a
successful query, it checks the given WINS server. On an unsuccessful
query, it checks the given WINS server, then sends three packets to the
network broadcast address.

libnss_wins should respect the settings in smb.conf (since it *is*
reading that file to get the WINS server address), and give up without
trying time-consuming broadcasts.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: winbind 2:3.3.2-1ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: samba
Uname: Linux 2.6.28-11-generic i686

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
libnss_wins always performs a broadcast lookup.
https://bugs.launchpad.net/bugs/370415
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 241448] Re: Playing from Samba SMB shared folder now is not possible (it could be done until last upgrade).

2008-07-01 Thread Adam Buchbinder
** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=5517
   Importance: Unknown
   Status: Unknown

-- 
Playing from Samba SMB shared folder now is not possible (it could be done 
until last upgrade).
https://bugs.launchpad.net/bugs/241448
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 210175] Re: [openssh] [CVE-2008-1483] allows local users to hijack forwarded X connections

2008-04-02 Thread Adam Buchbinder
** Bug watch added: Debian Bug tracker #463011
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463011

** Also affects: openssh (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463011
   Importance: Unknown
   Status: Unknown

** Bug watch added: Mandriva Linux #39377
   http://qa.mandriva.com/show_bug.cgi?id=39377

** Also affects: openssh (Mandriva) via
   http://qa.mandriva.com/show_bug.cgi?id=39377
   Importance: Unknown
   Status: Unknown

** Bug watch added: Gentoo Bugzilla #214985
   http://bugs.gentoo.org/show_bug.cgi?id=214985

** Also affects: openssh (Gentoo Linux) via
   http://bugs.gentoo.org/show_bug.cgi?id=214985
   Importance: Unknown
   Status: Unknown

-- 
[openssh] [CVE-2008-1483] allows local users to hijack forwarded X connections
https://bugs.launchpad.net/bugs/210175
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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