summaryrefslogtreecommitdiff
path: root/src/man/include
AgeCommit message (Collapse)AuthorFilesLines
2011-08-25New DEBUG facility - man pagesPavel Březina1-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
2011-07-08Add support for experimental featuresSumit Bose1-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.
2011-01-14Fix manpage typosYuri Chornoivan1-1/+1
2010-12-01Allow protocol fallback for SRV queriesJakub Hrozek1-0/+7
https://fedorahosted.org/sssd/ticket/691
2010-06-30Add dns_discovery_domain optionJakub Hrozek1-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
2010-05-07Use service discovery in backendsJakub Hrozek1-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.
2010-02-18Rename server/ directory to src/Stephen Gallagher3-0/+56
Also update BUILD.txt