summaryrefslogtreecommitdiffstats
path: root/server/man/sssd.conf.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove [dp] section from example configStephen Gallagher2009-10-271-10/+3
| | | | | Also remove references to the DP service from the sssd.conf manpages.
* Add support for offline auth cache timeoutStephen Gallagher2009-10-221-0/+21
| | | | | | | | | This adds a new option (offline_credentials_expiration) to the [PAM] section of the sssd.conf If the user does not perform an online authentication within the timeout (in days), they will be denied auth once the timeout passes.
* User home directories managementJakub Hrozek2009-10-221-0/+73
| | | | | | Create and populate user directories on useradd, delete them on userdel Fixes: #212
* more implicit provider target settingsSumit Bose2009-10-151-1/+28
| | | | | | | | | If auth_provider or access_provider is ont set explicitly id_provider is used if it can handle auth or access control requests respectively. If not auth defaults to 'none' and the access_provider is set to 'permit'. The option 'deny' is added for the access_provider to explicitly deny access.
* set chpass_provider implicit if not set explicitSumit Bose2009-10-151-0/+7
| | | | | | - if chpass_provider is not given in the configuration file but an auth_provider and the auth_provider can also handle change password requests it is used as chpass_provider.
* Remove magicPrivateGroups optionSimo Sorce2009-10-091-41/+0
| | | | | | | | | In sssd only local is a native mpg domain, and it is forced. All other providers will have to unroll mpg users into a user/group pair of entries in the db. This allows the provider to automatically establish if the remote server provides mpg users w/o possibily conflicting manual configurations on the client trying to force an mpg behavior where none is provided.
* add description of chpass_provider option to sssd.conf man pageSumit Bose2009-10-081-0/+30
|
* more documentation and test for sssd.confSumit Bose2009-10-051-0/+5
| | | | | - add a hint to the man page about permissions on sssd.conf - add a test if a symbolic link can be opened
* Manpages updateJakub Hrozek2009-09-251-181/+144
|
* add a man page for pam_sssSumit Bose2009-09-231-0/+3
|
* Remove provider=filesJakub Hrozek2009-09-231-11/+1
| | | | | | | Remove this provider type, as well as any references in the docs and examples to the "LEGACYLOCAL" migration domain. Fixes: #165
* Add missing reference to sssd-ldap(5) in sssd.conf(5) manpageStephen Gallagher2009-09-181-0/+3
|
* 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