Hello,

I wasn't allowed to do any significant changes for sarge version. The
bug is fixed in the pending upload (will be there as soon as I fix the
pgsql 8.0 version).

For the time being please use (strange) backwards compatible version of
configuration (see README):

    use_authtok         - require authtok from previous entry in PAM
stack
                          (useful for "password   required  pam_pgsql.so
use_authok")
                          after "password required pam_cracklib.so ..."
    try_authtok         - same as previous, but doesn't fail if previous
                          module failed to provide us with password
    use_oldauthtok      - require oldauthtoken to be entere in previous
PAM
                          stack call (not really useful)
    try_oldauthtok      - use oldauthtoken from previous PAM stack call
(not
                          really useful)
    use_first_pass       - use_authok AND use_oldauthok (provided for
not
                          breaking old configurations - deprecated)
    try_first_pass      - try_authok AND try_oldauthok (provided for not
                          breaking old configurations - deprecated)


so .. instead of "use_first_pass"  use "use_authtok". 

Primoz Bratanic



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to