From 1c48b5a62f73234ed26bb20f0ab345ab61cda0ab Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 07:49:04 -0500 Subject: Rename server/ directory to src/ Also update BUILD.txt --- src/man/sssd_krb5_locator_plugin.8.xml | 89 ++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 src/man/sssd_krb5_locator_plugin.8.xml (limited to 'src/man/sssd_krb5_locator_plugin.8.xml') diff --git a/src/man/sssd_krb5_locator_plugin.8.xml b/src/man/sssd_krb5_locator_plugin.8.xml new file mode 100644 index 00000000..6c60431f --- /dev/null +++ b/src/man/sssd_krb5_locator_plugin.8.xml @@ -0,0 +1,89 @@ + + + +SSSD Manual pages + + + + + sssd_krb5_locator_plugin + 8 + + + + sssd_krb5_locator_plugin + the configuration file for SSSD + + + + DESCRIPTION + + The Kerberos locator plugin + sssd_krb5_locator_plugin is used by the Kerberos + provider of + + sssd + 8 + + to tell the Kerberos libraries what Realm and which KDC to use. + Typically this is done in + + krb5.conf + 5 + + which is always read by the Kerberos libraries. To simplyfy the + configuration the Realm and the KDC can be defined in + + sssd.conf + 5 + + as described in + + sssd-krb5.conf + 5 + + + + + sssd + 8 + + puts the Realm and the name or IP address of the KDC into the + enviroment variables SSSD_KRB5_REALM and SSSD_KRB5_KDC respectively. + When sssd_krb5_locator_plugin is called by the + kerberos libraries it reads and evaluates these variable and returns + them to the libraries. + + + + + NOTES + + Not all Kerberos implementations support the use of plugins. If + sssd_krb5_locator_plugin is not available on + your system you have to edit /etc/krb5.conf to reflect your + Kerberos setup. + + + If the enviroment variable SSSD_KRB5_LOCATOR_DEBUG is set to any + value debug messages will be sent to stderr. + + + + + SEE ALSO + + + sssd-krb55 + , + + sssd.conf5 + , + + sssd8 + + + + + -- cgit