From d2cf063e6bf081e17ba54bcd24a39396dac33e1a Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Sat, 15 Apr 2006 21:24:32 +0000 Subject: r15094: Replace ; by # where we have a comment and remove superfluous spaces at the end of lines. (This used to be commit 27044d23ffbb2de0405e85b8ae184d12aa1e1f32) --- examples/pam_winbind/pam_winbind.conf | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'examples') diff --git a/examples/pam_winbind/pam_winbind.conf b/examples/pam_winbind/pam_winbind.conf index 5138efbb37..ca36e2ab00 100644 --- a/examples/pam_winbind/pam_winbind.conf +++ b/examples/pam_winbind/pam_winbind.conf @@ -1,26 +1,26 @@ -; -; pam_winbind configuration file -; -; /etc/security/pam_winbind.conf -; +# +# pam_winbind configuration file +# +# /etc/security/pam_winbind.conf +# [global] -; turn on debugging +# turn on debugging ;debug = no -; request a cached login if possible -; (needs "winbind offline logon = yes" in smb.conf) +# request a cached login if possible +# (needs "winbind offline logon = yes" in smb.conf) ;cached_login = no -; authenticate using kerberos +# authenticate using kerberos ;krb5_auth = no -; when using kerberos, request a "FILE" krb5 credential cache type -; (leave empty to just do krb5 authentication but not have a ticket -; afterwards) -;krb5_ccache_type = +# when using kerberos, request a "FILE" krb5 credential cache type +# (leave empty to just do krb5 authentication but not have a ticket +# afterwards) +;krb5_ccache_type = -; make successful authentication dependend on membership of one SID -; (can also take a name) +# make successful authentication dependend on membership of one SID +# (can also take a name) ;require_membership_of = -- cgit