aboutsummaryrefslogtreecommitdiff
path: root/manifests/server/user.pp
AgeCommit message (Collapse)Author
2016-01-22Remove check_samba_user and add_samba_user scriptsAlexander Fisher
Call the pdbedit commands directly from samba::server::user instead
2015-04-13document classes to satisfy lintingAdam Jahn
2015-04-11lint formattingAdam Jahn
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