Skip to content

Commit

Permalink
iRODS iCAT: fix acPreConnect policy
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 17, 2024
1 parent 8cd4ed0 commit d9cc4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/irods_icat/templates/core.re.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - CS_NEG_REFUSE - No SSL
# - CS_NEG_DONT_CARE - Depends on the Client request
# - CS_NEG_REQUIRE - Require SSL
acPreConnect(*OUT) { *OUT="CS_NEG_REFUSE"; }
acPreConnect(*OUT) { *OUT="CS_NEG_DONT_CARE"; }

acCreateUser {
acPreProcForCreateUser;
Expand Down

0 comments on commit d9cc4e1

Please sign in to comment.