We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A FileRealm might make life a lot easier Something like this...
create-auth-realm --classname com.sun.enterprise.security.auth.realm.file.FileRealm --property jaas-context=fileRealm:defaultuser=admin:file=${com.sun.aas.instanceRoot}/config/ admin-keyfile olog
I will have to lookup how to create a list of users
The text was updated successfully, but these errors were encountered:
https://docs.oracle.com/cd/E18930_01/html/821-2433/create-file-user-1.html#SJSASEEREFMANcreate-file-user-1
there you go...this would allow for the creation of different users with different roles
Sorry, something went wrong.
No branches or pull requests
A FileRealm might make life a lot easier
Something like this...
I will have to lookup how to create a list of users
The text was updated successfully, but these errors were encountered: