diff options
Diffstat (limited to 'debian/examples/pam/smtp')
-rw-r--r-- | debian/examples/pam/smtp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/examples/pam/smtp b/debian/examples/pam/smtp new file mode 100644 index 0000000..645535c --- /dev/null +++ b/debian/examples/pam/smtp @@ -0,0 +1,14 @@ +#%PAM-1.0 +#------------------------------------------------------------------------ +# +# /etc/pam.d/smtp +# +# Copyright (c) 2000-2001 Richard Nelson. All Rights Reserved. +# Version: 2.0.0 +# Time-stamp: <2001/05/29 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 |