Created
July 5, 2017 13:00
-
-
Save tuurma/8d240c834ac4c6ae48b7c37378e627b3 to your computer and use it in GitHub Desktop.
groups and users
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sm:create-group('shcusers')), | |
sm:create-group('shcadmins')), | |
sm:create-account('shcuser', 'pa$$wd', 'shcusers', '', 'First Last Name', 'SHC project member'), | |
sm:create-account('tuurma', 'pa$$wd', 'shcusers', '', 'Magdalena Turska', 'SHC project member'), | |
sm:add-group-member('shcadmins', 'tuurma'), | |
sm:remove-account('tuurma') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment