IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

migrating ACLs from 4.1.4 to 4.1.5

  • 1.  migrating ACLs from 4.1.4 to 4.1.5

    Posted Fri August 08, 2003 10:42 AM

    Hi all,

    in 4.1.5 the URI of user principals changed from
    /taminowebdavserver/administration/security/users/userid
    to
    /taminowebdavserver/administration/security/userdb/users/userid

    So after migrating from 4.1.4 to 4.1.5 all users lost their ACLs.
    Is there an easy way to migrate the ACLs without re-enter each of them?

    Thanks
    Guido


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: migrating ACLs from 4.1.4 to 4.1.5

    Posted Fri August 08, 2003 01:04 PM

    Hi Guido,

    the support of ldap groups has been added in parallel to the legacy ldap support of the Tamino Webdav server. If you use ldap as before (configured with: inodavconfig install security),

    /taminowebdavserver/administration/security/users/userid

    is used as userpath. Just if you use the new ldap-group feature (configured with: inodavconfig install security -ldap)

    /taminowebdavserver/administration/security/userdb/users/userid

    the extended userpath is necessary. Webdav 4.1.5 does not contain a userpath-migration support for the switch from the ldap to the ldap-group and back

    regards Eckehard


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: migrating ACLs from 4.1.4 to 4.1.5

    Posted Fri August 08, 2003 02:51 PM