Results 1 to 4 of 4
Hi all,
Can any body help me to configure samba as PDC.
please send me the good documentation samba PDC.
thanks in advance,
yogendra...
- 09-30-2005 #1Linux Newbie
- Join Date
- Jul 2004
- Posts
- 143
samba PDC
Hi all,
Can any body help me to configure samba as PDC.
please send me the good documentation samba PDC.
thanks in advance,
yogendra
- 09-30-2005 #2
See the man page for smb.conf.
Basically you want:
workgroup=<your_workgroup>
local master = yes
domain master = yes
preferred master = yes
os level = 250 (just something high)
And you probly want:
wins support = yes
You need to think about your security methods, how you will use passwords to authenticate for your network. Read the man page.Linux user #126863 - see http://linuxcounter.net/
- 10-01-2005 #3Linux Newbie
- Join Date
- Jul 2004
- Posts
- 143
smb authentication for linux systems
Hi
thanks for your reply.
I successfully added the window machines to SAMBA.
Please help me how to join linux machines to SAMBA server.
thanks inadvance,
yogendra
- 10-01-2005 #4
Re: smb authentication for linux systems
If you're connecting Linux machines together, I recommend you use NFS. See the man pages for nfs, exports and fstab. NFS is the best way to share directories in a unix environment.
Originally Posted by mummaneni Linux user #126863 - see http://linuxcounter.net/


Reply With Quote