From d2cf063e6bf081e17ba54bcd24a39396dac33e1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Sat, 15 Apr 2006 21:24:32 +0000 Subject: [PATCH] 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 | 52 +++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) rewrite examples/pam_winbind/pam_winbind.conf (83%) diff --git a/examples/pam_winbind/pam_winbind.conf b/examples/pam_winbind/pam_winbind.conf dissimilarity index 83% index 5138efbb377..ca36e2ab00a 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 -; - -[global] - -; turn on debugging -;debug = no - -; request a cached login if possible -; (needs "winbind offline logon = yes" in smb.conf) -;cached_login = no - -; 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 = - -; make successful authentication dependend on membership of one SID -; (can also take a name) -;require_membership_of = +# +# pam_winbind configuration file +# +# /etc/security/pam_winbind.conf +# + +[global] + +# turn on debugging +;debug = no + +# request a cached login if possible +# (needs "winbind offline logon = yes" in smb.conf) +;cached_login = no + +# 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 = + +# make successful authentication dependend on membership of one SID +# (can also take a name) +;require_membership_of = -- 2.11.4.GIT