help with removing realm DNS aliases from openam 9

Discussion in 'Server Operation' started by egulik1, Jan 29, 2013.

  1. egulik1

    egulik1 New Member

    Hello All,

    I’m trying to remove couple of realm DNS aliases but for some reason it looks like they silently fail. Here is what I do:

    Code:
    $ /path/to/ssoadm get-realm -s sunIdentityRepositoryService -e / -u amadmin -f /path/to/pass/.mypass
    sunOrganizationAliases=host1.domain1.com
    sunOrganizationAliases=domain1.com
    sunOrganizationStatus=Active
    
    $ /path/to/ssoadm delete-realm-attr -e / -u amadmin -f /path/to/pass/.mypass -s sunIdentityRepositoryService -a sunOrganizationAliases=domain1.com
    Attribute was removed.
    
    # so now I want to see:

    Code:
    $ /path/to/ssoadm get-realm -s sunIdentityRepositoryService -e / -u amadmin -f /path/to/pass/.mypass
    sunOrganizationAliases=host1.domain1.com
    sunOrganizationAliases=domain1.com
    sunOrganizationStatus=Active
    
    
    Second command states that it worked but it didn’t and I don’t understand why. Any help apprieciated.

    Thank you
     

Share This Page