1. 22 Mar, 2012 1 commit
    • Add user module to create, modify, and delete user accounts · f4835477
      This relies on useradd, usermod, and userdel utilities on the system.
      The argument name is required; if state is not provided, present is
      assumed.  Other options supported for creating or modifying an existing
      account:  uid, gid, comment, home, shell, and password.  If managing the
      password, it must already be encrypted.  When creating an account, you
      can also provide the argument createhome to control whether the home
      directory is created.  Arguments supported for deleting an account are:
      force (remove account even if user is logged in) and remove (remove home
      directory).
      Stephen Fromm committed
  2. 21 Mar, 2012 5 commits
  3. 20 Mar, 2012 6 commits
  4. 19 Mar, 2012 2 commits
  5. 18 Mar, 2012 14 commits
  6. 31 Mar, 2012 3 commits
  7. 30 Mar, 2012 3 commits
  8. 16 Mar, 2012 6 commits