diff -u pam-dotfile-0.7/debian/changelog pam-dotfile-0.7/debian/changelog --- pam-dotfile-0.7/debian/changelog +++ pam-dotfile-0.7/debian/changelog @@ -1,3 +1,10 @@ +pam-dotfile (0.7-1ubuntu1) gutsy; urgency=low + + * updated README file example to use dovecot. (LP: #110829). + * fixed rule file + + -- Niklas Klein Fri, 7 Sep 2007 14:13:14 +0200 + pam-dotfile (0.7-1) unstable; urgency=low * new upstream, fixes bug in conjunction with exim4. diff -u pam-dotfile-0.7/debian/rules pam-dotfile-0.7/debian/rules --- pam-dotfile-0.7/debian/rules +++ pam-dotfile-0.7/debian/rules @@ -71,7 +71,7 @@ dh_testdir dh_testroot dh_installchangelogs - dh_installdocs doc/{README,README.html,style.css} + dh_installdocs doc/README doc/README.html doc/style.css # dh_installexamples # dh_install # dh_installdebconf diff -u pam-dotfile-0.7/debian/control pam-dotfile-0.7/debian/control --- pam-dotfile-0.7/debian/control +++ pam-dotfile-0.7/debian/control @@ -1,7 +1,8 @@ Source: pam-dotfile Section: admin Priority: optional -Maintainer: Oliver Kurth +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Oliver Kurth Build-Depends: debhelper (>> 4.0.0), libpam0g-dev (>= 0.72), lynx Standards-Version: 3.5.8 only in patch2: unchanged: --- pam-dotfile-0.7.orig/README +++ pam-dotfile-0.7/README @@ -79,17 +79,17 @@ enter the new password twice. This will save the password to ~/.pam- in a hashed way. - A complete example for the service imap (for the IMAP server dovecot + A complete example for the service dovecot (for the IMAP server dovecot in this case): - /etc/pam.d/imap: + /etc/pam.d/dovecot: #%PAM-1.0 auth sufficient pam_unix_auth.so auth sufficient pam_dotfile.so use_first_pass no_warn auth required pam_deny.so As user waldo: -[waldo@wonder] ~$ pam-dotfile-gen -a imap +[waldo@wonder] ~$ pam-dotfile-gen -a dovecot Password:quux Please repeat; password:quux Password added. @@ -98,12 +98,10 @@ using his unix password or by using quux. If you want to deny access with the unix password when a .pam file - exists, you should install the following /etc/pam.d/imap: + exists, you should install the following /etc/pam.d/dovecot: #%PAM-1.0 -auth [success=done new_authtok_reqd=done authinfo_unavail=ignore default=die] p -am_dotfile.so no_warn -auth [success=done new_authtok_reqd=done default=die] pam_unix.so use_first_pas -s +auth [success=done new_authtok_reqd=done authinfo_unavail=ignore default=die] pam_dotfile.so no_warn +auth [success=done new_authtok_reqd=done default=die] pam_unix.so use_first_pass Please note: the pam.d fragments shown above are based on Debian GNU/Linux' default PAM installation. I know that some distributions