Skip to content

Commit

Permalink
rc: remove xacml plugin leftovers
Browse files Browse the repository at this point in the history
Target: master
  • Loading branch information
kofemann committed May 9, 2023
1 parent 42a3332 commit cef9e77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
5 changes: 0 additions & 5 deletions packages/pom.xml
Expand Up @@ -170,11 +170,6 @@
<artifactId>gplazma2-kpwd</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dcache</groupId>
<artifactId>gplazma2-xacml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dcache</groupId>
<artifactId>gplazma2-ldap</artifactId>
Expand Down
17 changes: 5 additions & 12 deletions skel/share/defaults/gplazma.properties
Expand Up @@ -263,18 +263,6 @@ gplazma.nis.domain=
#
gplazma.jaas.name=gplazma

# ---- Path to the PEM encoded host key
gplazma.xacml.hostkey=${dcache.authn.hostcert.key}

# ---- Path to the PEM encoded host certificate
gplazma.xacml.hostcert=${dcache.authn.hostcert.cert}

# ---- Path to the directory containing trusted CA certificates
gplazma.xacml.ca=${dcache.authn.capath}

# ---- Path to the vomsdir directory
gplazma.xacml.vomsdir=${dcache.authn.vomsdir}

# ---- LDAP plugin
#
# LDAP server url, eg ldap://ldap.example.org:389
Expand Down Expand Up @@ -666,3 +654,8 @@ gplazma.roles.observer-gid =
(obsolete)gplazma.x509.use-policy-principals =
(obsolete)gplazma.scitoken.dcache-supports-exempt-principal = Principal is now fully supported.
(forbidden)gplazma.oidc.hostnames = Use 'gplazma.oidc.provider' instead.
(forbidden)gplazma.xacml.hostkey=XACML plugin not supported any more
(forbidden)gplazma.xacml.hostcert=XACML plugin not supported any more
(forbidden)gplazma.xacml.ca=XACML plugin not supported any more
(forbidden)gplazma.xacml.vomsdir=XACML plugin not supported any more

0 comments on commit cef9e77

Please sign in to comment.