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 profiles

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

bring up the user profile to edit the attributes for this module [Manage

Domains->(domain)->(role)->Users->(user)->Authentication(authent ication

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). In the login module XML,

all the necessary attributes are set as "userConfigurable=TRUE" with the

right privileges. 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

[1210 byte] By [708786] at [2007-11-25 4:30:21]
# 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" at "/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 2:34:28 > top of Java-index,Web & Directory Servers,Portal Servers...