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

gd at samba.org gd at samba.org
Wed Apr 12 17:36:13 GMT 2006


Author: gd
Date: 2006-04-12 17:36:13 +0000 (Wed, 12 Apr 2006)
New Revision: 15058

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

Log:
Add sample pam_winbind.conf file.

Guenther

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


Changeset:
Added: branches/SAMBA_3_0/examples/pam_winbind/pam_winbind.conf
===================================================================
--- branches/SAMBA_3_0/examples/pam_winbind/pam_winbind.conf	2006-04-12 16:27:53 UTC (rev 15057)
+++ branches/SAMBA_3_0/examples/pam_winbind/pam_winbind.conf	2006-04-12 17:36:13 UTC (rev 15058)
@@ -0,0 +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 =

Added: trunk/examples/pam_winbind/pam_winbind.conf
===================================================================
--- trunk/examples/pam_winbind/pam_winbind.conf	2006-04-12 16:27:53 UTC (rev 15057)
+++ trunk/examples/pam_winbind/pam_winbind.conf	2006-04-12 17:36:13 UTC (rev 15058)
@@ -0,0 +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 =



More information about the samba-cvs mailing list