Networking Forums

Networking Forums > Computer Networking > Linux Networking > connect to a share on an Active Directory Win2K3 DC

Reply
Thread Tools Display Modes

connect to a share on an Active Directory Win2K3 DC

 
 
William B. Cattell
Guest
Posts: n/a

 
      10-11-2004, 05:03 AM
I have a Linux (Mandrake 10.1 / SAMBA 3.0.7) box that has successfully
joined AD but cannot mount a share on the ADC (Win2K3 / AD). I can
authenticate and view the machine fine but trying to mount a hidden share
reults in the error message listed below. I can mount a hidden share on a
Win2KPro machine that's a member of the domain fine.

[wcattell@frodo wcattell]$ smbclient -L //merry -U wcattell
Password:
Domain=[TEXASFLOOD] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]

Sharename Type Comment
--------- ---- -------
FM3 Disk
E$ Disk Default share
IPC$ IPC Remote IPC
D$ Disk Default share
Resources$ Disk "Event logging files"
NETLOGON Disk Logon server share
archives2 Disk
Tunes Disk
ADMIN$ Disk Remote Admin
SYSVOL Disk Logon server share
C$ Disk Default share
MERRY.LOG Disk Exchange message tracking logs
Address Disk "Access to address objects"
Domain=[TEXASFLOOD] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]

Server Comment
--------- -------
BILBO
FRODO Samba Server 3.0.7
MERRY
SAM Samba Server

Workgroup Master
--------- -------
TEXASFLOOD MERRY
[wcattell@frodo wcattell]$


The error when trying to mount...

[wcattell@frodo wcattell]$ su
Password:
[root@frodo wcattell]# mount -t smbfs -o username=wcattell //merry/c$ /mnt/win-c
cli_negprot: SMB signing is mandatory and we have disabled it.
835: protocol negotiation failed
SMB connection failed
[root@frodo wcattell]#
 
Reply With Quote
 
 
 
 
Scott Lowe
Guest
Posts: n/a

 
      10-12-2004, 12:59 AM
On 2004-10-11 01:03:04 -0400, "William B. Cattell"
<(E-Mail Removed)> said:

> The error when trying to mount...
>
> [wcattell@frodo wcattell]$ su
> Password:
> [root@frodo wcattell]# mount -t smbfs -o username=wcattell //merry/c$
> /mnt/win-c
> cli_negprot: SMB signing is mandatory and we have disabled it.
> 835: protocol negotiation failed
> SMB connection failed
> [root@frodo wcattell]#


Looks like you need to disable SMB signing, which is turned on by
default in Windows Server 2003 (this is a change from Windows 2000
Server). You can change this using the Local Security Policy console,
unless the setting is being enforced via Group Policy (in which case
you'll need to edit the Group Policy Object in Active Directory).

I believe the option for SMB signing is called "Digitally sign packets
(always)" and is found under Security Settings > Security Options
(sorry, I don't have a Local Security Policy console in front of me so
I can't verify the exact wording or location).

Hope this helps.

--
Scott Lowe

 
Reply With Quote
 
William B. Cattell
Guest
Posts: n/a

 
      10-12-2004, 05:35 AM
On Mon, 11 Oct 2004 20:59:25 -0400, Scott Lowe wrote:

> On 2004-10-11 01:03:04 -0400, "William B. Cattell"
> <(E-Mail Removed)> said:
>
>> The error when trying to mount...
>>
>> [wcattell@frodo wcattell]$ su
>> Password:
>> [root@frodo wcattell]# mount -t smbfs -o username=wcattell //merry/c$
>> /mnt/win-c
>> cli_negprot: SMB signing is mandatory and we have disabled it.
>> 835: protocol negotiation failed
>> SMB connection failed
>> [root@frodo wcattell]#

>
> Looks like you need to disable SMB signing, which is turned on by
> default in Windows Server 2003 (this is a change from Windows 2000
> Server). You can change this using the Local Security Policy console,
> unless the setting is being enforced via Group Policy (in which case
> you'll need to edit the Group Policy Object in Active Directory).
>
> I believe the option for SMB signing is called "Digitally sign packets
> (always)" and is found under Security Settings > Security Options
> (sorry, I don't have a Local Security Policy console in front of me so
> I can't verify the exact wording or location).
>
> Hope this helps.


Thanks Scott. I was focusing in on the SAMBA side and didn't even think
about GPOs. 'Appreciate the pointer.

Bill

 
Reply With Quote
 
William B. Cattell
Guest
Posts: n/a

 
      10-12-2004, 05:30 PM
On Tue, 12 Oct 2004 05:35:13 +0000, William B. Cattell wrote:

> On Mon, 11 Oct 2004 20:59:25 -0400, Scott Lowe wrote:
>
>> On 2004-10-11 01:03:04 -0400, "William B. Cattell"
>> <(E-Mail Removed)> said:
>>
>>> The error when trying to mount...
>>>
>>> [wcattell@frodo wcattell]$ su
>>> Password:
>>> [root@frodo wcattell]# mount -t smbfs -o username=wcattell //merry/c$
>>> /mnt/win-c
>>> cli_negprot: SMB signing is mandatory and we have disabled it.
>>> 835: protocol negotiation failed
>>> SMB connection failed
>>> [root@frodo wcattell]#

>>
>> Looks like you need to disable SMB signing, which is turned on by
>> default in Windows Server 2003 (this is a change from Windows 2000
>> Server). You can change this using the Local Security Policy console,
>> unless the setting is being enforced via Group Policy (in which case
>> you'll need to edit the Group Policy Object in Active Directory).
>>
>> I believe the option for SMB signing is called "Digitally sign packets
>> (always)" and is found under Security Settings > Security Options
>> (sorry, I don't have a Local Security Policy console in front of me so
>> I can't verify the exact wording or location).
>>
>> Hope this helps.

>
> Thanks Scott. I was focusing in on the SAMBA side and didn't even think
> about GPOs. 'Appreciate the pointer.
>
> Bill


Scott - You "Da Man". That was it. All is working well in Mudville again.

8-)

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting a CentOS 5.3 box to Win2k3 Active Directory John Aldrich Linux Networking 4 03-06-2009 12:31 PM
Cannot connect to NFS share on Solaris box from Win2K3 R2 server andrewk9 Windows Networking 0 06-03-2007 11:04 PM
eap-tls without active directory liolemaire@gmail.com Wireless Internet 2 11-26-2006 07:26 AM
Active Directory and more than 254 IPs Roman Windows Networking 4 11-14-2006 03:14 AM
Unable to Connect (Shared Printers in Active Directory) RNT Postmaster Windows Networking 0 09-24-2004 06:37 PM



1 2 3 4 5 6 7 8 9 10 11