openbsd-ports/devel/subversion/files/config
dlg e64b95ca8b by default subversion caches passwords in cleartext under ~/.subversion.
the doco claims this is safe cos the directory has extremely restricted
permissions, but noone i know agrees with this or feels safe. this change
installs a config under /etc/subversion/config that disables this
behaviour.

discussed with pval@ ckuethe@ ok robert@ sturm@ ajacoutot@
2007-02-15 10:25:17 +00:00

5 lines
82 B
Plaintext

# $OpenBSD: config,v 1.1 2007/02/15 10:25:17 dlg Exp $
[auth]
store-passwords=no