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 Security
Mass Load Roles
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:
391
Members:
0
Total:
391
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 Security
Mass Load Roles
Please
login
to post a reply.
5 Replies
0
Subscribed to this topic
16 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Jose
Basic Member
Posts: 15
2/23/2011 3:50 AM
Hello,
I am trying to figure out how to mass load roles to each ESS users. Going to each user and adding these roles is very time consuming and was in search of finding a faster way of doing this task.
Also, is there a way to have roles, prodline, and CheckLS set as a template so when a new user is added, we dont have to bother with adding roles, prodline, checkLS.
Dave Amen
Veteran Member
Posts: 75
2/23/2011 4:00 AM
Split
Hi Jose,
What you're looking for is the Mass Assignment tool in the LS9 Resource Manager.
With this, you can use any combination of attributes as selection criteria (maybe ESS Portal Role to get all ESS Users?).
Once you've entered the selection criteria, you can add Roles or change other attributes for many users in one fell swoop!
But please be careful - this thing is a loaded gun. It can fix thousands of users in seconds, and it can also destroy LDAP, so use it with caution!
As far as a template for new users, I don't have answer for that. Anyone else?
Best regards,
Dave
(303) 773-3535
Roger French
Veteran Member
Posts: 549
2/23/2011 6:42 PM
Split
There is a Perl script (floating around) which I've adapted and used for a few years now, which uses a 'template' to create the actual new users' XML records, which then can be loaded.
Give me your email address and I can send it to you.
Roger
Michael Landis
New Member
Posts: 2
2/24/2011 2:10 AM
Split
I'm not clear on whether you're trying to create new ESS accounts for new employees/users, or simply add an ESS role to existing user accounts. I've created scripting solutions for both types of scenarios using ksh, so either way, it can be done. Updating roles of existing LS users is the trickier endeavor because loadusers wants to replace the existing roles with what is specified in the Roles= value of your XML file. (Although I read a blurb today that this behavior may change soon to append instead of replace.) I accomplish this by using ldapsearch to query the LDAP first to get the list of existing roles for the user, then add my new role to that list and generate my XML record. If you're wanting to create a new user account with the ESS role, that's a little easier task, and you can plug just about any of the RM fields or Identities. The vast majority of our adds, terms and job-change updates are highly automated now.
Jose
Basic Member
Posts: 15
2/25/2011 1:10 AM
Split
I'm trying to do 2 things:
1) I would like to add 4 roles to existing users. However, some of the existing users already have specific roles assigned to them and I dont want those being replaced.
2) When creating new users, I would like for the 4 roles to be included, CheckLS=YES, product line = PROD, portal role "Associate" so that I dont have to add this information each time I create a user.
JeffR
Advanced Member
Posts: 22
4/12/2011 9:31 PM
Split
I created a Process Flow that actually does both things you are looking to do. I can update roles and groups for existing employees and I create the RM for new hires and rehires giving them ESS access.
Please
login
to post a reply.