Results 1 to 1 of 1
Hi To All,
I am working with SuSE 10.1
I am having file /etc/samba/smb.conf which is as per follows:
/************************************************** ************************************************/
# smb.conf is the main Samba configuration file. You ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-09-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 13
Some /etc/samba/smb.conf file specification in SuSE 10.1
Hi To All,
I am working with SuSE 10.1
I am having file /etc/samba/smb.conf which is as per follows:
/************************************************** ************************************************/
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2006-05-02
[global]
workgroup = TUX-NET
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
/************************************************** *************************************************/
Now I could not understand some meanings over here ...
at [homes] what is the meaning of valid users = %S, %D%w%S
what %S, %D%w%S means ?
at [profiles] what is the meaning of path = %H
what %H means ?
I have to use this terms for analysis purpose .
So Please help me ....
Thanks in Advance ...


Reply With Quote
