Symantec IGA

 View Only
  • 1.  Custom Managed Object Unique Tag on LDAP (CA Directory)

    Posted Jul 22, 2014 06:46 AM

    Hi all,

     

    I have a question regarding the definition of custom objects in the directory.xml.

    From the xml definition, the managed objects can either be a USER, GROUP, ORGANIZATION or CUSTOM.

    My question is what is the correct xml definition for a CUSTOM managed object having also a unique tag?

     

    Tried looking for some on the official manual/documentation but didn't find any.

     

    Thank you,

     

    Joseph



  • 2.  Re: Custom Managed Object Unique Tag on LDAP (CA Directory)

    Posted Jul 22, 2014 12:59 PM

    Hi all,

     

    Some additional information. My directory.xml looks something like this :

     

    <!--   ******************** CUSTOM Object ********************   -->
    <ImsManagedObject name="ManageObjectCustom" description="CostCenter Structure" objectclass="top,organizationalUnit,imCustomObjectClass" pagesize="0" maxrows="0" objecttype="CUSTOM">

    <Container objectclass="top,organizationalUnit" attribute="ou" value="CostCenter"/>

    <ImsManagedObjectAttr physicalname="attribute0001" description="attribute0001" displayname="attribute0001" valuetype="String" maxlength="0"/>

    <ImsManagedObjectAttr physicalname="ou" description="CostCenter Name" displayname="CostCenter Name" valuetype="String" required="true" maxlength="0" permission="WRITEONCE"/>

    </ImsManagedObject>

     

     

    Creating the directory gives me this output during creation:

     

    Deploying directory configuration...

     

     

    Parsing input stream...

     

     

    Validating parsed objects...

      Parsing the well-known template file "imsconfig://wellknown/LDAPImsWellKnown.xml"...

      Validating the Identity Manager directory "CORP_DIR_TEST"...

        Searching for the Identity Manager directory

        Searching for USER managed objects

        Searching for GROUP managed objects

        Searching for ORG managed objects

    Error: Custom managed objects must have a valid unique tag.

     

     

    *********

    1 error(s), 0 warning(s)

     

     

    Any ideas guys?

     

     

    Thanks!

     

     

    Joseph



  • 3.  RE: Custom Managed Object Unique Tag on LDAP (CA Directory)

    Posted Feb 17, 2020 04:45 AM

    Hi All,
    I've a similar problem. I tried to create a CUSTOM object in directory.xml but I receive  Error: Custom managed objects must have a valid unique tag.
    error 

    Where and How I can define this "valid uniqe tag" ?

    Thanks advance.