users@glassfish.java.net

Re: Security problem with Glassfish and Netbeans

From: <glassfish_at_javadesktop.org>
Date: Sun, 30 Sep 2007 13:34:31 PDT

It appears to me that your security-role named "Admin" has:

<principal-name>XXXXXX</principal-name>
<group-name>Administrator</group-name>

This means you need to:
- define either a user named [b]XXXXXX[/b] or a group named [b]Administrator[/b]
- logon (with the FORM) using those logins.

If you are using the FileRealm (the default), take a look at:
- asadmin create-file-user
which lets you create the "real" users that your roles are mapped onto.

Regards,
Kedar
[Message sent by forum member 'km' (km)]

http://forums.java.net/jive/thread.jspa?messageID=237749