diff options
| author | Jakub Hrozek <jhrozek@redhat.com> | 2017-03-22 12:53:17 +0100 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2017-03-30 14:09:02 +0200 |
| commit | 6324eaf1fb321c41ca9883966118df6d45259b7e (patch) | |
| tree | a6f7ec1250cb69a187824ecd7600e01507659343 /src/config/SSSDConfig | |
| parent | 82843754193b177275ce16f2901edac2060a3998 (diff) | |
| download | sssd-6324eaf1fb321c41ca9883966118df6d45259b7e.tar.gz sssd-6324eaf1fb321c41ca9883966118df6d45259b7e.tar.xz sssd-6324eaf1fb321c41ca9883966118df6d45259b7e.zip | |
CONFDB: Introduce SSSD domain type to distinguish POSIX and application domains
Related to:
https://pagure.io/SSSD/sssd/issue/3310
Adds a new option that allows to distinguish domains that do contain
POSIX users and groups and those that don't. The POSIX domains are the
default. The non-POSIX domains are selected by selecting an
"application" type domain.
Reviewed-by: Sumit Bose <sbose@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/config/SSSDConfig')
| -rw-r--r-- | src/config/SSSDConfig/__init__.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 0edc3ea84..070994bcd 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -148,6 +148,7 @@ option_strings = { 'selinux_provider' : _('SELinux provider'), # [domain] + 'domain_type' : _('Whether the domain is usable by the OS or by applications'), 'min_id' : _('Minimum user ID'), 'max_id' : _('Maximum user ID'), 'enumerate' : _('Enable enumerating all users/groups'), |
