Page 1 of 1

Using PAX but disable PAW?

Posted: Mon Jul 22, 2019 1:31 pm
by Ganos Lal
Hi

We want to use PAX including the set editor (example what I mean in attachement (don't know the exact english name)).
But we won't allow the user to log into PAW. Is it possible to block the PAW login without block PAX? If yes, how?

Jani

Re: Using PAX but disable PAW?

Posted: Mon Jul 22, 2019 2:55 pm
by dr.nybble
Disable auto creation of new users in PAW. Add the following to your config file.

On Linux in config/paw.env --

export ENABLE_USER_IMPORT=false

On Windows in config/paw.ps1:
$env:ENABLE_USER_IMPORT="false"

See https://www.ibm.com/support/knowledgece ... _file.html

Re: Using PAX but disable PAW?

Posted: Fri Jul 26, 2019 9:20 am
by Ganos Lal
Works great. Thank you very much!