RESOLVED!!: [Samba] Struggling to get SAMBA and Windows workingtogether --- RESOLVED!

2003-03-10 Thread David Jackson
this did it, joining the Linux Server to the domain and changing the
smb.conf to use a password server fixed the problem.
now the next thing is to get the permissions to create files in the shared
directory (Access is denied when trying to create a directory on the LInux
share).


anyone know where i can look fo r information on create modes?
I feel bad that I ask for lots of information and haven't given back much
(YET!)
Als could someone tell me where the archives are, as I am sure some readers
out there are tired of me already.
But already this is so great that it is working, it only took two days, but
now that i know I can help others and keep learning more!
Thanks SAMBA LINUX COMMUNITY,
David jackson


-Original Message-
From: Paul Hong [mailto:[EMAIL PROTECTED]
Sent: Monday, March 10, 2003 11:52 AM
To: News; David Jackson; Jim Wharton; [EMAIL PROTECTED]; SAMBA
Lists
Cc: SAMBA
Subject: Re: [Samba] Struggling to get SAMBA and Windows working
together


Here are some of the things you might want to add
to your samba.conf when you have your Samba server join the domain.

Security=domain   set the security parameter to domain.
workgroup= domain name
password server = Must list PDC and any BDC
encrypt passwords=yes when join domain, must be set to yes

Hope this helps.

-Paul Hong
- Original Message -
From: News [EMAIL PROTECTED]
To: David Jackson [EMAIL PROTECTED]; Jim Wharton
[EMAIL PROTECTED]; [EMAIL PROTECTED]; SAMBA Lists
[EMAIL PROTECTED]
Cc: SAMBA [EMAIL PROTECTED]
Sent: Sunday, March 09, 2003 10:42 PM
Subject: Re: [Samba] Struggling to get SAMBA and Windows working together


 Actually joining the domain
 You can do this all in one step with the following command:

 smbpasswd -j DOMAIN -r DOMAIN_CONTROLLER -U DOMAIN_ADMIN

 Where DOMAIN is the name of your domain (should be the same as the
workgroup
 parameter in your 'smb.conf' file), DOMAIN_CONTROLLER is the name of the
 Primary Domain Controller of your domain, and DOMAIN_ADMIN is an account
on
 the PDC with Domain Admin privileges. You will be prompted for this users
 password, so you should ask your windows admin to help you here if
 necessary.

 - Original Message -
 From: David Jackson [EMAIL PROTECTED]
 To: Jim Wharton [EMAIL PROTECTED]; [EMAIL PROTECTED];
 SAMBA Lists [EMAIL PROTECTED]
 Cc: SAMBA [EMAIL PROTECTED]
 Sent: Sunday, March 09, 2003 11:40 PM
 Subject: RE: [Samba] Struggling to get SAMBA and Windows working together


  there is a windows 2000 domain, but the SAMBA server has not joined.
  Is there a way to join a Red Hat Linux 8.0 server to the domain?
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of
  Jim Wharton
  Sent: Sunday, March 09, 2003 9:22 PM
  To: [EMAIL PROTECTED]; SAMBA Lists
  Cc: SAMBA
  Subject: Re: [Samba] Struggling to get SAMBA and Windows working
  together
 
 
  Have You joined this machine to the domain?
 
  Jim
 
  - Original Message -
  From: David Jackson [EMAIL PROTECTED]
  To: SAMBA Lists [EMAIL PROTECTED]
  Cc: SAMBA [EMAIL PROTECTED]
  Sent: Sunday, March 09, 2003 5:53 PM
  Subject: [Samba] Struggling to get SAMBA and Windows working together
 
 
   If anyone can help with this, please help.
  
   WINDOWS 2000
   When i try to connect to my SAMBA server from windows 2000
professional
 i
   get the following message:
  
   This is the windows DOS screen:
   D:\net use * \\samba\shared /user:root rootpassword
   System error 1240 has occurred.
  
   The account is not authorized to log in from this station.
  
  
   SAMBA
   My smb.conf looks like this:
  
   [global]
  
   # workgroup = NT-Domain-Name or Workgroup-Name
  workgroup = seven
  hosts allow = 192.168.1. 127.
  
   [shared]
   comment = the shared folder
   path = /shared
   writable = yes
   create mode = 0770
   directory mode = 2770
   browseable = yes
  
   And I had mounted the shared folder by typing:
   mount -t smbfs -o username=root,password=rootpassword  //samba/shared
   /shared
  
   THANK YOU EVERYONE!
   --
   To unsubscribe from this list go to the following URL and read the
   instructions:  http://lists.samba.org/mailman/listinfo/samba
  --
  To unsubscribe from this list go to the following URL and read the
  instructions:  http://lists.samba.org/mailman/listinfo/samba
  --
  To unsubscribe from this list go to the following URL and read the
  instructions:  http://lists.samba.org/mailman/listinfo/samba

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


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


Re: RESOLVED!!: [Samba] Struggling to get SAMBA and Windows workingtogether --- RESOLVED!

2003-03-10 Thread Martin Pool
On 10 Mar 2003, David Jackson [EMAIL PROTECTED] wrote:
 this did it, joining the Linux Server to the domain and changing the
 smb.conf to use a password server fixed the problem.

Great.

 now the next thing is to get the permissions to create files in the shared
 directory (Access is denied when trying to create a directory on the LInux
 share).
 
 
 anyone know where i can look fo r information on create modes?

  http://www.google.com/search?q=samba+create+mode
  http://us1.samba.org/samba/docs/man/smb.conf.5.html#CREATEMASK

62,000 matches. :-)

But check ownership of the files is as it should be first.

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