diff options
author | Günther Deschner <gd@samba.org> | 2013-07-18 19:09:14 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-07-24 22:37:49 +0200 |
commit | f65b92c0837d0ad0fe930a6755105e6663edb6b6 (patch) | |
tree | 55e766e49486a75341889539b211289caf905e16 /examples | |
parent | 2978a06c7773704552c351ac3bd011f4bf5a6a75 (diff) | |
download | samba-f65b92c0837d0ad0fe930a6755105e6663edb6b6.tar.gz |
pam_winbind: update documentation for "DIR" krb5ccname pragma.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Jul 24 02:43:10 CEST 2013 on sn-devel-104
(cherry picked from commit 9adfe82a1785aa6a7baefb435072a0a81dfb13cb)
The last 3 patches address bug #10043 - Allow to change the default location for
Kerberos credential caches.
Autobuild-User(v4-1-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-1-test): Wed Jul 24 22:37:49 CEST 2013 on sn-devel-104
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pam_winbind/pam_winbind.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pam_winbind/pam_winbind.conf b/examples/pam_winbind/pam_winbind.conf index dd0b112f30..87bc388a45 100644 --- a/examples/pam_winbind/pam_winbind.conf +++ b/examples/pam_winbind/pam_winbind.conf @@ -3,6 +3,7 @@ # # /etc/security/pam_winbind.conf # +# For more details see man pam_winbind.conf(5) [global] @@ -19,7 +20,7 @@ # authenticate using kerberos ;krb5_auth = no -# when using kerberos, request a "FILE" krb5 credential cache type +# when using kerberos, request a "FILE" or "DIR" krb5 credential cache type # (leave empty to just do krb5 authentication but not have a ticket # afterwards) ;krb5_ccache_type = |