summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_sync_ops.h
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS: Allow adding and modifying custom attributes with sss_usermodJakub Hrozek2014-06-011-0/+4
| | | | | | | | | | | | | | | | https://fedorahosted.org/sssd/ticket/2182 Adds three new options to the sss_usermod tool: --addattr --setattr --delattr The syntax is attrname=val1,val2, For example: sss_usermod --addattr=phone-123-456 tuser The operations are performed in the order of add, mod, del. Reviewed-by: Michal Židek <mzidek@redhat.com>
* Remove unused parameter from groupaddLukas Slebodnik2013-11-271-2/+1
|
* Remove unused parameter from useraddLukas Slebodnik2013-11-271-1/+0
|
* Remove unused parameter from groupmodLukas Slebodnik2013-11-271-1/+0
|
* Remove unused parameter from usermodLukas Slebodnik2013-11-271-1/+0
|
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-2/+0
|
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-3/+2
|
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-2/+0
| | | | | The patch also updates code using modified functions. Tests have also been adjusted.
* tools: remove creation of event_contextSimo Sorce2010-04-121-2/+0
| | | | | Since the sysdb is now synchronous and creates its own event context we don't need an explicit event context anymore in the tools.
* sysdb: convert sysdb_getgrnamSimo Sorce2010-04-121-1/+1
|
* sysdb: convert sysdb_getpwnamSimo Sorce2010-04-121-1/+1
|
* Use the sysdb synchronous transaction functionsSimo Sorce2010-04-121-11/+0
|
* sysdb: convert sysdb_delete_entryStephen Gallagher2010-04-121-4/+0
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+125
Also update BUILD.txt