You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I correct in saying that if secure admin has been enabled and non-default admin credentials have been used, then asadminmust be given a password file when calling (some/most/all of) its commands? One such example is creating a service, which includes a script to start the domain).
I have forked the repo and implemented a solution that works for my specific use-case, but I'm not sure what else this issue affects and therefore what else should be changed in the module. (E.g. it appears that PWFILE will never be populated).
Any thoughts you have would be appreciated.
The text was updated successfully, but these errors were encountered:
Yes -- I noticed that too. I suspect whenever asadmin is used and a custom credentials have been used then passwordfile should also be passed in -- but I'm far from a GlassFish expert.
Also, my proposed fix for my use-case probably breaks functionality for others since it passes in a passwordfile whether one has been specified or not.
PeterParker
added a commit
to PeterParker/fatmcgav-glassfish
that referenced
this issue
Feb 25, 2016
Am I correct in saying that if secure admin has been enabled and non-default admin credentials have been used, then
asadmin
must be given a password file when calling (some/most/all of) its commands? One such example is creating a service, which includes a script to start the domain).I have forked the repo and implemented a solution that works for my specific use-case, but I'm not sure what else this issue affects and therefore what else should be changed in the module. (E.g. it appears that
PWFILE
will never be populated).Any thoughts you have would be appreciated.
The text was updated successfully, but these errors were encountered: