Re: [Samba] \\FILESERVER is not accessible. Access is Denied

2002-12-13 Thread Sean Chambers



Client OS is win2k. Now i can access the share as 
root, but not as sean (user)
 
Does that give anymore information? If you need the 
smb.conf I can post it.

  - Original Message - 
  From: 
  Luca 
  Massarenti 
  To: [EMAIL PROTECTED] 
  Sent: Friday, December 13, 2002 10:53 
  AM
  Subject: Re: [Samba] \\FILESERVER is not accessible. Access is 
  Denied
  
  I think you have already test via ping the ip 
  address.
   
  if the net works try to comment the following in 
  smb.conf (only if for security reason is possible)
   
  ; host allow = 
   
  if you have problems let me have more information 
  about the client os and if you want send your smb.conf to [EMAIL PROTECTED]
   
  good luck
  
- Original Message - 
From: 
Sean 
Chambers 
To: [EMAIL PROTECTED] 
Sent: Friday, December 13, 2002 4:53 
PM
Subject: [Samba] \\FILESERVER is not accessible. Access is 
Denied


I got it so my logfile no longer complains 
about invalid user. I was creating a machine trust account but not an actual 
user account. I am still having 2 problems.
 
When i attempt to log onto the domain at bootup 
I put in my username and password and select DARCSTAR for the domain to log 
onto and it tells me almost instantly:
 
"The Domain DARCSTAR is not 
available."
 
So i just log in on the local machine and type 
\\FILESERVER in a command prompt. a username/password box appears, i put in 
my username and password and it tells me:
 
\\FILESERVER is no accessible. Access is 
Denied
 
in the log file it doesnt give me an error it 
just says:
 
Allowed connection from 192.168.1.100 (which is 
my win2k box).
 
I'm sorta stumped as to what is the problem. I 
read through the pdf file that someone gave me yesterday but it didn't 
explain about the error message I am 
  receiving.


[Samba] \\FILESERVER is not accessible. Access is Denied

2002-12-13 Thread Sean Chambers




I got it so my logfile no longer complains about 
invalid user. I was creating a machine trust account but not an actual user 
account. I am still having 2 problems.
 
When i attempt to log onto the domain at bootup I 
put in my username and password and select DARCSTAR for the domain to log onto 
and it tells me almost instantly:
 
"The Domain DARCSTAR is not 
available."
 
So i just log in on the local machine and type 
\\FILESERVER in a command prompt. a username/password box appears, i put in my 
username and password and it tells me:
 
\\FILESERVER is no accessible. Access is 
Denied
 
in the log file it doesnt give me an error it just 
says:
 
Allowed connection from 192.168.1.100 (which is my 
win2k box).
 
I'm sorta stumped as to what is the problem. I read 
through the pdf file that someone gave me yesterday but it didn't explain about 
the error message I am receiving.


[Samba] \\FILESERVER is not accessible. Access is Denied Error message

2002-12-13 Thread Sean Chambers



I got it so my logfile no longer complains about 
invalid user. I was creating a machine trust account but not an actual user 
account. I am still having 2 problems.
 
When i attempt to log onto the domain at bootup I 
put in my username and password and select DARCSTAR for the domain to log onto 
and it tells me almost instantly:
 
"The Domain DARCSTAR is not 
available."
 
So i just log in on the local machine and type 
\\FILESERVER in a command prompt. a username/password box appears, i put in my 
username and password and it tells me:
 
\\FILESERVER is no accessible. Access is 
Denied
 
in the log file it doesnt give me an error it just 
says:
 
Allowed connection from 192.168.1.100 (which is my 
win2k box).
 
I'm sorta stumped as to what is the problem. I read 
through the pdf file that someone gave me yesterday but it didn't explain about 
the error message I am receiving.


Re: [Samba] Problem with smbclient and domain logon

2002-12-12 Thread Sean Chambers
If it's not too much trouble could you tell me what steps I must take
basically your're saying first i must create a trust account AND a normal
user account?

What are the commands to do this? i am very confused with smbpasswd because
I find when doing smbpasswd -a sean it does not append the $ to the end, but
when i first add the account it does so automatically.

thank you.

- Original Message -
From: "Jean-Paul ARGUDO" <[EMAIL PROTECTED]>
To: "Sean Chambers" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, December 12, 2002 10:24 AM
Subject: Re: [Samba] Problem with smbclient and domain logon


> Sean Chambers wrote:
> > also, in win2k when i open the run window and type : \\FILESERVER\
> > 
> > it opens a username/password box, if i put in sean and the password it
> > pops the box right up again. In the samba.log file it says something to
> > the effect of:
> > Couldn't find user 'sean' in passdb
>
> AFAIK, you have to create machine trust accounts in order to allow them
> to access your Samba PDC with a W2K workstation. After this, you create
> user accounts too.
>
> There it is machinename$ to be used, not user$ :-)
>
> Remember to add -d /dev/null and -s /bin/false to useradd command when
> creating Machine Trust Account. Also do a passwd -l "machinename$".
> Then a smbpasswd -a -m "machinename$".
>
> I can be more precise with a detailed example if you wish, but:
> This is all very well explained in "Sam's teach yourself samba in 24
> hours", chapter 22, surely the best samba book I ever bought. ;-)
>
> Cheers
>
> --
> Jean-Paul ARGUDO
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Problem with smbclient and domain logon

2002-12-12 Thread Sean Chambers



for each user,
first i gave them a linux account by 
doing:
 
useradd sean$
passwd sean$ (changed the password)
 
then
 
smbpasswd -m -a sean
 
it then said it added the user sean$
 
then i did smbpasswd sean
 
changed the SMB password for user 
sean$
 
then:
smbpasswd -e sean$
 
and it says it enabled the user, but still i get 
the error
I check /etc/samba/smbpasswd and the user sean$ is 
in that file
 
do i also have to put the user into smbusers 
manually?
right now it only has:
admin = root
nobody = guest
 
not sure if i have to add anything to 
that?
 
thanks

  - Original Message - 
  From: 
  Owens, Bob 
  
  To: 'Sean Chambers' ; [EMAIL PROTECTED] 
  Sent: Thursday, December 12, 2002 9:54 
  AM
  Subject: RE: [Samba] Problem with 
  smbclient and domain logon
  
  did 
  you add them to the smbpasswd and is samba's password encryption set to 
  yes?
  
-Original Message-From: Sean Chambers 
[mailto:[EMAIL PROTECTED]]Sent: Thursday, December 12, 2002 
8:49 AMTo: [EMAIL PROTECTED]Subject: 
[Samba] Problem with smbclient and domain logon
I am able to join the domain initially with 
root username and password.
 
When i reboot and try to logon to the domain it 
tells me:
The system could not log you on because the 
domain DARCSTAR is unavailable.
 
Additionally, i am having a problem with 
logging in from smbclient with any user except for root:
 
I type: smbclient -L FILESERVER -U 
sean
password:
session_setup_failed: 
NT_STATUS_LOGON_FAILURE
 
Are these 2 problems related in anyway? I've 
been messing with this for over a week now and I cannot figure it 
out.
 
also, in win2k when i open the run window and 
type : \\FILESERVER\
it opens a username/password box, if i put in 
sean and the password it pops the box right up again. In the samba.log file 
it says something to the effect of:
Couldn't find user 'sean' in 
passdb
 
i double checked and sean$ does exist in 
/etc/samba/smb.conf
 
I am not at the server right now so I do not 
have exact errors messages. If necessary I can post my smb.conf later 
today.
 
thank 
you.


[Samba] Problem with smbclient and domain logon

2002-12-12 Thread Sean Chambers



I am able to join the domain initially with root 
username and password.
 
When i reboot and try to logon to the domain it 
tells me:
The system could not log you on because the domain 
DARCSTAR is unavailable.
 
Additionally, i am having a problem with logging in 
from smbclient with any user except for root:
 
I type: smbclient -L FILESERVER -U 
sean
password:
session_setup_failed: 
NT_STATUS_LOGON_FAILURE
 
Are these 2 problems related in anyway? I've been 
messing with this for over a week now and I cannot figure it out.
 
also, in win2k when i open the run window and type 
: \\FILESERVER\
it opens a username/password box, if i put in sean 
and the password it pops the box right up again. In the samba.log file it says 
something to the effect of:
Couldn't find user 'sean' in passdb
 
i double checked and sean$ does exist in 
/etc/samba/smb.conf
 
I am not at the server right now so I do not have 
exact errors messages. If necessary I can post my smb.conf later 
today.
 
thank you.