I've found out that you can access the WebLogic users through LDAP.
I'm using the embedded LDAP server from weblogic, and connecting to it using JXplorer, like diplayed in this post.
Is it possible to create another user that has the same privileges of the CN=Admin user?
Here is an example:
Using JXplorer, I connect to the LDAP embedded server using port 7001, usernerme CN=Admin and providing the credentials.
In <domain> -> <realm> -> <people> I'm able to list and edit all weblogic users. I then create the user 'Mary' (either using weblogic console or JXplorer), and assign her with the 'Administrator role'.
When I try to connect in JXplorer using CN=Mary, I get Error 49 - Invalid Credentials.
What am I doing wrong here, or simply it's not possible to create users that have this permission level?