summaryrefslogtreecommitdiff
path: root/server/tools/tools_util.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-06Check for root before initializingJakub Hrozek1-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.
2009-07-02Gettextize the sss_ toolsJakub Hrozek1-2/+2
2009-06-17Create gettext framework for SSSD daemonStephen Gallagher1-0/+20
2009-05-26Silence warningsSimo Sorce1-1/+1
2009-04-28Invoke shadow-utils in sss_ toolsJakub Hrozek1-0/+88
Make shadow-utils base path configurable Use default values for params, allow configuring them
2009-03-09Move MPG checks within sysdb.Simo Sorce1-98/+0
This allows to perform checks and modifications in one transaction. Uses configuration stored in confdb to determins if a domain uses MPGs.
2009-03-09sss_usermodJakub Hrozek1-0/+44
Move parse_groups into tools_utils
2009-03-06Add userspace tools to manipulate accounts.Simo Sorce1-0/+196
The first functional command is sss_useradd (Name is temporary, while looking for a better one)