aboutsummaryrefslogtreecommitdiff
path: root/manifests/server/share.pp
AgeCommit message (Collapse)Author
2016-03-05Add option hide dot files to share.root
2016-02-15Fix name of 'force directory mode' optionDaniel Sung
Previously the class was setting a value for 'force directory mask' which was getting ignored by samba. Running testparm -v would give: Unknown parameter encountered: "force directory mask" Ignoring unknown parameter "force directory mask" The correct option name is 'force directory mode' according to the man page.
2016-02-05Enable global guest-account settingChristian Döring
2015-12-07lint!Adam Jahn
2015-08-17Add 'map acl inherit', 'store dos attributes' and 'strict allocate' optionsJan Kanis
2015-05-22Adding follow symlinks and wide links to the options for sharesTimothy M Pollard
2015-04-13document classes to satisfy lintingAdam Jahn
2014-12-03Added hide unreadable option to sharesKai Stian Olstad
2014-08-14default statements ordering fixed for future parserJan Čapek
- the default statements have to be always last otherwise they would get always picked by the future parser
2014-01-26adding several minor options to server.pp and shares.ppAdrian Joian
2014-01-19Support op_locks and write_listsNiklaus Giger
2014-01-10clean up whitespaceAdam Jahn
2014-01-10correcting syntax used to apply "valid users" share configurationjonoterc
2014-01-10correcting variable tested for presence of valid_users inputjonoterc
2014-01-10correcting read_only configuration applicationjonoterc
"read only" option was not removable due to "read_only" misspelling
2014-01-10enabling configuration to enumerate users who can access a given sharejonoterc
adding support for "valid users" smbd.conf configuration option to samba::server::share
2014-01-03FIX: augeas runtime optimization (~4 sec per augeas resource)Vladislav Nazarenko
2013-03-19Add implementation join Samba server into Active DirectoryLebedev Vadim
Conflicts: manifests/server/share.pp
2013-03-19Support "read only", "public", "writable", "printable" optionsVladimir Rutsky
2012-10-25lint test share fileAdam Jahn
2012-08-24alphabatizzzzzzzzzzeAdam Jahn
2012-08-24implement guest account config optionAdam Jahn
2012-08-24implement guest only config optionAdam Jahn
2012-08-24implement force user/group config optionsAdam Jahn
2012-08-24implement force masks config optionsAdam Jahn
2012-08-24fix create mask bugAdam Jahn
2012-08-24implement directory mask config optionAdam Jahn
2012-08-24quote user input so augeas doesn't chokeAdam Jahn
2012-08-24implement copy config optionAdam Jahn
2012-08-24comment is really what it's called, quotestring in case of spacesAdam Jahn
2012-08-24provision create maskAdam Jahn
2012-08-24only allow valid values in boolean optionsAdam Jahn
2012-08-24config option changes should restart serverAdam Jahn
2012-08-24share is part of the server familyAdam Jahn