-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 22.07.2015 15:55, Nuno Ranito wrote:
> Trac.ini file
> 
> [account-manager]
> account_changes_notify_addresses = 
> authentication_url =
> force_passwd_change = False
> hash_method = HtDigestHashMethod
> htdigest_realm = /home/trac/trac.htpasswd
> htpasswd_hash_type = crypt
> notify_actions =
> password_file = /home/trac/trac.htpasswd
> password_store = HtDigestStore,SessionStore,HtPasswdStore
> persistent_sessions = False
> verify_email = False


HtDigestStore and HtPasswdStore cannot share a file. For chaining them
sanely you must specify separate file paths for each of them. Therefor
dedicated options have been introduced in v0.4 of the plugin, and you
shouldn't use anything earlier than 0.4.4 right now.

htpasswd_file - '/home/trac/trac.htpasswd' goes in here

htdigest_file - '/home/trac/trac.htdigest' or similar goes in here
htdigest_realm - is for the hash-prefix, not the file path

This explains the wired file content!

password_file is depreciated and not used since v0.4 by any of your
configured authentication stores.

Steffen Hoffmann
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlWzNngACgkQ31DJeiZFuHf4YACfSNVLybf7CufdnsEalNd9w4i8
OdQAn0I97FkxWLbbfpMSx2nf3WBYZ5Ef
=lFJI
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to