File: seckeygen-defaults-for-Debian.patch

package info (click to toggle)
shibboleth-sp 3.5.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,120 kB
  • sloc: cpp: 42,708; sh: 5,478; makefile: 969; xml: 539; ansic: 90
file content (25 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi@debian.org>
Date: Sat, 11 Aug 2018 15:04:41 +0200
Subject: seckeygen defaults for Debian

Forwarded: not-needed
---
 configs/seckeygen.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configs/seckeygen.sh b/configs/seckeygen.sh
index cb8df4d..0be088f 100755
--- a/configs/seckeygen.sh
+++ b/configs/seckeygen.sh
@@ -1,5 +1,11 @@
 #! /bin/sh
 
+# Defaults added for Debian.  They can still be overridden by command-line
+# options.
+OUT=/etc/shibboleth
+USER=_shibd
+GROUP=_shibd
+
 while getopts h:u:g:o:f:b: c
      do
          case $c in