diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-11-26 23:38:15 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-11-26 23:38:15 +0100 |
commit | 02acd0ec98167b72634677c66890886c72e655f0 (patch) | |
tree | 03873e5981db1b8dc53f3decc7dbc73f5fda745a /man | |
parent | fd4d98e5fe02711367cb71a1a056f103efab87a2 (diff) |
clean up Kerberos ccname code, moving it to cfg.c, fixing some bugs in the putenv() code, making the gss_krb5_ccache_name() automatically used if the function is available and removing the --with-gssapi-dir, --enable-configurable-krb5-ccname-gssapi and --enable-configurable-krb5-ccname-env configure options
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@481 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'man')
-rw-r--r-- | man/nss-ldapd.conf.5.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml index 2936ca3..727f29b 100644 --- a/man/nss-ldapd.conf.5.xml +++ b/man/nss-ldapd.conf.5.xml @@ -255,15 +255,14 @@ <title>Kerberos authentication options</title> <variablelist> - <varlistentry> - <term><emphasis remap="B">krb5_ccname <PREFIX:args></emphasis></term> + <varlistentry> + <term><option>krb5_ccname</option> <emphasis remap="I">NAME</emphasis></term> <listitem> - <para>If - <emphasis remap="B">nss_ldap</emphasis> - is built with configurable GSS-API credentials cache name support, - specifies the Kerberos credentials cache to use.</para> + <para> + Set the name for the GSS-API Kerberos credentials cache. + </para> </listitem> - </varlistentry> + </varlistentry> </variablelist> </refsect2> |