Changing user profile attributes via the admin console

Hi all,

I created my own login module (like the existing Membership module) which

extends the Login class. It works just fine, and can create user profile

and allow people to log in. When I log into the admin console and try to

bring up the user profile to edit [Manage

Domains->(domain)->(role)->Users->(user)->(authentication module)] it

displays an error stating 'This profile contains no data which can be

administered.' It also does this when I create a user via the admin

console. I know the profile exists (the user can log in, and doing a

'ipsadmin get user (user)' produces the profile). Looking at the Membership

module as a template, I saw it puts a configuration file in the

'/opt/SUNWips/locale' directory which is used apparently for editing the

profiles created by this module. I made a similar one for my module, but

the same error occurs. Does anyone know what I am failing to do?

Thanks,

Mark

[1035 byte] By [708786] at [2008-2-23]
# 1

Hi,

After creating your own Authentication module You have to import your

"iwtAuth[NewModule].xml" to the profile server.

You can find a sample file for Membership module

" iwtAuthMembership.xml" under "/etc/opt/SUNWips/xml".

Modify "iwtAuthMembership " in the above xml file with "iwtAuth[NewModule] "and import the "iwtAuth[NewModule] .xml" using

# ipsadmin -importiwtAuthNewLogin.xml

and restart the server.

708766 at 2007-6-29 > top of java,Web & Directory Servers,Portal Servers...