Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
I'm starting up a web application server on AIX and when I grep for my process, the username and password are shown right in the grep. obviously not a good thing for security reasons.
Anyone else have this problem, and, how did you solve it>?
Don't input passwords on the command line. Not sure if there's an AIXy way of working around the problem, but not causing the issue in the first place is the best solution.
Originally posted by: n0cmonkey
Don't input passwords on the command line. Not sure if there's an AIXy way of working around the problem, but not causing the issue in the first place is the best solution.
I'm not familiar with AIX but I know some other unixes let you configure them to only let you see your own processes, that would take care of it if the issue is other people figuring out the password. If you're worried about people getting the password who have access to either the root account or the account that the web application is running as then you're screwed no matter what.
the problem is I'm starting an app server and developers who are in my cube can see the username/password when I don't want them to when I'm troubleshooting things. The solution I need to use is to make a password file and just call that instead of command line as stated above. I need to check into getting that done. thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.