participate


Sun Java System Identity Manager - I don't find User Extended attributes in IDM 8
This question is answered. Correct Answer available

<<   Back to Forum  |   Give us Feedback
This topic has 5 replies on 1 page.
peudecerdo
Posts:4
Registered: 6/25/08
I don't find User Extended attributes in IDM 8   
Jun 25, 2008 2:44 AM
 
 
Hi all,
I have installed idm8 and I need to extend the user attributes, but I can't find the User Extended Attributes object (or Extended User Attributes). Can anyone help me?
 
mguessan
Posts:14
Registered: 11/10/04
Re: I don't find User Extended attributes in IDM 8   
Jun 25, 2008 5:45 AM (reply 1 of 5)  (In reply to original post )
Correct
 
From the release notes :
Identity Manager 8.0 consolidates the locations where an administrator specifies extended,
queryable, and summary attributes for user objects into the new
IDM Schema Configuration object. (ID-17784) In prior versions of Identity Manager, an administrator
edited the User Extended Attributes configuration object to add extended attributes for
user objects and the UserUIConfig configuration object to specify additional queryable or
summary attributes for user objects. An administrator now edits the IDM Schema Configuration
object for these purposes.
 
redindian
Posts:30
Registered: 8/31/07
Re: I don't find User Extended attributes in IDM 8   
Jun 30, 2008 7:38 AM (reply 2 of 5)  (In reply to #1 )
 
 
ok, I have added the following two attibutes to IDMAttributeConfigurations
<IDMAttributeConfiguration name='attr1' description='attr1 Record' syntax='STRING'/>
      <IDMAttributeConfiguration name='attr2' description='attr2 Record' syntax='STRING'/>

and I am trying to set these values thru activeSync, but the above attribute value always shows null.
is there anyother setting I am missing?

Thanks in advance.
 
redindian
Posts:30
Registered: 8/31/07
Re: I don't find User Extended attributes in IDM 8   
Jun 30, 2008 7:50 AM (reply 3 of 5)  (In reply to #2 )
Helpful
 
I got it working...

You have to restart the application for the changes to take effect.
 
nsankar1d
Posts:223
Registered: 12/6/06
Re: I don't find User Extended attributes in IDM 8   
Mar 17, 2009 10:13 AM (reply 4 of 5)  (In reply to #3 )
 
 
The IdM docs states
"Optionally, an IDMAttributeConfiguration can specify whether the attribute is multivalued, and can provide a display name (currently not used), and a description."


Does anyone have any idea ... how to specify an multi valued attribute in the IDM Schema Configuration
 
Bill_Spornitz
Posts:14
Registered: 12/19/08
Re: I don't find User Extended attributes in IDM 8   
Apr 23, 2009 9:19 AM (reply 5 of 5)  (In reply to #4 )
 
 
If we look at the waveset.dtd file we can see the attributes appropriate for this element:


<!ELEMENT IDMAttributeConfiguration (#PCDATA)>

<!ATTLIST IDMAttributeConfiguration
name CDATA #REQUIRED
displayName CDATA #IMPLIED
syntax (BAG | STRING | INT | BOOLEAN | DATE) #REQUIRED
multiValued (true | false) 'false'
description CDATA #IMPLIED


so, in the IDMAttributeConfiguration element we can specify multiValued='true'

(This applies to IdM 8 )

-Bill
 
This topic has 5 replies on 1 page.
Back to Forum
 
Read the Developer Forums Code of Conduct

Click to email this message Email this Topic

Edit this Topic
  
 
 
Forums Statistics
    Users Online : 58
  • Guests : 111

About Sun forums
  • Sun Forums is a large collection of user generated discussions. It is here to help you ask questions, find answers, and participate in discussions.

    Check out our guide on Getting started with Sun Forums for a full walkthrough of how to best leverage the benefits of this community.

Powered by Jive Forums