Article

iManager Role for Renaming Only

article
Reads:

1086

Score:
0
0
 
Comments:

0

Problem

A Forum reader recently asked:

"We need to create a Role in iManager that allows its occupants to do nothing more than rename users. The default Rename Object is too broad for our purposes."

And here's the response from Wolfgang Schreiber ...

Solution

Here's a good way to accomplish that:

1. Locate \nps\portal\modules\base\install\iManager.xml

2. Find the segment containing "base.RenameObject"

3. Copy this segment (within iManager.xml, or better, to custom\install\*.xml)

4. In the copied segment, make the following changes:

    change  "base.RenameObject"
            to base.RenameUser
    change  *
            to  User
    change RenameObjectTaskDisplayName
            to Rename User

5. Re-install the module with these changes.

That should do the trick.





User Comments

© 2009 Novell, Inc. All Rights Reserved.