Releases: malomalo/sync-accounts
Releases · malomalo/sync-accounts
v0.1.0
- Allow users to have any shell defined in
/etc/shells
v0.0.9
- Update to use
File::exist?
over the non-standard File::exists?
v0.0.8
If the config file (ie. /etc/sync-accounts.conf
) does not have an url it will use it as the permissions file, allowing you to put the users and app in the conf file
v0.0.6
Switched to userdel
instead of deluser
v0.0.5
- Fixed error when comments presence in
passwd
file
v0.0.4
sync-accounts
now accepts a config file or url. If no arguments are passed the config file is
assumed to be /etc/sync-accounts.conf
v0.0.2
- Sync Accounts now adds users to the
wheel
group instead of the sudo
group
v0.0.1
Merge pull request #2 from waratuman/master
Autoconf / Automake