summaryrefslogtreecommitdiffstats
path: root/server/tools/tools_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Tools ID range fixesJakub Hrozek2009-08-131-1/+2
| | | | | | | | | The tools did not take the special case where id_max = 0 (no limit) into account. Also disallow adding users when ID is specified outside any domain. Resolves trac tickets #86 and #89
* Parse fully qualified names in toolsJakub Hrozek2009-08-051-37/+88
| | | | | | Allow adding users into different domains not only by specifying ID directly but also by specifying fully qualified name. Exit when both specifications are used in conflict.
* Correct check for local domain in toolsJakub Hrozek2009-07-311-2/+2
| | | | | | When looking for the local domain in the tools, do so by looking on provider value, not domain name. Also removes one redundant lookup of local domain.
* Check for root before initializingJakub Hrozek2009-07-061-4/+26
| | | | | Also move setting locale to separate function to be called before anything else to make sure the "Not root" message would be localized.
* Gettextize the sss_ toolsJakub Hrozek2009-07-021-2/+2
|
* 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)