2012-10-03 21:22:09 |
Olly Betts |
bug |
|
|
added bug |
2012-10-03 21:22:09 |
Olly Betts |
attachment added |
|
debdiff for patched precise package https://bugs.launchpad.net/bugs/1061244/+attachment/3369458/+files/samba_3.6.3-2ubuntu2.2-to-3.6.3-2ubuntu2.2%2Bojwb1.debdiff |
|
2012-10-04 00:22:06 |
Ubuntu Foundations Team Bug Bot |
tags |
|
patch |
|
2012-10-04 00:23:03 |
Ubuntu Foundations Team Bug Bot |
bug |
|
|
added subscriber Ubuntu Sponsors Team |
2012-10-05 11:58:17 |
James Page |
samba (Ubuntu): assignee |
|
James Page (james-page) |
|
2012-10-05 18:48:12 |
Launchpad Janitor |
samba (Ubuntu): status |
New |
Fix Released |
|
2012-10-07 21:44:23 |
Olly Betts |
description |
The RAP NetShareEnum command was removed in Windows 2008r2, so "net rpc share allowedusers" no longer works.
Upstream has accepted (and is in the process of applying) a patch to use the equivalent RPC call instead:
https://bugzilla.samba.org/show_bug.cgi?id=8966
I've been running this in production with various versions of samba since at least July 2011, and it seems to work well with both 2008r2 and older versions of Windows. It would be good if other users could benefit from the fix.
I've attached a debdiff of the patched precise package I'm using. |
The RAP NetShareEnum command was removed in Windows 2008r2, so "net rpc share allowedusers" no longer works.
Upstream has accepted and applied a patch to use the equivalent RPC call instead:
https://bugzilla.samba.org/show_bug.cgi?id=8966
I've been running this in production with various versions of samba since at least July 2011, and it seems to work well with both 2008r2 and older versions of Windows. It would be good if other users could benefit from the fix.
I've attached a debdiff of the patched precise package I'm using. |
|
2012-11-03 22:43:47 |
Benjamin Drung |
nominated for series |
|
Ubuntu Precise |
|
2012-11-03 22:43:47 |
Benjamin Drung |
bug task added |
|
samba (Ubuntu Precise) |
|
2012-11-27 14:21:42 |
Dimitri John Ledkov |
removed subscriber Ubuntu Sponsors Team |
|
|
|
2012-11-27 14:26:32 |
Sebastien Bacher |
samba (Ubuntu Precise): status |
New |
Triaged |
|
2012-11-27 14:26:33 |
Sebastien Bacher |
samba (Ubuntu Precise): importance |
Undecided |
Low |
|
2012-11-27 14:26:35 |
Sebastien Bacher |
samba (Ubuntu): importance |
Undecided |
Low |
|
2012-12-18 04:15:32 |
Paul Wise (Debian) |
attachment removed |
debdiff for patched precise package https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1061244/+attachment/3369458/+files/samba_3.6.3-2ubuntu2.2-to-3.6.3-2ubuntu2.2%2Bojwb1.debdiff |
|
|
2012-12-18 04:16:11 |
Paul Wise (Debian) |
attachment added |
|
debdiff for SRU https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1061244/+attachment/3462674/+files/samba_3.6.3-2ubuntu2.3_3.6.3-2ubuntu2.4.debdiff |
|
2012-12-18 04:21:28 |
Paul Wise (Debian) |
description |
The RAP NetShareEnum command was removed in Windows 2008r2, so "net rpc share allowedusers" no longer works.
Upstream has accepted and applied a patch to use the equivalent RPC call instead:
https://bugzilla.samba.org/show_bug.cgi?id=8966
I've been running this in production with various versions of samba since at least July 2011, and it seems to work well with both 2008r2 and older versions of Windows. It would be good if other users could benefit from the fix.
I've attached a debdiff of the patched precise package I'm using. |
[Impact]
The RAP NetShareEnum command was removed in Windows 2008r2, so "net rpc share allowedusers" no longer works.
[Test Case]
Install a Windows 2008r2 or later server and setup a domain and export some shares. Install Ubuntu precise on a machine on the same network and join it to the domain. Then run this command on a machine running Ubuntu precise:
$ net usersidlist | net rpc share allowedusers -U Administrator -S <ipaddr>
Where <ipaddr> is the IP address of the Windows 2008r2 server.
Without the patch, this gives:
Error returning browse list: NT_STATUS_NOT_SUPPORTED
With the patch it shows the shares and which users can view them.
[Regression Potential]
This has been running this in production with various versions of samba since at least July 2011 and it seems to work well with both 2008r2 and older versions of Windows.
Samba upstream have applied the patch to the 3.6 branch, indicating they believe it's a change suitable for a stable release series:
https://bugzilla.samba.org/show_bug.cgi?id=8966
[Other Info]
None. |
|
2012-12-18 04:27:36 |
Paul Wise (Debian) |
attachment removed |
debdiff for SRU https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1061244/+attachment/3462674/+files/samba_3.6.3-2ubuntu2.3_3.6.3-2ubuntu2.4.debdiff |
|
|
2012-12-18 04:28:39 |
Paul Wise (Debian) |
attachment added |
|
debdiff for SRU https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1061244/+attachment/3462675/+files/samba_3.6.3-2ubuntu2.3_3.6.3-2ubuntu2.4.debdiff |
|
2012-12-19 04:11:12 |
Paul Wise (Debian) |
samba (Ubuntu Precise): assignee |
|
Paul Wise (Debian) (pabs) |
|
2012-12-19 04:11:27 |
Paul Wise (Debian) |
bug |
|
|
added subscriber Ubuntu Sponsors Team |
2012-12-19 04:11:36 |
Paul Wise (Debian) |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2012-12-19 04:44:41 |
Olly Betts |
description |
[Impact]
The RAP NetShareEnum command was removed in Windows 2008r2, so "net rpc share allowedusers" no longer works.
[Test Case]
Install a Windows 2008r2 or later server and setup a domain and export some shares. Install Ubuntu precise on a machine on the same network and join it to the domain. Then run this command on a machine running Ubuntu precise:
$ net usersidlist | net rpc share allowedusers -U Administrator -S <ipaddr>
Where <ipaddr> is the IP address of the Windows 2008r2 server.
Without the patch, this gives:
Error returning browse list: NT_STATUS_NOT_SUPPORTED
With the patch it shows the shares and which users can view them.
[Regression Potential]
This has been running this in production with various versions of samba since at least July 2011 and it seems to work well with both 2008r2 and older versions of Windows.
Samba upstream have applied the patch to the 3.6 branch, indicating they believe it's a change suitable for a stable release series:
https://bugzilla.samba.org/show_bug.cgi?id=8966
[Other Info]
None. |
[Impact]
The RAP NetShareEnum command was removed in Windows 2008r2, so "net rpc share allowedusers" no longer works.
[Test Case]
Install a Windows 2008r2 or later server and setup a domain and export some shares. Install Ubuntu precise on a machine on the same network and join it to the domain. Then run this command on a machine running Ubuntu precise:
$ net usersidlist | net rpc share allowedusers -U Administrator -S <ipaddr>
Where <ipaddr> is the IP address of the Windows 2008r2 server.
Without the patch, this gives:
Error returning browse list: NT_STATUS_NOT_SUPPORTED
With the patch it shows the shares and which users can view them.
[Regression Potential]
This has been running in production with various versions of samba since at least July 2011 and it seems to work well with both 2008r2 and older versions of Windows.
Samba upstream have applied the patch to the 3.6 branch, indicating they believe it's a change suitable for a stable release series:
https://bugzilla.samba.org/show_bug.cgi?id=8966
[Other Info]
None. |
|
2013-01-23 14:19:32 |
Marc Deslauriers |
removed subscriber Ubuntu Sponsors Team |
|
|
|
2013-02-12 10:51:12 |
Sebastien Bacher |
samba (Ubuntu Precise): status |
Triaged |
Fix Committed |
|
2013-03-07 22:28:16 |
Dave Walker |
bug |
|
|
added subscriber SRU Verification |
2013-03-07 22:28:23 |
Dave Walker |
tags |
patch |
patch verification-needed |
|
2013-03-13 10:20:31 |
Miklos Juhasz |
tags |
patch verification-needed |
patch verification-done |
|
2013-03-18 03:53:51 |
Scott Kitterman |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2013-03-18 03:54:26 |
Launchpad Janitor |
samba (Ubuntu Precise): status |
Fix Committed |
Fix Released |
|