Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Systems Administration
Using different Portal Role Files
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
John Bonin
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5270
People Online:
Visitors:
346
Members:
0
Total:
346
Online Now:
New Topics
Lawson S3 Procurement
Tolerance Settings
3/31/2025 2:01 PM
I've been trying to set a tolerance for some t
Dealing with Lawson / Infor
Printing Solutions other than MHC
3/27/2025 1:00 PM
What are others using for printing solutions besid
Lawson S3 Procurement
Green check marks in Lawson 9.0.1
3/20/2025 4:55 PM
Hi, How to remove green check mark on items when o
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Infor CloudSuite
How to build a Pre-Prod tenant
2/7/2025 1:28 AM
After we finished our implementation and ended our
Lawson S3 Procurement
Browser issue with RQC Shopping
1/28/2025 5:49 PM
Since the recent Chrome/Edge updates, our RQC shop
Lawson S3 Procurement
S3-Procurement New Company
1/22/2025 10:38 PM
My Accounting Department has created a new Company
S3 Customization/Development
JUSTIFIED RIGHT
1/15/2025 7:41 PM
Is there a way in Lawson COBOL to make a character
S3 Systems Administration
ADFS certificate - new cert
12/3/2024 9:38 PM
The certificates on the windows boxes expired and
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1375
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Infor / Lawson Platforms
S3 Systems Administration
Using different Portal Role Files
Please
login
to post a reply.
9 Replies
0
Subscribed to this topic
27 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
TBonney
Veteran Member
Posts: 281
8/16/2010 12:17 PM
I'm not certain this is the proper forum in which to post this, so please forgive me if not.
We would like to assign different Portal Role files, granting increasing functionality to our three main groups of Portal users (one for ESS-only users, one for RSS-users, one for power-users).
Is it possible to re-assign the Portal role file using Resource Manager, without impacting anything else on the user's security profile?
Thank you.
MattD
Veteran Member
Posts: 94
8/16/2010 12:40 PM
Split
Portal Roles only control what is visible in portal so you should be able to change the portal role without affecting anything contained in the RM.
Do you need specific instructions for changing this field?
TBonney
Veteran Member
Posts: 281
8/16/2010 1:06 PM
Split
Thanks matt.
I know how to change it on an individual record in Lawson Security. What I am hoping is that there is a way I can utilize Mass Assignment in RM to change multiple users at once. However, I am unable to come up with a way (other than naming each individually) to select the multiple users on whose profile I want to change this value.
Have you ever done anythign similar to this?
Do you know of a way to create a complex select statement in RM that says if they have Role1 and Role2, but do not have Role3, then add them to the list.
My other thought was to use LDAP Query Browser to identify the users whose roel file I'd like to change to the new ESS-only Portal Role file. But, then I don't know how I could import this into RM after th fact.
Thank you Matt.
MattD
Veteran Member
Posts: 94
8/16/2010 1:56 PM
Split
One way to do it is to query all the information needed from each user. Save it as a comma delimited file so you can manipulate it in excel. Then create a script to change the csv into the correct format for loadusers and use loadusers to load this information.
That's a lot of work, but one way of doing it.
TBonney
Veteran Member
Posts: 281
8/16/2010 2:05 PM
Split
Thanks Matt.
The problem with that is that our experience has been that although loadusers is a great tool for creating new profiles, it is not so strong for editing existing profiles. it seesm that when we run it to update an existing profile, it overwrites the existing profile information with only the data contained in the new xml file.
So, for example, if we try to update only the portal role file of a user, since there is no role data in the users.xml file, once complete...the userid would have no roles assocated with it because there were none in the user.xml file.
Are we donig somethng wrong? Have you done similar updates and not seen the existing user data overwriitten?
Thank you.
MattD
Veteran Member
Posts: 94
8/16/2010 3:25 PM
Split
Your observation is correct that is why you would need to dump all the information and reload it. You need to find a way to dump the information from the LDAP, edit what you want to edit, and then use loadusers to reload it.
Unfortunately to my knowledge there is no easy way of doing this.
Arvin Ojales
Advanced Member
Posts: 24
8/16/2010 7:46 PM
Split
Just be careful using LDAP browser, but I have done this so many times. When you search using LDAP Browser return only the zzlwsnattrPortalRole attribute, after that you can export the file and save it to your Desktop, edit the file using a text editor and make the necessray changes, you can use the LDAP browser again to import the file back.
Arvin Ojales
Arvin Ojales
Advanced Member
Posts: 24
8/16/2010 7:54 PM
Split
..or before using the LDAP browser, if you can query the users that you want to change, you can use the RM Administrator and run a 'Mass Assignment' under Tools.
fred.kobos
Advanced Member
Posts: 27
8/16/2010 8:08 PM
Split
I use apache directory studio. I dump ldap make changes by find and replace and reload the ldap.
I also made sure of a few things for scanning or grouping for mass changes. for instance groups, roles and the portal profile I spent time figuring out how I wanted it all to come together.
We just went live on 90 security. Because I took my time understanding groups w/bookmarks, portal profiles and roles. It is a breeze to make mass changes.
TBonney
Veteran Member
Posts: 281
8/17/2010 3:37 PM
Split
Thank you for your replies. I still have a couple of additional questions though. I hope you wouldn't mind providing additional repsonses...
1.) When you use the loadusers utility, how do you do so without updating the passwords? If I am able to do this, I don't want to have to reset all the individual's passwords in the process.
2.) (fred.kobos) You stated that mass-assignment in RM is easy to use. I agree, when you can easily identify who you want to change. My problem is in identifying who needs the desired changes. I'd like to do two things, first, remove a particular role from almost everyone's profile and second, change multiple user's portal role files based on their degree of usage of portal functionality. Any tips/tricks on how to identify these users "easily"?
Thank you all once again for sharing your experiences with me!
Please
login
to post a reply.