Skip to content

Commit

Permalink
dcap: Fix regression in published protocol family
Browse files Browse the repository at this point in the history
Prior to 2.7, gsidcap was published as gsidcap and the SRM used this
as the protocol name when negotiating the transfer protocol. 2.7
always publishes 'dcap', which is a regression compared to 2.6.

This patch resolves the problem.

Target: trunk
Request: 2.11
Request: 2.10
Request: 2.9
Request: 2.8
Request: 2.7
Require-notes: yes
Require-book: no
Reported-by: Yvan Calas <yvan.calas@cc.in2p3.fr>
Acked-by: Paul Millar <paul.millar@desy.de>
Patch: https://rb.dcache.org/r/7587/
  • Loading branch information
gbehrmann committed Dec 12, 2014
1 parent 70bbc29 commit f0d4e8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion skel/share/defaults/dcap.properties
Expand Up @@ -106,7 +106,11 @@ dcap.service.loginbroker.update-period=${dcache.service.loginbroker.update-perio
(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS|${dcache.service.loginbroker.update-period.unit})\
dcap.service.loginbroker.update-period.unit=${dcache.service.loginbroker.update-period.unit}
dcap.service.loginbroker.update-threshold=${dcache.service.loginbroker.update-threshold}
dcap.service.loginbroker.family=dcap
dcap.service.loginbroker.family=${dcap.service.loginbroker.family.${dcap.authn.protocol}}
dcap.service.loginbroker.family.plain=dcap
dcap.service.loginbroker.family.auth=dcap
dcap.service.loginbroker.family.gsi=gsidcap
dcap.service.loginbroker.family.kerberos=dcap
dcap.service.loginbroker.version=1.3.0

# Cell address of pnfsmanager service
Expand Down

0 comments on commit f0d4e8f

Please sign in to comment.