Is it possible to do an LDAP query from a script include?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 04:03 PM
Hi all,
Just wondering if it's possible to return information from an LDAP query directly in a script include function?
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 06:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2017 01:04 PM
Hi --
Just wondering where I could find more information on Glide classes like 'GlideLDAP' and 'GlideLDAPConfig'. Can you shed some light on where we can see more information about the settings/parameters that you can set?
Thank you, Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 09:12 AM
I was able to get the different methods by running:
for(var members in new GlideLDAP())
{
gs.print(members);
}
in the 'Scripts - Background' section, but I'm not able to get any details on what parameters these methods are expecting to see...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 09:06 AM
