summaryrefslogtreecommitdiffstats
path: root/server/tools/tools_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Create gettext framework for SSSD daemonStephen Gallagher2009-06-171-0/+20
|
* Silence warningsSimo Sorce2009-05-261-1/+1
|
* Invoke shadow-utils in sss_ toolsJakub Hrozek2009-04-281-0/+88
| | | | | Make shadow-utils base path configurable Use default values for params, allow configuring them
* Move MPG checks within sysdb.Simo Sorce2009-03-091-98/+0
| | | | | This allows to perform checks and modifications in one transaction. Uses configuration stored in confdb to determins if a domain uses MPGs.
* sss_usermodJakub Hrozek2009-03-091-0/+44
| | | | Move parse_groups into tools_utils
* Add userspace tools to manipulate accounts.Simo Sorce2009-03-061-0/+196
The first functional command is sss_useradd (Name is temporary, while looking for a better one)