Commit Graph

10 Commits (e788a5d9302e63a1d261303d5072f6dba3e137af)

Author SHA1 Message Date
Michael DeHaan 3840c608da Resolve docs conflict. 11 years ago
Michael DeHaan 4a7f0eeccc Fix merge conflict. 11 years ago
Jan-Piet Mens 3404a0fc16 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
11 years ago
trbs a31ba582b4 Add support for Open and NetBSD platforms for user and group modules, including a new login_class parameter for FreeBSD, OpenBSD and NetBSD. 11 years ago
Michael DeHaan 10c905e3e2 Remove debug statement in previous patch. 11 years ago
trbs 1f673450cd Fix for #3062 additional groups should only be added once.
Also consolidated duplicate groups code into one get_groups_set() method.
Removed unused call to user_group_membership.
Removed sorting operations on set functions cause sets are inherently unordered.
Minor style improvements to match the rest of the code.

The new function will make the order of group names passed to the system command less determistic.
Which was already the case for modify_user_usermod() but not for other methods.
It will also strip out duplicate group names automatically which was not always the case previously.
11 years ago
Scott Sturdivant ffb50dfb34 Fixes #2924: User creation always reports 'changed' 11 years ago
madema 973eb69911 -o and -r option don't exist on AIX 12 years ago
lonerr 2a8ef8a87c Fixed errors in FreeBSD user manipulations. 12 years ago
Michael DeHaan cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago