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
LDAP Broswer Queries
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Isabella Harris
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5245
People Online:
Visitors:
357
Members:
0
Total:
357
Online Now:
New Topics
Lawson Add-Ins for Microsoft Office
Uploads
11/20/2025 3:32 AM
The Next button has stopped functioning on the upl
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
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
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chesca
1042
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
LDAP Broswer Queries
Please
login
to post a reply.
5 Replies
0
Subscribed to this topic
27 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
TBonney
Veteran Member
Posts: 281
9/1/2010 4:10 PM
Is anyone familiar with building LDAP queries using Softerra LDAP Browser 2.6? If so, I need help please...
I've got a query that returns userid, first name, last name, roles assigned, product line, etc. (From O=lwsnrmdata)
However, I also need to identify the employee company and employee number for the same users identified in the first query. (From O=lwsnSecData)
Does anyone know if there is a way that I can generate a more complex query that will return both sets of data?
Thank you.
Jeff White
Veteran Member
Posts: 83
9/1/2010 4:58 PM
Split
We use the DB2 tools that came with the Tivoli/DB2 install.
And if you are using employee self-service, you could potentially get the company and employee number that you are looking for. We are using the DB2 utilities to extract Company and Employee Number to update Active Directory.
sh -c "/usr/bin/db2ldif -o
-I
-s cn=
We then use some other scripting to extract the fields that we need, because the output file is quite ugly.
Jeff
maryclare
Basic Member
Posts: 7
3/21/2011 1:19 PM
Split
I have the same need to list the employee company and employee number in lwsnSecData and tie it back to the RM information in lwsnrmdata. We have a perl script that was developed to pull this information, but it takes a significant amount of time to run.
We have the the LDAPAdmin product, and I would like to use it to pull this information. Does anybody know how to tie the above information in LDAPAdmin?
Thanks!
TBonney
Veteran Member
Posts: 281
3/21/2011 1:52 PM
Split
maryclare,
We use Softerra LDAP Broswer 2.6 and the following is the syntax that we use to pull employee company and employee number inoformation...
Search DN:CN=DEV_EMPLOYEE,OU=svcxref,O=lwsnSecData,CN=lwsn,DC=mvnhealth (where DEV is the product line designation)
Filter: lwsnssoAllAttrValueList=*
Attributes: lwsnssoAllAttrValueList,lwsnssoListOfIDs
I hope this helps.
maryclare
Basic Member
Posts: 7
3/21/2011 2:10 PM
Split
TBonney -
Thank you so much. That worked like a charm
John Henley
Posts: 3362
3/21/2011 2:21 PM
Split
The easiest way to do this is to use ProcessFlow and the ResourceQuery node.
If you have ProcessFlow Integrator, you can also pump it into a database table via SQL Update.
Please
login
to post a reply.