In iPS 3.0SP3a, I would like to change the super-admin entry from root to a non-root user. The p

There must be a way to do this. Pls help.
[55 byte] By [708964] at [2007-11-25 4:38:46]
# 1

This is pretty straight forward ..

create a simple xml that contains ..

<iwt:Att name="iwtUser-role" >

<Val>/Sampledomain/Employee</Val>

</iwt:Att>

where you replace sampledomain with your portal domain name that you gave during installation and then Employee with adminRole

now do an /install_dir/SUNWips/bin/ipsadmin create user /portaldomainname/pseudo_root_name xmlfile

HTH ..

Karthik_Krishnamoorthy at 2007-6-29 3:11:23 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

Hi,

Please Check whether the said unix user is already existing under any roles of the default-domain.

If so, delete the user from that role in the default_domain and then

Goto : Manage Domain > view Domain Administrator Roles > Admin Role > users

Create the non root unix user name .

Once you create the user profile for this under the role defined for super admin,you can access as super admin.

Thanks,

Raj_indts

Developer Technical Support

Sun Microsystems

http://www.sun.com/developers/support"

708815 at 2007-6-29 3:11:23 > top of Java-index,Web & Directory Servers,Portal Servers...