Networking Forums

Networking Forums > Computer Networking > Linux Networking > Samba Login issue

Reply
Thread Tools Display Modes

Samba Login issue

 
 
Doug Holtz
Guest
Posts: n/a

 
      09-28-2005, 01:36 PM
Group;

I have a RedHat 7.3 server running samba 2.2.12-0.73.7.legacy. When I
config smb.conf for a workgroup my Windows XP pc can log on to the shares
*if* I logon to the XP machine as a local workgroup machine.

If I log on to the XP machine in the domain my samba server won't authorize
me. I changed smb.conf to replace the workgroup name with the domain name
but it still fails to log me on. (I restart smb.)

What am I missing?

Thanks

Doug


 
Reply With Quote
 
 
 
 
Rolf Arne Schulze
Guest
Posts: n/a

 
      09-28-2005, 02:09 PM
On Wed, 28 Sep 2005 13:36:14 GMT, Doug Holtz wrote:
> Group;
>
> I have a RedHat 7.3 server running samba 2.2.12-0.73.7.legacy. When I
> config smb.conf for a workgroup my Windows XP pc can log on to the shares
> *if* I logon to the XP machine as a local workgroup machine.
>
> If I log on to the XP machine in the domain my samba server won't authorize
> me. I changed smb.conf to replace the workgroup name with the domain name
> but it still fails to log me on. (I restart smb.)


With such an old samba (and os) you probably have to change a setting
in the registry on the windows client before you join the computer to
the domain. Search for "requiresignorseal" in the howto on this
url: http://hr.uoregon.edu/davidrl/samba.html.

--
Rolf Arne Schulze
Min Weblog: http://rolfas.net/
 
Reply With Quote
 
Doug Holtz
Guest
Posts: n/a

 
      09-28-2005, 10:19 PM

"Rolf Arne Schulze" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed). ..
> On Wed, 28 Sep 2005 13:36:14 GMT, Doug Holtz wrote:
>> Group;
>>
>> I have a RedHat 7.3 server running samba 2.2.12-0.73.7.legacy. When I
>> config smb.conf for a workgroup my Windows XP pc can log on to the shares
>> *if* I logon to the XP machine as a local workgroup machine.
>>
>> If I log on to the XP machine in the domain my samba server won't
>> authorize
>> me. I changed smb.conf to replace the workgroup name with the domain
>> name
>> but it still fails to log me on. (I restart smb.)

>
> With such an old samba (and os) you probably have to change a setting
> in the registry on the windows client before you join the computer to
> the domain. Search for "requiresignorseal" in the howto on this
> url: http://hr.uoregon.edu/davidrl/samba.html.
>
> --
> Rolf Arne Schulze
> Min Weblog: http://rolfas.net/


Rolf;

Thanks for this link. I had been reading this and another link. It's
confusing; I have a W2K server that can map a drive to the samba server, but
this xp workstation can't under the domain, just the workgroup. I think the
link you mention has to do with "joining" a domain, which I already have
done.

Advise if I'm incorrect.

Doug


 
Reply With Quote
 
Rolf Arne Schulze
Guest
Posts: n/a

 
      09-29-2005, 05:05 AM
On Wed, 28 Sep 2005 22:19:47 GMT, Doug Holtz wrote:
>
>> the domain. Search for "requiresignorseal" in the howto on this
>> url: http://hr.uoregon.edu/davidrl/samba.html.

> Thanks for this link. I had been reading this and another link. It's
> confusing; I have a W2K server that can map a drive to the samba server, but
> this xp workstation can't under the domain, just the workgroup. I think the
> link you mention has to do with "joining" a domain, which I already have
> done.
>
> Advise if I'm incorrect.


I also thought I had joined the computer to the domain. I got the
"Successfully joined Doman XXX" when joining. But still the computer
account didn't work. When I made that registry change it worked.

But if that is not the problem, could you please post the error
message you get when you try to log in? The error messages are
confusing, but with experience I have learned which error message that
means what on login problems.

--
Rolf Arne Schulze
Min Weblog: http://rolfas.net/
 
Reply With Quote
 
Doug Holtz
Guest
Posts: n/a

 
      10-01-2005, 01:24 PM

"Rolf Arne Schulze" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed). ..
> On Wed, 28 Sep 2005 22:19:47 GMT, Doug Holtz wrote:
>>
>>> the domain. Search for "requiresignorseal" in the howto on this
>>> url: http://hr.uoregon.edu/davidrl/samba.html.

>> Thanks for this link. I had been reading this and another link. It's
>> confusing; I have a W2K server that can map a drive to the samba server,
>> but
>> this xp workstation can't under the domain, just the workgroup. I think
>> the
>> link you mention has to do with "joining" a domain, which I already have
>> done.
>>
>> Advise if I'm incorrect.

>
> I also thought I had joined the computer to the domain. I got the
> "Successfully joined Doman XXX" when joining. But still the computer
> account didn't work. When I made that registry change it worked.
>
> But if that is not the problem, could you please post the error
> message you get when you try to log in? The error messages are
> confusing, but with experience I have learned which error message that
> means what on login problems.
>
> --
> Rolf Arne Schulze
> Min Weblog: http://rolfas.net/


Rolf;

Thanks again for the help.

When I try and attach to the Samba server when my XP machine is logged into
the Domain I get a box showing that "Logon Unsuccessful, that user name you
typed is the same name you logged in with, that user name has been tried, no
domain controller can be found to verify the user name".

When my XP machine is logged into the Workgroup, this doesn't happen and I
get access to my share on the Samba server.

Doug


 
Reply With Quote
 
Rolf Arne Schulze
Guest
Posts: n/a

 
      10-03-2005, 07:53 AM
On Sat, 01 Oct 2005 13:24:01 GMT, Doug Holtz wrote:
> typed is the same name you logged in with, that user name has been tried, no
> domain controller can be found to verify the user name".


The "no domain controller can be found" message can indicate two
things:

1) Your samba server is not set up correctly to act as a domain
controller and the computer cannot find a server to use as logon
server.

2) You have not entered the machine correctly into the DOMAIN, which
leads me back to the registry thing.

The solutions I suggest is therefore the following, numbered according
to the list above:

1) Reread the howto on setting up as PDC. Make sure you use a howto
for your ancient software

2) Make the registry change.

And I also feel like suggesting a third solution:

3) Upgrade to a resent operating system and samba version. Redhat 9
and samba 2.x is VERY old and unsupported. If you want to stay with a
rpm-based system, I suggest Fedora Core 4. If you like to try
something new and a lot better, wait until October 16 and install the
new Ubunty Breezy (version 5.10).

--
Rolf Arne Schulze
Min Weblog: http://rolfas.net/
 
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
login script issue Joe Windows Networking 3 09-22-2005 08:35 PM
Sonic Wall Pro and Red Hat Linux running Samba issue Chad Linux Networking 0 09-21-2004 12:54 PM
samba login Choonho Son Linux Networking 1 07-01-2004 11:05 AM
Domain login issue Paul Smith Windows Networking 2 03-06-2004 06:22 AM
No Login Screen and odiload.vxd issue Dene Oehme Windows Networking 0 07-25-2003 02:24 PM



1 2 3 4 5 6 7 8 9 10 11