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

