Adding custom object class on Delegated Administrator (CommSuite 7)

Hi Guys,
As described in the subject i need to customize my DA.
I checked Documentation but as far as i can see it's possible to do it just for installations including AM (Access Manager isn't installed in our enviroment and we have not ou=services entry in our Directory).
Any ideas?
Thank's in advance!

caius1 wrote:
I checked Documentation but as far as i can see it's possible to do it just for installations including AM (Access Manager isn't installed in our enviroment and we have not ou=services entry in our Directory).
Any ideas?Try the following:
1. Edit the <da_deploy_base>/WEB-INF/classes/sun/comm/cli/server/servlet/serverconfig.properties file
2. After the "usercreate-11=attribute!!inetuserstatus!!active" line add the following ... substituting <you objectclass> as appropriate.
usercreate-12=objectclass!!<your objectclass>3. Redeploy Delegated Administrator e.g.
./config-appsvr8x-da deploy
./config-appsvr8x-commcli deployRegards,
Shane.

Similar Messages

  • How can i add an custom attribute and assign it to an existing custom object class in sun ds

    I need to add an attribute to sun ds schema and assign it to an existing custom object class.
    I know how to add an attribute but how can i add the attribute to an existing custom object class.
    Please help.
    Thanks

    The objectclasses attribute is multi-valued, so you can add several values to it as long as they are unique.
    For instance, I think you can add several declaration of the same objectclass as below (note the difference is the number of spaces in the value) howewer, from a schema perspective, only 1 will be taken into account:
    objectclasses: ( 2.5.6.6 NAME 'person' DESC 'Standard LDAP objectclass' SUP top MUST ( sn $ cn ) MAY ( description $ seeAlso $ telephoneNumber $ userPassword $ CustomAttr) X-ORIGIN 'RFC 2256' )
    objectclasses: ( 2.5.6.6 NAME   'person' DESC 'Standard LDAP objectclass' SUP top MUST ( sn $ cn ) MAY ( description $ seeAlso $ telephoneNumber $ userPassword $ CustomAttr) X-ORIGIN 'RFC 2256    ' )
    That's the reason why it is safe to delete previous value if you want to update an existing objectclass. No problem to add a new objectclass (new oid and new name) to the schema.
    -Sylvain

  • 11g - LDAP Sync - Select Custom Object class based on user type

    Hi Gurus,
    We have Ldap Sync set up between OIM 11g and ODSEE, we have some custom object class in ODSEE when the user are getting created in OIM it is getting created in ODSEE and it has all object class , every thing is working fine.
    Now we have to select the object class based on user type of OIM, while pushing the user to ODSEE through LDAP sync.
    we checked the LDAPUser.xml we doesnt have any option to choose custom object class based on user type.
    Guys needs suggestion how to go forward on this requirement.

    Do you have OVD between OIM and ODSEE? If yes, then this can be handled at OVD. By modifying the LDAP Adapter and setting up search for users with custom objectclass instead of inetorgperson.
    Flow would be as follows:
    OIM --> LDAPRequest to Create User with inetorgperson to OVD --> OVD --> change request's objectclass to custom objectclass --> Create user in OID with custom objectclass
    ~Yagnesh

  • Adding a Custom Object Class When You Create an LDAP Object

    Hi all,
    under which path i can configure below material ?
    http://docs.sun.com/app/docs/doc/819-4438/gatkz?l=en&a=view
    Cheer
    ubd

    Hi Shane,
    I cannot search any
    ou=basicuser,
    do u know the DN when DA use to create default user ?
    we create customize bulk add using perl script, the object class for our custormize bulk add are
    top, iplanet-am-managed-person, iplanet-am-user-service, organizationalperson, inetadmin, sunimuser, person, inetOrgPerson, sunamauthaccountlockout, inetuser, inetlocalmailrecipient, sunpresenceuser, iplanetpreferences, ipuser, inetsubscriber, inetmailuser, UBDStaff, userpresenceprofile, sunucpreferences, icscalendarusercode}
    these are the object class create by DA by default userpresenceprofile, sunucpreferences, iplanet-am-user-service, icscalendaruser, top, iplanet-am-managed-person, organizationalperson, inetadmin, sunimuser, person, sunamauthaccountlockout, inetuser, inetlocalmailrecipient, sunpresenceuser, iplanetpreferences, ipuser, inetorgperson, inetsubscriber, inetmailuserI need to customize the DA default user management so i can use the web console to add new user.
    Cheer
    ubd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Custom object class attributes are not provisioning in oID thru OIM

    Hi,
    I have connected OIM with oID user provisioning is also taking place. I have made one custom structure class with some attributes in OID.
    In form designer,in OID usr form i have made feild UD_OID_USR_Custom
    In OId .config lookup i have mentioned that custom class as well as attributes of class[in code Custom in decode name of attribute at target]
    In process form recon mapping of OID i mapped this feild name .
    Also in resource object recon mapping also i mentioned this attribute.
    But while creating user till process form value of attribute is populating and not provisiong that attribute in OID.
    Please tell me where i went wrong or exact steps of mapping in form designer,Process definition,Lookup.OID.configuration,Resource objects.
    Thanks

    process form recon mapping of OID i mapped this feild nameHave you made attribute entry in Provisioning Lookup AttrName.Prov.Map.OID ?
    Have you followed each step :
    http://download.oracle.com/docs/cd/E11223_01/doc.904/e10436/extnd_func.htm#CACICHDH

  • Custom object classes and access rights

    Hi,
    I have added a few object classes to the NDS schema; objects
    belonging to one of them should be able to authenticate against the
    directory and retrieve some attributes. I managed the login part having
    the class inherit from ndsLoginAttributes, but if I login as the object
    itself, I can't retrieve any attributes. I can browse the entry (it's a
    container), but all I get are DNs and objectclass attributes. Is there a
    way to grant the object the right to retrieve its own attributes, or
    some of them, through the Java LDAP interface?
    Thanks,
    Juan
    jheguia
    jheguia's Profile: http://forums.novell.com/member.php?userid=84575
    View this thread: http://forums.novell.com/showthread.php?t=415769

    Hello,
    I found a solution which is *almost* the right one. Basically I
    deleted the class and created it again with a default ACL:
    X-NDS_ACL_TEMPLATES ( '2# subtree#[Self]#[All Attributes Rights]' )
    This allows the object to do as it pleases with its own attributes. I'd
    prefer it to be only able to read them, but I haven't found a syntax for
    ACLs. Is there anything I can read to see how to fine tune the access
    rights templates?
    Thanks,
    Juan
    jheguia
    jheguia's Profile: http://forums.novell.com/member.php?userid=84575
    View this thread: http://forums.novell.com/showthread.php?t=415769

  • Adding custom css classes from within edge animate

    is it possible to add  CSS classes from within Edge Animate, im not talking about adding your own stylesheet by ex. manually editing the .html document, but rather adding classes via ex. the code window ?, it would be immensely helpful to have everything in one place.
    any suggestions on this one ?

    Yes - you can use addclass() and you can use UI.
    1- UI
    Select elements in elements panel. Click the C button in the property panel.
    Use this for example
    sym.$('.classname').css({'color':'red'});
    2- addclaas()
    sym.$("name').addclass('classname');
    Use same as above.
    On Sat, Apr 25, 2015 at 8:56 AM mads18950258 <[email protected]>

  • Add object Classes before creating user??

    Hi,
    I have a requirement where in I need to add object classes to the user while provisioning to Sun Directory Server. How exactly should I be implementing my process task for the same. Should I add the object class after the Create task is finished or before the Create User task gets triggered?
    Thanks,
    Supreetha

    Are you talking about adding custom object classes for the users? This would be a schema change and should be done prior to adding users since that would fail without having the correct schema in place. To add new object classes you need to either manually create the from the DSEE admin page or import the object definitions and attributes from a ldif file. Once that is all done, you can then configure the provisioning workflow and add the object classes during user creation so the system knows what object classes to associate with each user entry.

  • Directory Editor adding object classes to the Extensions Tab

    I'm using Sun's Directory Editor web based product. Under the extensions tab lists the object classes you can add (obviously there are only a select few there). I would like to have shadowAccount available there. I have went through the installation and configuration guide but can't find how to do this. Just wondering if anyone knows how to add custom object classes to this tab.

    I'm using Sun's Directory Editor web based product.
    Under the extensions tab lists the object classes you
    can add (obviously there are only a select few
    there). I would like to have shadowAccount available
    there. I have went through the installation and
    configuration guide but can't find how to do this.
    Just wondering if anyone knows how to add custom
    object classes to this tab.this link has such an example:
    http://blogs.sun.com/kevlar/entry/directory_editor_tips
    Disclaimer: that's my feedback under the blog post. I'm trying to figure out how to use DE to maintain an extended schema that includes migrated NIS maps. The overall goal is to migrate from NIS to LDAP as a naming service AND create realistically easy method for day-to-day administration (constantly using the console is out of the question). I believe DE might provide a solution, if custom forms can be figured out. It's been very slow going.
    Does anyone else have examples of modifying Directory Editor forms? Any help would be appreciated.
    Thanks,
    Ron

  • Cn=Users domain is not displaying after configuring new object class in OAM

    We have configured a custom object class which inherits inetorgperson objectclass and reconfigured OAM. After the reconfiguration cn=Users is not available in OAM Attibute Access Control Management domain selection,Delegated Administration domain selection , Workflow Definition -workflow domain selection and searchbase domain.
    If anyone has faced similar issue,please reply back.
    Thanks inadvance.
    Regards,
    Srikanth

    > I cannot RDP using the user
    Any error message?
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:

  • Adding Custom ObjClass to OIDUser Provisioned by Reconcilation frm FlatFile

    Hi,
    I am using OIM with OID.
    1) i have a flat file with following fields login|firstName|lastName|eMail|organization|status|EmployeeStatus
    2)i have added udf in OIM named EmployeeStatus.....it is added to Xellerate User RO and process form as well.
    3)created a custom obj class in OID and a custom attribute EmployeeStatus and then added this custom attribute to custom obj class.
    4) mapped EmployeStatus in AttrName.Recon.OID.Map and AttrName.Prov.OID.Map lookups
    Now i am running trusted source recon to reconcile user from flat file to OIM...user gets created in OIM with value of EmployeeStatus showing up in User Profile.Also the OID User Resource is provisioned..... But it does not include that custom obj class which includes EmployeeStatus Attribute....as a result EmployeeStatus value is showing up in process form.
    The OID user account created is not having that obj class....how can i include that

    You can add the custom object class in the Configuration look up of OID.
    ldapUserObjectClass = OOTB classes|yourCustomObjectClassUser
    Thanks
    Suren

  • Cannot find the Person Object Class

    In Identity Server installation the Person object class is not accepting this recommended object "inetOrgPerson", "User" and Organizational Person" .
    What should be the person object class be supplied to make the installation continue? Is there anything that I need to configure in Oracle fusion middleware 11g?
    thanks for the help in advance.

    Hi
    What is the directory server you are using? If you are using AD. It does not have inetOrgPerson object class.
    Person object class is custom object class created for your organization which contains all the custom attributes created according to requirement of your organization.
    Refer following document for more details,
    http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/b32419/objects.htm#BABICEFB
    Thanks
    Kiran Thakkar

  • OAM 10g attribute is not visible in object class in Identity System console

    Hi All,
    This is about OAM 10g environment with OID used as user/config/policy store. There are one custom user object class and custom attributes defined in Identity System console already. Now there is a requirement to add another custom attribute to that already existing custom user object class.
    I have created the attribute in schema through ldap command and I am able to see it in LDAP browser as well. However even after restarting OAM identity server and webpass services, the attribute is not visible in Identity System console -> Common Configuration -> Objectclasses -> Custom object class.
    Appreciate any help. Please treat this as urgent.
    Thanks
    Mahendra.

    The solution is to add the attributes in OVD schema as OVD is the user store.

  • Unable to map/get Attributes with import of LDIF Object Class

    Hi All,
    We are trying to take import of Customized Object Class and Attributes into OID through LDIF.
    LDIF import command is:
    ./ldapadd -p 3060 -h myhost -D "cn=orcladmin" -w Ac123456 -f xyzObjClass.ldif
    LDIF contents are:
    dn: cn=subSchemaSubentry
    changetype: modify
    add: objectclasses
    objectclasses: ( 1.3.6.1.4.1.1436.2.46 NAME 'ProviderObjClass' SUP ( organizationalPerson $ person $ top ) STRUCTURAL MAY ( attr1 $ attr2 ) )
    Note: attr1 and attr2 are already imported into OID.
    Result: We are able to create Object Class and also able to inherit Super Class. But we are not able to map the attributes to our Object Class.
    Can anybody help me in importing ?
    Thanks & Regards,
    Newbie

    Again, I don't work with Java and you should ask Java-related question in Flex (or Java) forum.
    Java or not - you need to package your server side language specific object into something that AS understands (text, XML, AMF object) and load this data into AS via, perhaps, URLLoader. Or you can open socket. Then you parse this data with AS3 code in SWF.

  • DnD with the customized object

    please help me friends.....I met some problem relating to the drag and drop mechanism. I have a JList, consist of several customized object, and I want to drag to item from the list to an JPanel elsewhere, I configure my jpanel as follow, but the drop action seems not working on my JPanel. I put the code in jpanel here first:
    setTransferHandler(new TransferHandler(){
                   public boolean canImport(TransferSupport support) {  
                           if (!support.isDrop()) {  
                             return false;  
                           if (!support.isDataFlavorSupported(new DataFlavor(CommercialRuleConditionAttribute.class,"attribute"))) {  
                             return false;  
                           return true;  
                         public boolean importData(TransferSupport support) {  
                           if (!canImport(support)) {  
                             return false;  
                           CommercialRuleConditionAttribute attribute;  
                           try {  
                                attribute =  (CommercialRuleConditionAttribute)support.getTransferable().getTransferData(  
                                          new DataFlavor(CommercialRuleConditionAttribute.class,"attribute"));  
                           } catch (UnsupportedFlavorException e) {  
                             return false;  
                           } catch (IOException e) {  
                             return false;  
                           for(CommercialRuleConditionFunction function: attribute.getFunctionList()){
                                if(function instanceof CommercialRuleConditionFunctionAsIs){
                                     injectPanel(function);
                           return true;  
              }); CommercialRuleConditionAttribute is my customized object class, on the jlist side, I already make setDragEnabled(true), besides this, do I need to do any more on the list side? I mean something like override the createTransferable()? Thanks, my friend

    Well, I don't really like these theroretical discussions. Can you attach a simplified version of some of your code?
    There are many other ways to identify the particular control. You could for example search an array of references for the value of the "ctlref" event data node. This would make the code much more robust (your code will fail for example if you (or some other programmer updating your code in a few years!) notices a mispelling and edits the label without also changing the case structure cases).
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • Pages doesn't open (iCloud) documents

    Pages on my iMac doesn't open my documents stored in iCloud. However, I can drag documents from iCloud to my desktop, then open them with Pages and save them in iCloud. Then I can't open them again.. My Macbook Air doesn't have any problems, it just

  • Iphone apps requires another itunes account for updates

    Hi. Lets get right into it. I have my own account but when i try to update an app it asks for another guys account that i dont know! :O When i purchase an app from the appstore with MY account its completly fine and the app installs. But when there c

  • Proper settings for smartphone TAG videos

    Does anyone have experience creating videos to be viewed using the Microsoft Tag system. I understand that it will be viewed through a URL, but I don't know what format is best for compressing the video? And is there a specific way the video is forma

  • How do I get the rate and guarantee quoted on the ProMax Webinar this past Thursday (8/15/13)?

    This past Thursday, a Webinar was conducted by Promax which involved speeches and information by two Adobe executives, Kurt Snyder and Trip Goteli. One of the discussions was about Adobe's rates for CC, and, in answer to people who objected to the fa

  • Mini Only Starts Up Every Other Attempt

    This is a mid 2007 Mini 2,1.  It has been fine up until a few days ago.  I was away and left it unplugged. When I returned, I plugged it in and started it.  It went to a blank grey screen and sat.  I pressed the power button again, and it immediately