Can the Domain_User password in LSA be Synced with Active Directory?

 12 Replies
 0 Subscribed to this topic
 15 Subscribed to this forum
Sort:
Author
Messages
bobc
Basic Member Send Private Message
Posts: 10
Basic Member

We are migrating from the HP-UX version of Lawson to the Windows version. During testing we were getting a "user could not be logged in" error when running batch jobs and found out that their Domain_User password needed to be manually inputted in Manage Identities/Prod service in LSA in order to run batch jobs. This wasn't required in the HP-UX version.

It isn't practical to have to manually input over 100 network passwords in LSA every 90 days, and users aren't allowed to give up their password anyway. Is there a way to have the user's network password automatically updated in LSA when they change their password? Apparently the LDAP bind doesn't do that.  Or is there possibly something wrong with the setup?  It doesn't seem it would be intended to work this way.  Thanks.

John Henley
Send Private Message
Posts: 3353
Bob, that is not necessary. LDAP bind is used for the SSOP user for Portal login. In order to satisfy the batch user requirement, you just need to set up a single privileged identity called BATCH in LSA, and that will be used on behalf of all batch users. Their password for the DOMAIN_USER can be anything, it is never used.
Thanks for using the LawsonGuru.com forums!
John
bobc
Basic Member Send Private Message
Posts: 10
Basic Member

Thanks, John.  I don't see a BATCH identity under Manage Identities.  I'll contact the person who installed this environment.  I'm not sure he knows about this BATCH identity.  Thanks for your help!

Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
we actually have ours running under an id called 'lawbatch' -- but I'm not sure where that gets associated with all batch jobs at.
John Henley
Send Private Message
Posts: 3353
User management | Manage Privileged Identities select the service for your LSF environment you might see on for ONLINE and/or BATCH if you don't you can add it and map it to a DOMAIN_USER (I usually create one called lawbatch for BATCH and lawonline for ONLINE).
Thanks for using the LawsonGuru.com forums!
John
John Henley
Send Private Message
Posts: 3353
also need to add a line in LAWDIR/system/lajs.cfg RUNUSERKEY BATCH
Thanks for using the LawsonGuru.com forums!
John
John Henley
Send Private Message
Posts: 3353
RUNUSERKEY BATCH is what instructs the job queue engine to look up the BATCH privileged identity as a fallback if logon fails for the DOMAIN_USER.
Thanks for using the LawsonGuru.com forums!
John
John Henley
Send Private Message
Posts: 3353
adding the RUNUSERKEY BATCH line to lajs.cfg is a (manual) step in the LSF installation process.
Thanks for using the LawsonGuru.com forums!
John
bobc
Basic Member Send Private Message
Posts: 10
Basic Member
I checked in Manage Privileged Identities and there is an ONLINE and BATCH identity. The BATCH identity does have a domain user and password. I'll have to check to see if the password is good. That could be the problem. Thanks, guys.
bobc
Basic Member Send Private Message
Posts: 10
Basic Member
RUNUSERKEY is commented out in lajs.cfg. Do we need BATCH IdentityRUNUSERKEY BATCH and BATCH Identity to be uncommented as well? This is what we have in lajs.cfg. */RUNUSERKEY BATCH /* BATCH IdentityRUNUSERKEY BATCH /* BATCH Identity
John Henley
Send Private Message
Posts: 3353
not sure why it's commented out nor why it appears to be in there twice, but it only needs to be a single line: RUNUSERKEY BATCH Once you put that in, restart your environment.
Thanks for using the LawsonGuru.com forums!
John
bobc
Basic Member Send Private Message
Posts: 10
Basic Member
Thanks, John. I added the line and restarted everything and it's now working. We're very grateful.
John Henley
Send Private Message
Posts: 3353
moving to sys admin / security forum
Thanks for using the LawsonGuru.com forums!
John