Hello Manuel, Thanks for your suggestion. I am working on something like that. We have put our LDAP conversion on hold, pending figuring out how to set the new account to match the original. It is puzzling why Open Text does not include an export user function in Red Dot, or even a full report of a user.
We would also like to know a user's Start Page. If you happen to know how to see that through an RQL statement, I would appreciate finding that out. Thank you. Romola Romola Chrzanowski University Applications Development University at Albany 518.437.4525 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Manuel Schnitger (OpenText) Sent: Tuesday, March 13, 2012 7:27 AM To: RedDot CMS Users Subject: Re: How to see a report of all authorization packages of a user Hi Romola, as RQL normally just reflects the options, that are necessary for the usage of the frontend, I don't really believe, that there is an RQL statement, that lists all authorization packages of a user. What you could do is: List all users/groups of a auth pack and write the users/ groups into an array or so. Then you list all users/groups and iterate through the array. As soon as you find the user/group in such an array you just write the name of the user as well as the name of the auth pack. Not very fancy....I know ;-) Best regards, Manuel On 12 Mrz., 15:47, "Chrzanowski, Romola" <[email protected]> wrote: > We are re-creating all users because we are converting to LDAP. We've been > told by OpenText that there is no way to modify an existing user account to > become an LDAP account, and therefore must rename each existing account and > then import it from LDAP. After the import, we then need to set the matching > projects, modules and groups to match the original (renamed) user account. > > I cannot find an RQL statement that will report all of the authorization > packages of a user. I can only find how to report the authorization packages > for a project, and then how to see the users and groups of an authorization > package. What we need to see instead are the authorization packages for a > single user. > > Do you know of a way to see just the authorization packages for a single user? > > Thank you. > > Romola Chrzanowski > University Applications Development > University at Albany > 518.437.4525 -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en. -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
