Samba

Hemsida: http://us1.samba.org/samba/

Använd ”Learn samba – Using samba” i menyn: http://us1.samba.org/samba/docs/using_samba/toc.html

Titta i appendix A http://us1.samba.org/samba/docs/using_samba/appa.html för exempel t.ex


[profiles]

    path = /home/samba-ntprof
    writable = yes
    create mask = 0600
    directory mask = 0700
    browsable = no

eller i appendix B http://us1.samba.org/samba/docs/using_samba/appb.html under



directory mask = value


Allowable values: octal value from 0 to 0777

Default: 0755

Sets the maximum allowable permissions for newly created directories. To require that certain permissions be set, see the force create mask and force directory mask options. Also called directory mode.

directory mode = value


Allowable values: octal value from 0 to 0777

Default: 0755

Synonym for directory mask.

directory security mask = value


Allowable values: octal value from 0 to 0777

Default: same as directory mode

Controls which permission bits can be changed if a user edits the Unix permissions of directories on the Samba server from a Windows system. Any bit that is set in the mask can be changed by the user; any bit that is clear remains the same on the directory even if the user tries to change it. Requires nt acl support = YES.