summaryrefslogtreecommitdiff
path: root/debian/examples/pam.d/smtp
diff options
context:
space:
mode:
Diffstat (limited to 'debian/examples/pam.d/smtp')
-rw-r--r--debian/examples/pam.d/smtp16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/examples/pam.d/smtp b/debian/examples/pam.d/smtp
new file mode 100644
index 0000000..50f2ebe
--- /dev/null
+++ b/debian/examples/pam.d/smtp
@@ -0,0 +1,16 @@
+#%PAM-1.0
+#------------------------------------------------------------------------
+#
+# /etc/pam.d/smtp
+#
+# Copyright (c) 2000-2003 Richard Nelson. All Rights Reserved.
+# Version: 2.0.1
+# Time-stamp: <2003/05/06 12:00:00 cowboy>
+#
+# PAM configuration file used by SASL to authenticate a PLAIN password.
+#
+#------------------------------------------------------------------------
+#auth sufficient pam_ldap.so
+auth required pam_unix.so nullok try_first_pass
+account required pam_unix.so
+password required pam_unix.so