summaryrefslogtreecommitdiffstats
path: root/pam_winbind.conf
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-09-14 17:00:33 +0200
committerGünther Deschner <gd@samba.org>2011-09-14 17:00:33 +0200
commitefba058cdc11f6b3c9d1de483f370fb7701d492b (patch)
tree84d5b2d517f434f553418c5fe010d9c6c962664d /pam_winbind.conf
downloadsamba4-efba058cdc11f6b3c9d1de483f370fb7701d492b.tar.gz
samba4-efba058cdc11f6b3c9d1de483f370fb7701d492b.tar.xz
samba4-efba058cdc11f6b3c9d1de483f370fb7701d492b.zip
initial import.
Guenther
Diffstat (limited to 'pam_winbind.conf')
-rw-r--r--pam_winbind.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/pam_winbind.conf b/pam_winbind.conf
new file mode 100644
index 0000000..dd0b112
--- /dev/null
+++ b/pam_winbind.conf
@@ -0,0 +1,38 @@
+#
+# pam_winbind configuration file
+#
+# /etc/security/pam_winbind.conf
+#
+
+[global]
+
+# turn on debugging
+;debug = no
+
+# turn on extended PAM state debugging
+;debug_state = 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 =
+
+# password expiry warning period in days
+;warn_pwd_expire = 14
+
+# omit pam conversations
+;silent = no
+
+# create homedirectory on the fly
+;mkhomedir = no