summaryrefslogtreecommitdiff
path: root/src/man/include
AgeCommit message (Collapse)AuthorFilesLines
2013-10-07MAN: Reflow debug_levels.xmlStephen Gallagher1-13/+20
Many lines in debug_levels.xml violated our line-length conventsions. This patch provides no functional changes, it simply brings those lines into compliance.
2013-10-07MAN: Clarify debug level documentationStephen Gallagher1-6/+20
Originally, we planned to deprecate the decimal values for the debug levels, but that has proven to be too difficult for most users to understand. Instead, we will document both the simple decimal and complex bitmask values and recommend the use of the decimal values.
2013-04-10Put the override_homedir into an included xml fileJakub Hrozek1-0/+54
The description was duplicated on two places, leading to errors where one was amended but the other was not.
2013-02-01Correct sss_ssh_knowhostsproxy typo in man pagesJohn Hodrien1-1/+1
2012-12-18try primary server after retry_timeout + 1 seconds when switching to backupPavel Březina1-1/+1
https://fedorahosted.org/sssd/ticket/1679 The problem is when we are about to reset the server status, we don't get through the timeout (30 seconds) because the "switch to primary server" task is scheduled 30 seconds after fall back to a backup server. Thus the server status remains "not working" and is resetted after another 30 seconds. We need to make sure that the server status is tried after the timeout period. retry_timeout is currently hardcoded to 30, thus the change in man page.
2012-10-05man: Note that automounter must be restarted to re-read the master mapJakub Hrozek1-0/+6
https://fedorahosted.org/sssd/ticket/1563
2012-10-04Fix default upper limit of slicesOndrej Kos1-1/+1
https://fedorahosted.org/sssd/ticket/1537 changes upper limit of slices to 2000200000 in providers code and manpage.
2012-10-03Note that Range Retrieval is not supported when filter is used in the search ↵Jakub Hrozek2-2/+14
base. https://fedorahosted.org/sssd/ticket/1471
2012-10-01Change option to display help message in man pages.Michal Zidek2-1/+11
POPT_AUTOHELP generates -? and --help options and not -h to display help message. https://fedorahosted.org/sssd/ticket/1546
2012-08-10MAN: Improve description of ldap_*_search_base optionsStephen Gallagher2-0/+55
It was ambiguous that these options supported the new multiple search base format, as well as the search filters.
2012-08-10remove duplicate sss_obfuscate reference in seealso manpage sectionNick Guay1-3/+0
2012-08-09SRV resolution for backup servers should not be permitted.Michal Zidek1-1/+1
https://fedorahosted.org/sssd/ticket/1463
2012-08-09Change default for ldap_idmap_range_min to 200000Jakub Hrozek1-1/+1
https://fedorahosted.org/sssd/ticket/1462
2012-08-08Replaced "id_max" & "id_min"Ondrej Kos1-4/+4
2012-08-01First-boot sss_seed toolNick Guay1-1/+4
2012-08-01Primary server support: man page, failover sectionJan Zeleny1-1/+11
2012-07-30manpage: sssd-sudo - documents how sudo works with sssdPavel Březina1-0/+6
https://fedorahosted.org/sssd/ticket/1418
2012-07-23manpage: seealso - include ssh conditionallyPavel Březina1-6/+10
SSH utilities were included in see also section even if SSSD is built without SSH support.
2012-07-06AD: Add manpages and SSSDConfig entriesStephen Gallagher1-0/+3
2012-07-06MAN: Unify "SEE ALSO" sectionsStephen Gallagher1-0/+68
2012-05-14Fix typos in message and man pages.Yuri Chornoivan1-1/+1
2012-05-03MAN: Add manpage for ID mappingStephen Gallagher1-0/+192
2012-04-20Document sss_tools betterJakub Hrozek1-0/+20
https://fedorahosted.org/sssd/ticket/917
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