Configuring and Managing MPE/iX Internet Services (MPE/iX 6.0)
100 Chapter 7
Samba/iX Services
Samba/iX Configuration File Options
Default: guest only = no
create mode The “create mode” is used to define the permission used
by share services. This option sets an octal value
representing the file permissions available to a file
created by Samba/iX.
Example: create mode = 0744
The value of 0744 causes the group and other write and
execute bit to be removed from a file created by Samba.
read only Example: read only = yes
Default: read only = yes
write ok The read only = yes is identical to write ok = no.
If write ok is true, clients will be granted read/write
access to a share. The same effect can be achieved by
setting read only to false.
Example: write ok = no
Default: write ok = no
Sample Configuration File — samp-smb.conf
When you want to use Samba/iX, you should copy the Samba/iX sample
configuration file to /usr/local/samba/lib/smb.conf and adjust
this file as needed. The sample configuration file samp-smb.conf
resides in the /usr/local/samba/lib directory. Please refer to
Appendix A, “Samba/iX Sample Comfiguration File.”
Configuring the Shares for File Sharing
The PCs can access the server side filespaces using Samba/iX.
Whenever the clients want to connect to the server, the server side
validates the username and password which are sent by the client and
grants access to the requests share if it is appropriate.
You can configure the file service with guest access and the Samba/iX
server can grant to the guest users without a validated user ID and
password.
Share level security is the default security level in Samba/iX. The
following example shows the configuration steps you can use to
configure with
[global] and [service] section with security = share:
1. Add in the
[global] section the following parameter: security =
share
2. To add a share, the entries can be given in the example below:
[sample shares]
comment = shared space