Archive for September, 2008

h1

Access Manager user profile page- readonly issue

September 26, 2008

Seems like there is an issue while trying to set an attribute to “readonly” so that when a user logs into AM, he can only see but can’t change those attributes. Sun’s documentation says that to do this, you need to edit the file amUser.xml found in /etc/opt/SUNWam/config (or the relevant path in linux), then delete the iplanetAMUserService using the amadmin command 

/opt/SUNWam/bin/amadmin –runasdn uid=amadmin,ou=people,dc=sun,dc=com –password mypassword –deleteservice iplanetAMUserService

 

and then reimport the new amUser.xml using-

/opt/SUNWam/bin/amadmin –runasdn uid=amadmin,ou=people,dc=sun,dc=com –password mypassword –schema amUser.xml

However, when i edited amUser.xml and changed the “any” property of an attribute (say, “cn”), the attribute just disappears from the user’s page. I have seen this issue in Sun forums also, but don’t see any resolution.

h1

Grand Central!

September 25, 2008

What do you think when you hear Grand Central ? Are you thinking about the magnificent structure which stands in midtown Manhattan? Guess what, time to look further…… www.grandentral.com came into existence about 2 years ago and does not seem like many people know about it. I don’t even know why I put it into my blog, but it seems like a wonderful thing… another interesting service provided by Google :-)

Well, if you want to know what GrandCentral.com does without actually having the time to read about it, here is the jist… GC helps you organize your calling lists and your multiple telephone number all in one place. They give you one telephone number of your choice and when somebody call you on that number you can get the call on all the phone which you have registered (you can change which phones ring). More than that, you can call anybody directly from your GC web account just by a few clicks.. You can screen calls, record greetings, get voice main thru email and a lot of other things…. bottom line, you have to check it out… just go to www.grandcentral.com

h1

Access Manager User Profile “Force Password…”

September 24, 2008

In Access Manager, as I was trying to figure out a way to remove the option for “Force User Password Change on Next Login” I found out that there is simply no way to do that other than going into the jsp found in console/User directory: UMUserPasswordResetOptions.jsp and removing the last <table> element in the file which causes the option to be displayed. Sun could have done a much better job in this respect of giving the admins an option of what is displayed and what is not displayed.