svn commit: samba r15094 - branches/SAMBA_3_0/examples/pam_winbind trunk/examples/pam_winbind

lmuelle at samba.org lmuelle at samba.org
Sat Apr 15 21:24:32 GMT 2006


Author: lmuelle
Date: 2006-04-15 21:24:32 +0000 (Sat, 15 Apr 2006)
New Revision: 15094

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15094

Log:
Replace ; by # where we have a comment and remove superfluous spaces at
the end of lines.

Modified:
   branches/SAMBA_3_0/examples/pam_winbind/pam_winbind.conf
   trunk/examples/pam_winbind/pam_winbind.conf


Changeset:
Modified: branches/SAMBA_3_0/examples/pam_winbind/pam_winbind.conf
===================================================================
--- branches/SAMBA_3_0/examples/pam_winbind/pam_winbind.conf	2006-04-15 13:45:27 UTC (rev 15093)
+++ branches/SAMBA_3_0/examples/pam_winbind/pam_winbind.conf	2006-04-15 21:24:32 UTC (rev 15094)
@@ -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 =

Modified: trunk/examples/pam_winbind/pam_winbind.conf
===================================================================
--- trunk/examples/pam_winbind/pam_winbind.conf	2006-04-15 13:45:27 UTC (rev 15093)
+++ trunk/examples/pam_winbind/pam_winbind.conf	2006-04-15 21:24:32 UTC (rev 15094)
@@ -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 =



More information about the samba-cvs mailing list