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:
Zac Shields
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5211
People Online:
Visitors:
413
Members:
0
Total:
413
Online Now:
New Topics
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
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson S3 HR/Payroll/Benefits
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
S3 Customization/Development
Read and Write CSV file COBOL
10/9/2024 2:53 PM
Does anyone have a quik example of a program that
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
1372
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
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
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
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
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
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
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
..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
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
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.