Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
IPA/ProcessFlow
PF Updating Active Directory
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Dawn B
Past 24 Hours:
0
Prev. 24 Hours:
1
Overall:
5325
People Online:
Visitors:
382
Members:
0
Total:
382
Online Now:
New Topics
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3293
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
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
Integration / Customization
IPA/ProcessFlow
PF Updating Active Directory
Please
login
to post a reply.
3 Replies
1
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
cBreeze
Basic Member
Posts: 20
9/25/2011 2:13 PM
Good afternoon,
I am working on a process flow that will update the network Active Directory.
We are looking to make Lawson HR the driver in generating User ID's for the network as well as Portal.
(We are planning on doing an ldap bind to the network AD.)
I would like to create a New Hire PA Action that triggers a process flow to:
* Create and Update our Network Active Directory with a user ID and Password.
(as well as enrolling them in an initial default Group, etc...).
* Additionally, I would like to update Lawson ldap with default user information. (Assign identity for ess, etc..)
( I understand that I can use 'ResourceUpdate ' nodes for this.)
* I am also considering the possibility of hitting another LDAP to a different application as well.
(In reverse I would like to inactive User accounts in a Termination PF as well)
MY first step is to attempt a script to update the Network Active Directory. (This seems like it will be the most difficult of tasks.) I am thinking that this can be done with the 'SysCommand' Node??
I would appreciate any direction, logic, code, thoughts or if anyone has accompolished anything like this.
( I am not so experienced with LDAP/AD, But I am working on it...)
We are Lawson Hosted:
Env: Aix 9.0.1.7
App: MSP 901.6
LS - LDAP:MsAdam
Network AD Windows2003 (Updating to 2008 sometime soon?)
(There also may be firewall issues to consider in a PF executing from Lawson outside of our network and hitting the network AD.)
Thank you very much for any repsonse.
Curt
Vijay S
Veteran Member
Posts: 174
12/2/2011 5:28 AM
Split
Curt,
I am currently developing the reverse one now, the one that inactivates users from Lawson.
We broke it in two parts. Both will be run Daily.
Part 1
Check the term date in HR11 and if it is Today Disable the User from Lawson Security (Deleting the SSOP part of the user) and intimating the HR and Supervisor for the same the remaining part will be as per what ever process you follow.
Part 2
- It will check the termination date from Hr11 , If its been 60 days It will delet the user (Resource Update, delete Resource) from Lawson security and an intimation for the same will be sent to HR and his immediate supervisor. Subsequently via an AGS call we need to inaactivate the same from RQ04 and PF ADMIN setup.
Thanks -
Vijay
Deborah Creek
Basic Member
Posts: 10
4/27/2012 3:34 PM
Split
Hello Curt,
Did you make any progress with PFI maintaining AD? We currently use PFI to maintain all self service accounts by using the ResourceUpdate node, but I want to understand how the process flow will need to change after we bind to Active Directory. Any insight would be appreciated.
Thanks!
Deborah
SP
Veteran Member
Posts: 122
4/27/2012 3:56 PM
Split
Effectively the ldapbind will simply remove the password filed from the SSOP identity. Your ResourceUpdate nodes will need to be updated to no longer attempt to store a password value on the SSOP identity. Other than that, there should not be any change to your flows.
HTH,
-SP
Please
login
to post a reply.