Hi all,
for the record, at least with these versions the behavior is as documented:
[root@mini-htc-10x ~]# rpm -q condor condor-10.4.0-1.el7.x86_64 [root@mini-htc-10x ~]# rpm -q htcondor-ce htcondor-ce-6.0.0-1.el7.noarch
By default, the VOMS attributes are not made available.
With the following setting, they appear in the HTCondor CE job ad:
[root@mini-htc-10x ~]# cat /etc/condor-ce/config.d/60-use-voms.conf USE_VOMS_ATTRIBUTES = True
With this next setting, they (also) appear in the HTCondor job ad:
[root@mini-htc-10x ~]# cat /etc/condor/config.d/60-use-voms.conf USE_VOMS_ATTRIBUTES = True
Only the "voms" package is needed, as it is that package that provides the library,
and it gets pulled in automatically.
|