Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Using Smart Notifications To Query LDAP
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Elia Kfouri
Past 24 Hours:
0
Prev. 24 Hours:
1
Overall:
5214
People Online:
Visitors:
241
Members:
0
Total:
241
Online Now:
New Topics
IPA/ProcessFlow
IPA Question - Filtering Employees by XRef Cost Center Across Person and HR Modules
3/2/2026 4:29 PM
Hello Everyone, I am building an IPA process in
Lawson S3 Financials
Lawson S3 to SAP S/4 Hana Migration
2/12/2026 8:54 PM
Can anyone recommend a consulting company who has
Lawson Add-Ins for Microsoft Office
Deleting an Orphan Time Record with MS Add-ins
12/13/2025 7:26 PM
I have discovered an Orphan Time Record when dumpi
Lawson S3 HR/Payroll/Benefits
Secure 2.0
12/8/2025 9:06 PM
Has anyone using S3 V10 for Benefits been able to
Lawson Add-Ins for Microsoft Office
More.... ic81.2
12/5/2025 10:51 PM
We build our PAR's with MS Addins using IC81 a
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
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
Chris Martin
825
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Advanced Search
Prev
Next
Forums
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Using Smart Notifications To Query LDAP
Please
login
to post a reply.
13 Replies
0
Subscribed to this topic
23 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Ruma Malhotra
Veteran Member
Posts: 412
7/13/2010 4:38 PM
I am using smart notifications to query LDAP and am able to get data. However I need certain fields in a container and I am not able to write the right syntax to query LDAP to get data for only certain fields. Has anyone able to get this to work and can share the exact syntax for those queries.
I believe there are also certain oracle commands to query LDAP but I cannot get any to work and I am sure that the syntax is not right. Has anyone got this to work and willing to share the queries as well ?
Ruma Malhotra
Veteran Member
Posts: 412
7/13/2010 8:18 PM
Split
I was finally able to find a solution which I am sharing. On the infoset the quey would be
CN=* and then the next step or step 3 where you build the columns you would have to define the column to be each field that ldap displays. For eg we are using jexplorer to query LDAP so the column names would be the name of the field that jexplorer shows while querying LDAP.
You can get all the fields in the query by specifying ecah column name to be the field name that LDAP displays"
For eg the group name column in RM that the employee belongs to is zzlwsnattrGroup in jexplorer. This would be the name of the column in the infoset.
Greg Moeller
Veteran Member
Posts: 1498
MVP
You're an MVP!
New Poster
Congrats on posting!
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader art thou!
7/14/2010 12:58 PM
Split
Could you elaborate a little bit more. I'm just starting with LDAP and I would love to know how the infoset gets set up and which values go into which boxes. Thanks a BUNCH!
mark.cook
Veteran Member
Posts: 444
New Poster
Congrats on posting!
7/14/2010 2:12 PM
Split
Ruma,
Did you get what you needed. I can put together some screen shots for you. I also have a web-ex on this but it is 8 MB so I doubt it will make it out of our mail server. Let me know if you need this and I will send it offline.
Ruma Malhotra
Veteran Member
Posts: 412
7/14/2010 3:28 PM
Split
I am uploading my screen shots that I used to query LDAP. The way I built the Search base is the way you would build a query for a single user in jexplorer.
However Mark I would like to see your screen shots to make sure if there is anything I missed. If you can send me the webex offline that would be great. thanks for all your help.
Ruma Malhotra
Veteran Member
Posts: 412
7/14/2010 3:29 PM
Split
I am not able to upload a MS-word 7 document. When I try to attach it says file type is not allowed.
John Henley
Posts: 3364
New Poster
Congrats on posting!
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader art thou!
7/14/2010 3:46 PM
Split
Zip it and upload the .zip =
Ruma Malhotra
Veteran Member
Posts: 412
7/14/2010 4:31 PM
Split
I am zipping the file and uploading.
Attachments
LDAP_Query.txt.zip
Ruma Malhotra
Veteran Member
Posts: 412
7/14/2010 4:52 PM
Split
In addition to querying it using smart notifications on step 4 of the infoset we are checking the option that this is a large notification which then generates a table in the Lawson smart notifications schema and names the table the infoset id. I am writing a crystal report to go against this table to list all the different groups and roles a user belongs to. The Groups and roles are the ones defined for a user in RM and sec admin.
I am looking for a way to query LDAP that tells me which security profiles belong to a given group for a user.
Greg Moeller
Veteran Member
Posts: 1498
MVP
You're an MVP!
New Poster
Congrats on posting!
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader art thou!
7/14/2010 6:00 PM
Split
I think I've got a Unix script that does very close to what you are looking for Ruma. Are you running Unix or Windows?
Ruma Malhotra
Veteran Member
Posts: 412
7/14/2010 6:31 PM
Split
Unix AIX
Greg Moeller
Veteran Member
Posts: 1498
MVP
You're an MVP!
New Poster
Congrats on posting!
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader art thou!
7/14/2010 7:19 PM
Split
This script will produce a web page containing all Roles and the users that belong to those roles. You could modify it to pull back other information as well. Note: I've put the areas that I know you will have to change in greater than and less than signs along with a description of what needs to be put there. ie.
Feel free to modify the script to your liking. I just ask that you leave me as the original author in the comments.
Attachments
001_groupheader_users.zip
Greg Moeller
Veteran Member
Posts: 1498
MVP
You're an MVP!
New Poster
Congrats on posting!
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader art thou!
7/14/2010 7:48 PM
Split
Hey, Ruma!! Thanks bunches for the screen shots!! I now have a working Infoset.
Now I just need to base some notifications off of it.
Ruma Malhotra
Veteran Member
Posts: 412
7/15/2010 2:18 PM
Split
Thanks for the unix script. Will make sure that the original author does not change.
Please
login
to post a reply.