International

Testimonial

I was asked about Tools4ever for a reference the other day from a fellow school district technology coordinator. I had to stop and think about the program, it is called Automation. Our user account processing is totally automated. ‘Set it and forget it’, which apparently I did. I have used it for 5 years with no complaints. We moved from one Student Information System to a different one this year...

Michael Pruitt

Union County Kentucky

We help you!

Want to know more? A price quote or online demo?

Call us +852 - 2512 8491 sales@logon-int.com Give me an online demo

Testimonial

UMRA has provided us with a consistant and effective way to manage AD user accounts. We are still finding ways to use the product.

William Knight

Bantrel Read more...

Previous Topic

Next Topic

Book Contents

Task: Search directory service (LDAP)

UMRA supports the LDAP search specification RFC2254 to search in a directory service. Example: to find all users of which the common name (cn) starts with H, the following filter is used on Novell eDirectory:

(&(objectClass=user) (cn=H*))

Any filter can be used to return any collection of attribute values for the matching directory service items.

The following section summarizes the general procedure to search in the directory service:

  1. Setup LDAP session: Connect to the LDAP Server and authenticate the directory service user account that is used to perform the search operation;
  2. Search directory service (LDAP): Perform a search operation in the directory service. The result of the search operation is a table that is stored in a variable.

See Also

Directory service tasks

Task: Create directory service item

Task: Update directory service item attributes

Task: Delete directory service item