summaryrefslogtreecommitdiffstats
path: root/server/man/sssd.conf.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation and examplesSimo Sorce2009-09-111-14/+0
| | | | | | | Remove the "legacy" option from examples and man pages. Legacy is is finally R.I.P Add docs for ldapSchema in sssd-ldap man page.
* Small changes to the example config and manpageJakub Hrozek2009-09-111-12/+25
| | | | | | | | | Remove magicPrivateGroups since it's set automatically, use bool values for enumerate. Also add a notice about krb5 auth-module with a link to specialized manpage to sssd.conf(5) similar to what we have for ldap auth-module. Move both outside proxy domain description.
* Update manpage to reflect new syntax for enumerateStephen Gallagher2009-09-101-12/+6
|
* Add support for the EntryCacheNoWaitRefreshTimeoutStephen Gallagher2009-09-091-0/+13
| | | | | | | | This timeout specifies the lifetime of a cache entry before it is updated out-of-band. When this timeout is hit, the request will still complete from cache, but the SSSD will also go and update the cached entry in the background to extend the life of the cache entry and reduce the wait time of a future request.
* more fixes for older libpcre versionssbose2009-09-091-1/+6
| | | | | - older version of libpcre only support the Python syntax (?P<name>) for named subpatterns
* check if libpcre version is above or below 7Sumit Bose2009-09-011-0/+7
| | | | | PCRE_DUPNAMES is a new feature of libpcre 7. It is used in sssd to make the splitting of fully qualified user names more flexible.
* fix handling of filtersUsers in groupsSumit Bose2009-08-211-0/+12
| | | | | | | | - with the boolean option filterUsersInGroups it can be controlled wether filtered users appear in groups or not. - fixed an error which prevented the display of groups with filtered members - removed some tab indents
* Support Docbook 4.4Stephen Gallagher2009-08-201-2/+2
| | | | | RHEL5 did not support Docbook 4.5, and we are not using any 4.5 features.
* Make the LOCAL provider always use MagicPrivateGroupsStephen Gallagher2009-08-201-1/+7
| | | | Also updates the manpage for sssd.conf to denote this
* Make "files" a reserved word for legacy local domainJakub Hrozek2009-08-131-1/+11
| | | | | | | | This patch introduces provider=files as a valid provider. Upon loading the backend, its properties in confdb are overwritten to those that represent legacy local domain. Also document this in sssd.conf(5) and example config
* Remove redundant libPath option from proxy providerStephen Gallagher2009-06-301-12/+0
| | | | | The libPath should be constructed from the libName. There is no benefit to specifying it separately.
* sssd.conf(5) man pageJakub Hrozek2009-06-021-0/+654