RE: [Samba] Can't join domain wrong password

2003-03-27 Thread Bradley W. Langhorst
On Tue, 2003-03-25 at 21:29, Greg Miller wrote:
 Guest account meaning an account named guest added to the smbpasswd?
 Yes I have.  It is not assigned a password.  Should it have one? 
I don't think it needs a password - you just need to tell samba to use
that user as the guest user 

guest account =  
should be something like
guest account = nobody

 Could you explain you have some unusual valid users statements...?
 
valid users = @family

valid users = %S (I don't know off hand what that does...)

i find it hard to read the output of testparm (too much to sift through)

brad



-- 
Bradley W. Langhorst [EMAIL PROTECTED]

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Can't join domain wrong password

2003-03-25 Thread Bradley W. Langhorst
On Mon, 2003-03-24 at 22:48, Greg Miller wrote:
 Hey all I've been running samba 2.7a on my redhat 7.3 server with winxp
 clients for a while now with no problems.  Well I decided to throw
 redhat 8.0 on a system at home as a test bed.  Well I've configured it
 the same added my users applied the sign or seal patch but when I go to
 join the domain it gives me an error saying that the password is wrong
 (using root and it's pw).  I know it's not wrong because I can log into
 swat fine.  Any input would be appreciated.  All clients are winxp pro.
 Below is my samba.conf:
  
I can't see your smb.conf but
check to see if you've got the root user disabled?

brad
-- 
Bradley W. Langhorst [EMAIL PROTECTED]

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Can't join domain wrong password

2003-03-25 Thread Greg Miller
security mask = 0777
force security mode = 00
directory mask = 0755
force directory mode = 00
directory security mask = 0777
force directory security mode = 00
force unknown acl user = 00
inherit permissions = No
inherit acls = No
guest only = No
guest ok = No
only user = No
hosts allow = 10.0.0.0/255.255.255.0
hosts deny = 
status = Yes
nt acl support = Yes
profile acls = No
block size = 1024
max connections = 0
min print space = 0
strict allocate = No
strict sync = No
sync always = No
write cache size = 0
max print jobs = 1000
printable = No
postscript = No
printing = lprng
print command = lpr -r -P%p %s
lpq command = lpq -P%p
lprm command = lprm -P%p %j
lppause command = 
lpresume command = 
queuepause command = 
queueresume command = 
printer name = 
use client driver = No
default devmode = No
printer driver = 
printer driver file = /etc/samba/printers.def
printer driver location = 
default case = lower
case sensitive = No
preserve case = Yes
short preserve case = Yes
mangle case = No
mangling char = ~
hide dot files = Yes
hide unreadable = No
delete veto files = No
veto files = 
hide files = 
veto oplock files = 
map system = No
map hidden = No
map archive = Yes
mangled names = Yes
mangled map = 
browseable = Yes
blocking locks = Yes
csc policy = manual
fake oplocks = No
locking = Yes
oplocks = Yes
level2 oplocks = Yes
oplock contention limit = 2
posix locking = Yes
strict locking = No
share modes = Yes
copy = 
include = 
exec = 
preexec close = No
postexec = 
root preexec = 
root preexec close = No
root postexec = 
available = Yes
volume = 
fstype = NTFS
set directory = No
wide links = Yes
follow symlinks = Yes
dont descend = 
magic script = 
magic output = 
delete readonly = No
dos filemode = No
dos filetimes = No
dos filetime resolution = No
fake directory create times = No
vfs object = 
vfs options = 

[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
browseable = No

[netlogon]
comment = Network Logon Service
path = /home/netlogon
write list = gmiller, root
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[files]
comment = File Folder
path = /home/files
read only = No

[web]
comment = Website Folder
path = /var/www
read only = No
browseable = No

[school]
comment = School Files
path = /home/school
read only = No

-Original Message-
From: Bradley W. Langhorst [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2003 9:11 AM
To: Greg Miller; [EMAIL PROTECTED]
Subject: Re: [Samba] Can't join domain wrong password

On Mon, 2003-03-24 at 22:48, Greg Miller wrote:
 Hey all I've been running samba 2.7a on my redhat 7.3 server with
winxp
 clients for a while now with no problems.  Well I decided to throw
 redhat 8.0 on a system at home as a test bed.  Well I've configured it
 the same added my users applied the sign or seal patch but when I go
to
 join the domain it gives me an error saying that the password is wrong
 (using root and it's pw).  I know it's not wrong because I can log
into
 swat fine.  Any input would be appreciated.  All clients are winxp
pro.
 Below is my samba.conf:
  
I can't see your smb.conf but
check to see if you've got the root user disabled?

brad
-- 
Bradley W. Langhorst [EMAIL PROTECTED]


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Can't join domain wrong password

2003-03-25 Thread Bradley W. Langhorst
On Tue, 2003-03-25 at 11:37, Greg Miller wrote:
 Sorry.  I had to attach it but I guess it didn't go through.  Here it
 is:
 

   invalid users = 
   valid users = @family
   admin users = gmiller, root

is root in @family?

you have some unusual valid users statements...

you need to set up a guest user for PDC operation


brad
-- 
Bradley W. Langhorst [EMAIL PROTECTED]

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Can't join domain wrong password

2003-03-25 Thread Greg Miller
Guest account meaning an account named guest added to the smbpasswd?
Yes I have.  It is not assigned a password.  Should it have one? 
Could you explain you have some unusual valid users statements...?

Thanks.

-Original Message-
From: Bradley W. Langhorst [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2003 4:26 PM
To: Greg Miller
Cc: [EMAIL PROTECTED]
Subject: RE: [Samba] Can't join domain wrong password

On Tue, 2003-03-25 at 11:37, Greg Miller wrote:
 Sorry.  I had to attach it but I guess it didn't go through.  Here it
 is:
 

   invalid users = 
   valid users = @family
   admin users = gmiller, root

is root in @family?

you have some unusual valid users statements...

you need to set up a guest user for PDC operation


brad
-- 
Bradley W. Langhorst [EMAIL PROTECTED]


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba