summaryrefslogtreecommitdiffstats
path: root/src/responder/common/iface/responder_domain.c
Commit message (Collapse)AuthorAgeFilesLines
* RESPONDER: Add a responder sbus interface to set domain stateJakub Hrozek2017-02-151-0/+73
Adds a generic responder s-bus interface that all responders implement. The interface currently contains methods that make it possible for a sssd domain to be marked as active or inconsistent by a back end. In the future, this commit will be superseded by sbus signals. Reviewed-by: Pavel Březina <pbrezina@redhat.com>