Skip to content

Commit eaf7715

Browse files
trelalanking
authored andcommitted
[irods/irods#3461] change default server SSL policy to CS_NEG_REFUSE
1 parent 642a3df commit eaf7715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core.py.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def pythonRuleEnginePluginTest(rule_args, callback, rei):
2020
callback.writeLine('serverLog', 'Printed to server log from python rule engine')
2121

2222
def acPreConnect(rule_args, callback, rei):
23-
rule_args[0] = 'CS_NEG_DONT_CARE'
23+
rule_args[0] = 'CS_NEG_REFUSE'
2424

2525
def acCreateUser(rule_args, callback, rei):
2626
ret = callback.msiCreateUser()

0 commit comments

Comments
 (0)