From 1a0eed71352d7d2c4a9f335d8583e0fee3cae491 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 15 Jun 2009 15:07:39 +0200 Subject: added kerberos backend with tevent_req event handling --- server/man/sssd-krb5.5.xml | 98 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 server/man/sssd-krb5.5.xml (limited to 'server/man/sssd-krb5.5.xml') diff --git a/server/man/sssd-krb5.5.xml b/server/man/sssd-krb5.5.xml new file mode 100644 index 000000000..a75193a66 --- /dev/null +++ b/server/man/sssd-krb5.5.xml @@ -0,0 +1,98 @@ + + + +SSSD Manual pages + + + + + sssd-krb5 + 5 + File Formats and Conventions + + + + sssd-krb5 + the configuration file for SSSD + + + + DESCRIPTION + + This manual page describes the configuration of the Kerberos + 5 authentication backend for + + sssd + 8 + . + For a detailed syntax reference, please refer to the FILE FORMAT section of the + + sssd.conf + 5 + manual page + + + + + CONFIGURATION OPTIONS + + If the auth-module krb5 is used in a SSSD domain, the following + options must be used. See the + + sssd.conf + 5 + manual page, section DOMAIN SECTIONS + for details on the configuration of a SSSD domain. + + + krb5KDCIP (string) + + + Specifies the IP address of the Kerberos server. + + + + + + krb5REALM (string) + + + The name of the Kerberos realm. + + + + + + + + + EXAMPLE + + The following example assumes that SSSD is correctly + configured and FOO is one of the domains in the + [domains] section. + + + + [domains/FOO] + auth-module = krb5 + krb5KDCIP = 192.168.1.1 + krb5REALM = EXAMPLE.COM + + + + + + SEE ALSO + + + sssd.conf5 + , + + sssd8 + + + + + -- cgit