pkgsrc/net/Radicale/patches/patch-config
sborrill 496918b843 Add support for strip_domain
Fix reading of can_skip_base_prefix setting

Bump PKGREVISION
2017-03-17 16:56:47 +00:00

15 lines
385 B
Text

$NetBSD: patch-config,v 1.1 2017/03/17 16:56:47 sborrill Exp $
Add support for strip_domain
--- config.orig 2017-03-17 16:09:59.000000000 +0000
+++ config 2017-03-17 16:10:41.000000000 +0000
@@ -129,6 +129,8 @@
# POST parameter to use for password
#http_password_parameter =
+# Strip @domain off username if email address used for authentication
+strip_domain = False
[git]