Hi
After a long effort and research into Windows security I managed to the Windows Java Console working on on our Windows 2008 master server. Now I have the opposite problem where that anyone with Windows Administrator privileges can log on to Netbackup via the Java console.
What I am trying to do now is restrict access to the Java console. This means I want people to only to have Netbackup privileges as defined in auth.conf including any users with Windows Administrator privileges.
I have configured auth.conf as something like:
* ADMIN= JBP=
MYDOMAIN\MYUSER ADMIN=ALL JBP=ALL
Even if I take away all permissions from my user I am still able to access Netbackup using the Java console with full Netbackup admin rights and alternatively a user without Windows Administrator privileges but given full admin access to Netbackup in auth.conf is only able to access the Java BAR GUI. I even removed auth.conf and I was still able to logon to Netbackup using the Java Console with full admin rights. So for some reason Netbackup is not checking with auth.conf when granting user access.
I am unsure whether this issue is because Windows security permissions is allowing it or something is not working with auth.conf or I have missed a step or I am doing something wrong. Can anyone point me in the right direction?