summaryrefslogtreecommitdiffstats
path: root/commands/account
Commit message (Collapse)AuthorAgeFilesLines
* require openlmi-tools instead of openlmi-scriptsMichal Minar2014-04-241-1/+1
| | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command.
* unified script versionsMichal Minar2014-03-174-26/+7
| | | | | | | All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them.
* Merge pull request #57 from jsafrane/devel/storage-docMichal Minar2014-02-218-7/+650
|\ | | | | Storage + account doc updates v2
| * Add account script documentation.Jan Safranek2014-02-208-7/+650
| |
* | Fixed UID and GID parameters of user and group creation.Jan Safranek2014-02-181-3/+3
| |
* | Add account tests.Jan Safranek2014-02-184-0/+502
|/
* Subject: [PATCH] Scripts for accountRoman Rakus2014-02-147-0/+797
Signed-off-by: Roman Rakus <romanrakus@gmail.com> Hevily updated by Jan Safranek