summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Account.mof
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
| | | | Updated copyright years to include new year 2014.
* account: Ignore homedir deletion failures when deleting an userTomas Bzatek2013-11-111-3/+5
| | | | | | | | | | It was impossible to remove user when its home directory was unable to delete, e.g. either pointing to a bad location or inaccessible as in not being mounted, etc. Even the "force" argument didn't help. For this reason, any failure on homedir deletion is now ignored and a warning is noted in the log. The particular error return code is unused now but kept in the MOF file for compatibility, adding a note.
* Account: set proper version of LMI_GroupRoman Rakus2013-09-301-1/+1
| | | | | | I missed this in previous commit Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Add DeleteGroup method to be consistent with user's deletionRoman Rakus2013-09-301-0/+10
| | | | | | | | | | | User deletetion is done by DeleteUser method. Added similar method to delete a group. Also do the check if the group isn't a primary group of a user. Changed documentation accordingly. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: Allow to set plain text passwordRoman Rakus2013-09-201-2/+19
| | | | | | libuser has a mechanism to encrypt password Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Better return values for methodsRoman Rakus2013-09-051-2/+15
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: New delete methodRoman Rakus2013-09-021-0/+27
| | | | | | This method should be used insted of intrinsic DeleteInstace. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* bumped version to 0.2.00.2.0Michal Minar2013-08-281-21/+21
|
* Add Version to mof files.Jan Safranek2013-07-261-21/+23
|
* Account: Indications for creation and deletionRoman Rakus2013-07-011-0/+15
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* renamed mof files according to LMI conventionMichal Minar2013-04-221-0/+310
Mof files prefixed with digits ensuring their correct order of parsing upon their installation. This avoids problems with sfcbmof compiler, which can not handle dependent classes being parsed before their antecedents. Convention is specified in mof/README. Removed inclusion of LMI_Qualifiers in LMI_Jobs. LMI_Qualifiers should be registered in cimom instead of included in dependent mof files. This allows it to be used by any other providers simultaneously. Modified references to mof files in cmake build files.