summaryrefslogtreecommitdiffstats
path: root/src/account
Commit message (Collapse)AuthorAgeFilesLines
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-1225-230/+339
|
* Account: Compiletime definition of supported encrypt algorithms0.0.13Roman Rakus2012-11-074-0/+35
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Include license text in source filesRoman Rakus2012-10-2623-0/+391
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Account modification of password expirations0.0.12Roman Rakus2012-10-252-26/+152
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: minor cleanupRoman Rakus2012-10-251-2/+0
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Change project name from Cura to OpenLMIRadek Novacek2012-10-222-7/+7
|
* Account: Minor change in create account methodRoman Rakus2012-10-101-5/+1
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Account: Password and user expirationRoman Rakus2012-10-101-22/+41
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: create account - set password0.0.5Roman Rakus2012-09-271-0/+11
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: last login, password min and max lifetimeRoman Rakus2012-09-274-4/+62
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: ModifyInstance of AccountRoman Rakus2012-09-261-1/+105
| | | | | | | So far only possible to change GECOS record (ElementName), home directory, login shell and password. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: CreateGroup implementedRoman Rakus2012-09-211-1/+106
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: DeleteInstance on LMI_GroupRoman Rakus2012-09-211-1/+39
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: DeleteInstance of LMI_IdentityRoman Rakus2012-09-211-1/+68
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: delete instance on LMI_AccountRoman Rakus2012-09-201-1/+40
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: Use LMI as Organization IDRoman Rakus2012-09-191-1/+1
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: createAccount function implementationRoman Rakus2012-09-071-2/+238
| | | | | | | I decided to not follow the DMTF Standard strictly here. Rather than using embedded instance I use several parameters. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Make destination of .reg adjustable in CuraMacros0.0.3Radek Novacek2012-08-291-1/+1
| | | | | If CuraMacros are used by different provider it needs to change location where the .reg is installed.
* Define methods from experimental schemaRadek Novacek2012-08-293-0/+93
| | | | | Add missing methods to fix undefined references. All of the methods return NOT_SUPPORTED error
* Rename HostedService classes to avoid duplicationRadek Novacek2012-08-281-31/+31
| | | | | | | Both Power and Account providers defined LMI_HostedService class. It confuses sfcbd daemon, so the classes has been renamed based on which service they provide (HostedPowerManagementService and HostedAccountManagementService).
* Rename prefix from Cura_ to LMI_Radek Novacek2012-08-2822-829/+829
|
* Account provider0.0.2Roman Rakus2012-08-1424-0/+4533
Listing of the users and groups Signed-off-by: Roman Rakus <rrakus@redhat.com>