aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-10Merge pull request #17 from gnieark/masterAdam Jahn
samba's service name for debian
2014-01-10Merge pull request #18 from cdepner/optional_interfacesAdam Jahn
The parameter $bind_interfaces_only is now settable
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-10adding defined type for ensuring presence of a samba account for a given userjonoterc
user is identified by name, and a password must be given in its current state this can only create a user (with a given password), but will not update passwords (would need to figure out how to introspect on whether an in-place password differs from plaintext password input) also, this currently assumes/requires that a Unix user account with a matching name exists
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-10enabling installation of samba account checking/creation shell scriptsjonoterc
2014-01-10adding a shell script for checking whether a samba account exists for a ↵jonoterc
given user will be leveraged by a puppet class; only tested against Ubuntu 12.04
2014-01-10adding shell script for creating a new smb accountjonoterc
will be leveraged by a puppet class; only tested against Ubuntu 12.04
2014-01-07Merge pull request #19 from megabass/augeas_runtime_optimizationAdam Jahn
FIX: augeas runtime optimization (~4 sec per augeas resource)
2014-01-03FIX: augeas runtime optimization (~4 sec per augeas resource)Vladislav Nazarenko
2013-11-11The parameter is now settableChristian Depner
2013-09-26Update service.ppgnieark
2013-09-26Update service.ppgnieark
On debian 7 samba service name is 'samba'
2013-07-30Merge pull request #14 from tomas-edwardsson/dollarsignpasswordspaceAdam Jahn
Allow for space and dollarsigns in password as well as empty ou
2013-07-30Allow for space and dollarsigns in password as well as empty ouTomas Edwardsson
2013-03-19Add support for Gentoo OSVladimir Rutsky
2013-03-19Fix interfaces optionsLebedev Vadim
2013-03-19Add implementation join Samba server into Active DirectoryLebedev Vadim
Conflicts: manifests/server/share.pp
2013-03-19Merge pull request #7 from vrutsky/share_optionsAdam Jahn
Support "read only", "public", "writable", "printable" options
2013-03-19Support "read only", "public", "writable", "printable" optionsVladimir Rutsky
2013-02-15update readmeAdam Jahn
2013-02-15bump versionAdam Jahn
2013-02-15Missing comma in exampleerik-smit
2013-02-15Implement osfamily (fixing scientific linux support), and make sure ↵erik-smit
unsupported distros fail predictably
2013-02-15Add support for CentOS 6.3Myles Steinhauser
2013-02-15adds unix_password_sync option to samba::server classMark Phillips
2013-02-12update readme install instructionsAdam Jahn
2013-02-12bump versionAdam Jahn
2013-02-12fix name for puppetforgeAdam Jahn
2012-10-25more lint testsAdam Jahn
2012-10-25lint test share fileAdam Jahn
2012-10-25add puppet-lintAdam Jahn
2012-10-10add a license noticeAdam Jahn
2012-08-24need a real nameAdam Jahn
2012-08-24update gitignoreAdam Jahn
pkg
2012-08-24need a modulefile for puppet forgeAdam Jahn
2012-08-24get the indentation rightAdam Jahn
2012-08-24gotta have a readmeAdam Jahn
2012-08-24implement global security optionAdam Jahn
2012-08-24interface and bind interface only options, bundled these together cause I ↵Adam Jahn
can't think of a reason you'd set the interfaces without bind interfaces only
2012-08-24alphabatizzzzzzzzzzeAdam Jahn
2012-08-24should quote user inputAdam Jahn
2012-08-24changing global configs shoult notify serviceAdam Jahn
2012-08-24implement server string global config optionAdam 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