idmap_sss (8) - Linux Manuals

idmap_sss: SSSSD's idmap_sss Backend for Winbind

NAME

idmap_sss - SSSSD's idmap_sss Backend for Winbind

DESCRIPTION

The idmap_sss module provides a way to call SSSD to map UIDs/GIDs and SIDs. No database is required in this case as the mapping is done by SSSD.

IDMAP OPTIONS

range = low - high

Defines the available matching uid and gid range for which the backend is authoritative.

EXAMPLES

This example shows how to configure idmap_sss as the default mapping module.

[global]
security = domain
workgroup = MAIN

idmap config * : backend        = sss
idmap config * : range          = 200000-2147483647
        

AUTHORS

The SSSD upstream - http://fedorahosted.org/sssd