Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-10 | Merge pull request #17 from gnieark/master | Adam Jahn | |
samba's service name for debian | |||
2014-01-10 | clean up whitespace | Adam Jahn | |
2014-01-10 | correcting syntax used to apply "valid users" share configuration | jonoterc | |
2014-01-10 | correcting variable tested for presence of valid_users input | jonoterc | |
2014-01-10 | adding defined type for ensuring presence of a samba account for a given user | jonoterc | |
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-10 | correcting read_only configuration application | jonoterc | |
"read only" option was not removable due to "read_only" misspelling | |||
2014-01-10 | enabling configuration to enumerate users who can access a given share | jonoterc | |
adding support for "valid users" smbd.conf configuration option to samba::server::share | |||
2014-01-03 | FIX: augeas runtime optimization (~4 sec per augeas resource) | Vladislav Nazarenko | |
2013-09-26 | Update service.pp | gnieark | |
2013-09-26 | Update service.pp | gnieark | |
On debian 7 samba service name is 'samba' | |||
2013-03-19 | Add support for Gentoo OS | Vladimir Rutsky | |
2013-03-19 | Add implementation join Samba server into Active Directory | Lebedev Vadim | |
Conflicts: manifests/server/share.pp | |||
2013-03-19 | Support "read only", "public", "writable", "printable" options | Vladimir Rutsky | |
2013-02-15 | Implement osfamily (fixing scientific linux support), and make sure ↵ | erik-smit | |
unsupported distros fail predictably | |||
2013-02-15 | Add support for CentOS 6.3 | Myles Steinhauser | |
2012-10-25 | more lint tests | Adam Jahn | |
2012-10-25 | lint test share file | Adam Jahn | |
2012-08-24 | alphabatizzzzzzzzzze | Adam Jahn | |
2012-08-24 | implement guest account config option | Adam Jahn | |
2012-08-24 | implement guest only config option | Adam Jahn | |
2012-08-24 | implement force user/group config options | Adam Jahn | |
2012-08-24 | implement force masks config options | Adam Jahn | |
2012-08-24 | fix create mask bug | Adam Jahn | |
2012-08-24 | implement directory mask config option | Adam Jahn | |
2012-08-24 | quote user input so augeas doesn't choke | Adam Jahn | |
2012-08-24 | implement copy config option | Adam Jahn | |
2012-08-24 | comment is really what it's called, quotestring in case of spaces | Adam Jahn | |
2012-08-24 | provision create mask | Adam Jahn | |
2012-08-24 | only allow valid values in boolean options | Adam Jahn | |
2012-08-24 | config option changes should restart server | Adam Jahn | |
2012-08-24 | share is part of the server family | Adam Jahn | |
2012-08-24 | var isn't needed in server config, but it's nice to require the config dir, ↵ | Adam Jahn | |
and permisions | |||
2012-08-17 | initial commit current progress creates shares in ensures samba is installed ↵ | Marc | |
and daemon is running, can add shares to smb.conf, and can set global variables |