summaryrefslogtreecommitdiffstats
path: root/server/man
Commit message (Collapse)AuthorAgeFilesLines
* some UPN handling fixesSumit Bose2009-08-242-0/+30
| | | | | | - making the realm part upper case is now optional and done in the LDAP backend - using a username@realm UPN is now optional
* extended the documentation of LDAP backendSumit Bose2009-08-211-4/+185
| | | | | Added man pages sections about user and group attribute mapping. Added an example configuration to access an AD server.
* 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-2010-20/+20
| | | | | 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
* enable usage of defaultBindDnSumit Bose2009-08-191-0/+21
|
* 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
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-021-0/+98
|
* 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.
* man page for LDAP domainsJakub Hrozek2009-06-031-0/+232
|
* sssd.conf(5) man pageJakub Hrozek2009-06-021-0/+654
|
* Add more manpagesJakub Hrozek2009-06-017-7/+588
|
* Manpage generationJakub Hrozek2009-05-143-0/+152
Provides a set of make rules for generating UNIX manual pages from DocBook 4.5 source as well as sample manpage for sss_useradd. Automatic generation of manual pages during "make" process is tunable with config parameter "--with-manpages". To rebuild the man pages separately, use the "make doc" target. Before building, the manpages are validated using a DTD schema.