summaryrefslogtreecommitdiffstats
path: root/src/man/include
Commit message (Collapse)AuthorAgeFilesLines
* Primary server support: man page, failover sectionJan Zeleny2012-08-011-1/+11
|
* manpage: sssd-sudo - documents how sudo works with sssdPavel Březina2012-07-301-0/+6
| | | | https://fedorahosted.org/sssd/ticket/1418
* manpage: seealso - include ssh conditionallyPavel Březina2012-07-231-6/+10
| | | | | SSH utilities were included in see also section even if SSSD is built without SSH support.
* AD: Add manpages and SSSDConfig entriesStephen Gallagher2012-07-061-0/+3
|
* MAN: Unify "SEE ALSO" sectionsStephen Gallagher2012-07-061-0/+68
|
* Fix typos in message and man pages.Yuri Chornoivan2012-05-141-1/+1
|
* MAN: Add manpage for ID mappingStephen Gallagher2012-05-031-0/+192
|
* Document sss_tools betterJakub Hrozek2012-04-201-0/+20
| | | | https://fedorahosted.org/sssd/ticket/917
* New DEBUG facility - man pagesPavel Březina2011-08-251-0/+60
| | | | | | | https://fedorahosted.org/sssd/ticket/925 Modified sssd and sssd.conf man pages to reflect new levels. Added new man include: include/debug_levels.xml
* Add support for experimental featuresSumit Bose2011-07-081-0/+4
| | | | | | | | | | | | New experimental features should have their own configure switch to enable or disable them at compile time. Additionally they can check if the configure variable build_all_experimental_features is set and enable the feature. This variable will be set if the command line option --enable-all-experimental-features is used to configure sssd. This will make it easy to enable all experimental features. Experimental features should be marked in the man pages. To simplify this include/experimental.xml can be used.
* Fix manpage typosYuri Chornoivan2011-01-141-1/+1
|
* Allow protocol fallback for SRV queriesJakub Hrozek2010-12-011-0/+7
| | | | https://fedorahosted.org/sssd/ticket/691
* Add dns_discovery_domain optionJakub Hrozek2010-06-301-2/+7
| | | | | | | | | | | | The service discovery used to use the SSSD domain name to perform DNS queries. This is not an optimal solution, for example from the point of view of authconfig. This patch introduces a new option "dns_discovery_domain" that allows to set the domain part of a DNS SRV query. If this option is not set, the default behavior is to use the domain part of the machine's hostname. Fixes: #479
* Use service discovery in backendsJakub Hrozek2010-05-071-0/+36
| | | | | | | | | Integrate the failover improvements with our back ends. The DNS domain used in the SRV query is always the SSSD domain name. Please note that this patch changes the default value of ldap_uri from "ldap://localhost" to "NULL" in order to use service discovery with no server set.
* Rename server/ directory to src/Stephen Gallagher2010-02-183-0/+56
Also update BUILD.txt