Nope, I think I got it though.
Even though I had the smb.conf file correct, I still had to run the secure 
channell crap like microsoft uses to get a sid in the windows world.

#  net rpc join -S pdc_server -U root


 -----Original Message-----
From:   David McDowell [mailto:[EMAIL PROTECTED]
Sent:   Tue Aug 08 17:56:22 2006
To:     Triangle Linux Users Group discussion list
Subject:        Re: [TriLUG] Question regarding samba 3.0.23a

"master browser" issues?

On 8/8/06, John-David Henderson <[EMAIL PROTECTED]> wrote:
> Oh, problem with the FC3 because we lost two drives, so I will not be able to 
> test that.
>
> The FC5 smb.conf file looks ok after a testparm though.  Very odd I cannot 
> hit it though from an XP machine.
>
>  -----Original Message-----
> From:   Jason Tower [mailto:[EMAIL PROTECTED]
> Sent:   Tue Aug 08 12:59:18 2006
> To:     Triangle Linux Users Group discussion list
> Subject:        Re: [TriLUG] Question regarding samba 3.0.23a
>
> it might be a difference in samba's default values.  if possible run
> 'testparm -v' on fc3 and fc5 using the same smb.conf and diff the results.
>
> John-David Henderson wrote:
> > I have recently moved From Fedora Core 3 to Fedora Core 5 and it appreas 
> > that the smb.conf file does not work the same, probably because the samba 
> > versions have changed.  Can someone Please! Help me.  My current smb.conf 
> > file is below.  Just a note I use this samba server to sync with nis 
> > passwords as well.  I think there is just a syntax issue.  Thank you to 
> > anyone who can tell me what might be wrong.
> >
> > Also from an XP client doing \\servername only returns a profile directory 
> > and not the full nfs folder it should see that is my profile.
> >
> > # This Samba server is for file serving only
> >
> > # It is sharing out home shares, software and oracle
> >
> > [global]
> >
> >    workgroup = WEBNET
> >
> >         log level = 5 passdb:7 auth:10 winbind:5
> >
> >         netbios name = DELPHI
> >
> >         wins server = 192.168.3.205
> >
> >         os level = 33
> >
> >         server string = Linux Samba Server
> >
> >    security = domain
> >
> > #       password server = CHARLOTTE
> >
> > #       smb passwd file = /etc/samba/smbpasswd
> >
> >         passwd program = /usr/bin/smbpasswd %u
> >
> >         passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
> > *Retype\snew\sUNIX\spassword:* %n\n
> >
> >         encrypt passwords = yes
> >
> >         log file = /var/log/samba/log.%m
> >
> >         max log size = 1000
> >
> >         guest ok = No
> >
> >         hosts allow = 192.168.
> >
> >         comment = "RedHat Linux 2.4 Samba Server"
> >
> >
> >
> >    template shell = /sbin/nologin
> >
> >    winbind use default domain = false
> >
> >    idmap uid = 16777216-33554431
> >
> >    idmap gid = 16777216-33554431
> >
> > [homes]
> >
> >         comment = Home Directory
> >
> >         browseable = no
> >
> >         preserve case = yes
> >
> >         create mask = 0770
> >
> >         writable = yes
> >
> >         path = %H
> >
> >
> >
> > # [software]
> >
> > #       comment = Software Storage
> >
> > #       path = /backupraid/SOFTWARE
> >
> > #       browseable = yes
> >
> > #       read only = no
> >
> > #       valid users [EMAIL PROTECTED]
> >
> > #       create mask = 0700
> >
> > #       guest only = no
> >
> > #       writeable = yes
> >
> > #       inherit permissions = yes
> >
> > #       force group = it
> >
> > #       force user = nobody
> >
> >
> >
> > [oracle]
> >
> >         comment = Oracle
> >
> >         path = /backupraid/ORACLE
> >
> >         browseable = yes
> >
> >         read only = no
> >
> > #       admin users =
> >
> >         valid users [EMAIL PROTECTED]
> >
> >         create mask = 0700
> >
> >         guest only = no
> >
> >         writeable = yes
> >
> >         inherit permissions = yes
> >
> >         force group = oranet
> >
> >         force user = nobody
> >
> > [public]
> >
> >         comment = Public Share
> >
> >         path = /backupraid/PUBLIC
> >
> >         browseable = yes
> >
> >         read only = no
> >
> >         writeable = yes
> >
> >         create mask = 0777
> >
> >         force group = atlsys
> >
> >         force user = ineopub
> >
> >
> >
> > [CustData]
> >
> >         comment = Customer Data Share
> >
> >         path = /backupraid/CustData
> >
> >         browseable = yes
> >
> >         read only = no
> >
> >         create mask = 0775
> >
> >         writeable = yes
> >
> >         admin users = %it
> >
> >         public = yes
> >
> >
> >
> >
> >
> >
> >
> > [Finance]
> >
> >         comment = Finance Share
> >
> >         path = /backupraid/INEO_USERS/local/Finance
> >
> >         browseable = no
> >
> >         read only = no
> >
> >         writeable = yes
> >
> >         create mask = 0700
> >
> >         valid users = nclark
> >
> >
> >
> > [netops]
> >
> >         comment = Network Operations
> >
> >         path = /backupraid/NETOPS
> >
> >         browseable = no
> >
> >         read only = no
> >
> >         writeable = yes
> >
> >         create mask = 0770
> >
> >         valid users [EMAIL PROTECTED]
> >
> >         guest only = no
> >
> >         inherit permissions = yes
> >
> >         force group = it
> >
> >         force user = nobody
> >
> >
> >
> > [passwerks]
> >
> >         comment = Passwerks Projects
> >
> >         path = /projects/passwerks
> >
> >         browseable = no
> >
> >         preserve case = yes
> >
> >         read only = no
> >
> >         writeable = yes
> >
> >         create mask = 0770
> >
> >         valid users [EMAIL PROTECTED]
> >
> >         guest only = no
> >
> >         inherit permissions = yes
> >
> > #        force group = it
> >
> > #        force user = nobody
> >
> >
> >
> > [secureescorts]
> >
> >         comment = Passwerks Projects Escorts
> >
> >         path = /projects/secureescorts
> >
> >         browseable = no
> >
> >         preserve case = yes
> >
> >         read only = no
> >
> >         writeable = yes
> >
> >         create mask = 0770
> >
> >         valid users = sebuild
> >
> >
> > JD Henderson M:919.649.5589 [EMAIL PROTECTED]
> --
> TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
> TriLUG Organizational FAQ  : http://trilug.org/faq/
> TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
>
>
> --
> TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
> TriLUG Organizational FAQ  : http://trilug.org/faq/
> TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
>
-- 
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/


--
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/

Reply via email to