summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
AgeCommit message (Collapse)AuthorFilesLines
2012-12-05Documentation fixes for bug #9462 - Users can not be given write permissions ↵Jeremy Allison8-36/+4
any more by default Ensure we don't apply the masks + force modes on security setting changes, only on create. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
2012-11-13smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett1-17/+0
NT4 is long dead, and we should not change which ACL we return based on what we think the client is. The reason we should not do this, is that if we are using vfs_acl_xattr then the hash will break if we do. Additionally, it would require that the python VFS interface set the global remote_arch to fake up being a modern client. This instead seems cleaner and removes untested code (the tests are updated to then handle the results of the modern codepath). The supporting 'acl compatability' parameter is also removed. Andrew Bartlett Reviewed by: Jeremy Allison <jra@samba.org>
2012-10-19smb.conf(5): Mark four removed parameters as such.Jelmer Vernooij4-2/+6
2012-10-19smb.conf(5): Fix mixing of tabs and spaces.Jelmer Vernooij12-28/+28
2012-10-18smb.conf(5): Add basic documentation for 'nsupdate command'.Jelmer Vernooij1-0/+13
2012-10-18smb.conf(5): Add basic documentation for 'afs token lifetime'.Jelmer Vernooij1-0/+16
2012-10-18smb.conf(5): Add 'ldap password sync' as synonym for 'ldap passwd sync'.Jelmer Vernooij1-0/+1
2012-10-18smb.conf(5): Add 'socket address' as alias for 'nbt client socket address'.Jelmer Vernooij1-0/+1
2012-10-18smb.conf(5): Add basic documentation for 'tls dh params file'.Jelmer Vernooij1-0/+18
2012-10-18smb.conf(5): Add basic documentation for 'tls enabled'.Jelmer Vernooij1-0/+11
2012-10-18smb.conf(5): Add basic documentation for 'tls crlfile'.Jelmer Vernooij1-0/+17
2012-10-18smb.conf(5): Add basic documentation for 'tls certfile'.Jelmer Vernooij1-0/+17
2012-10-18smb.conf(5): Add basic documentation for 'tls keyfile'.Jelmer Vernooij2-2/+18
2012-10-18smb.conf(5): Add basic documentation for 'tls cafile'.Jelmer Vernooij1-0/+20
2012-10-18smb.conf(5): Add basic documentation for 'log nt token command'.Jelmer Vernooij1-0/+14
2012-10-18smb.conf(5): Add basic documentation for 'ntp signd socket directory'.Jelmer Vernooij1-0/+17
2012-10-18smb.conf(5): Add basic documentation for 'spn update command'.Jelmer Vernooij1-0/+14
2012-10-18smb.conf(5): Add basic documentation for 'allow dns updates'.Jelmer Vernooij1-0/+18
2012-10-18smb.conf(5): Add basic documentation for 'rndc command'.Jelmer Vernooij1-0/+17
2012-10-18smb.conf(5): Add basic documentation for 'dns update command'.Jelmer Vernooij1-0/+15
2012-10-18smb.conf(5): Add basic documentation for 'server services'.Jelmer Vernooij1-0/+17
2012-10-18smb.conf(5): Add basic documentation for 'samba kcc command'.Jelmer Vernooij1-0/+19
2012-10-18smb.conf(5): Add basic documentation 'winbind sealed pipes'.Jelmer Vernooij1-0/+16
2012-10-18smb.conf(5): Add basic documentation for 'dns forwarder'.Jelmer Vernooij1-0/+17
2012-10-18smb.conf(5): Add basic documentation for 'ntvfs handler'.Jelmer Vernooij1-0/+16
2012-10-18smb.conf(5): Add : to idmap config description to mark it as parametric.Jelmer Vernooij2-2/+2
2012-10-18smb.conf(5): Add basic documentation for 'winbindd privileged socket directory'.Jelmer Vernooij1-0/+14
2012-10-18smb.conf(5): Add basic documentation for 'winbindd socket directory'.Jelmer Vernooij1-0/+13
2012-10-18smb.conf(5): Extend 'server min protocol' description.Jelmer Vernooij1-1/+6
2012-10-08docs: fix opening and ending tag mismatch: paraBjörn Baumbach1-4/+4
in forcedirectorysecuritymode.xml.
2012-10-08docs: fix opening and ending tag mismatch: paraBjörn Baumbach1-4/+4
in directorysecuritymask.xml.
2012-10-04Remove the parameters:Jeremy Allison8-133/+33
security mask force security mode directory security mask force directory security mode and update the docs.
2012-10-04docs: Remove duplicate synonym min protocol.Karolin Seeger1-1/+0
Karolin
2012-10-03Correct fix for bug #9222 - smbd ignores the "server signing = no" setting ↵Jeremy Allison1-6/+11
for SMB2. Signing cannot be disabled for SMB2 by design, so fix the documentation instead. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Oct 3 23:47:23 CEST 2012 on sn-devel-104
2012-09-27smb.conf(5): Add basic documentation for 'dcerpc endpoint servers'.Jelmer Vernooij1-0/+12
2012-09-27Revert "smb.conf(5): Remove 'idmap config' documentation - the parameter has"Christian Ambach1-0/+124
This reverts commit e809abf55f6a2e6d93bcb5678142f56c49aea397. This parameter still exists, it is just only used as parametric option in the code and not easy to spot when looking out for lp_xxx Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Thu Sep 27 06:18:38 CEST 2012 on sn-devel-104
2012-09-27smb.conf(5): List 'protocol' as alias for 'server max protocol'.Jelmer Vernooij1-0/+1
2012-09-27smb.conf(5): Add documentation for 'client max protocol'.Jelmer Vernooij1-0/+78
2012-09-27smb.conf(5): Add basic documentation for 'client min protocol'.Jelmer Vernooij1-0/+19
2012-09-27smb.conf(5): Document 'share backend' parameter.Jelmer Vernooij1-0/+18
2012-09-27smb.conf(5): Add basic documentation for 'server min protocol'.Jelmer Vernooij1-12/+3
Conflicts: docs-xml/smbdotconf/protocol/serverminprotocol.xml
2012-09-27smb.conf(5): Extend 'server min protocol' description.Jelmer Vernooij1-3/+3
Conflicts: docs-xml/smbdotconf/protocol/serverminprotocol.xml
2012-09-27smb.conf(5): Consistent spelling of parameter names.Jelmer Vernooij4-4/+4
This includes spacing and casing. Conflicts: source4/scripting/python/samba/tests/docs.py
2012-09-26smb.conf(5): Add basic documentation for 'rpc bigendian'.Jelmer Vernooij1-0/+16
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Wed Sep 26 23:51:34 CEST 2012 on sn-devel-104
2012-09-26smb.conf(5): Add basic documentation for 'kpasswd port'.Jelmer Vernooij1-0/+12
2012-09-26smb.conf(5): Add basic documentation for 'dgram port'.Jelmer Vernooij1-0/+11
2012-09-26smb.conf(5): Add basic documentation for 'unicode'.Jelmer Vernooij1-0/+13
2012-09-26smb.conf(5): Add basic documentation for 'web port'.Jelmer Vernooij1-0/+12
2012-09-26smb.conf(5): Add basic documentation for 'nbt port'.Jelmer Vernooij1-0/+12
2012-09-26smb.conf(5): Add basic documentation for 'krb5 port'.Jelmer Vernooij1-0/+11