International

Testimonial

Switching to UMRA from the use of traditional batch files has greatly simplified our annual student and staff moves, adds, and changes. The power and flexibility of the application has allowed us to expand our user management scripting to even include application databases. We continue to find new uses for this great product.

Craig Holland

Newington Public Schools

http://newington-schools.org/

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

As network administrator in a busy high school, I had a problem creating 1100 pupils and 140 staff after a major network upgrade. Our old user creation module was not compatible with the new system, a fact I only found out 2 weeks before the start of term! I contacted tools4ever after finding Usermanagement on their website in a search. I must say I was pleasantly surprised with the level of suppo...

Read more...

Previous Topic

Next Topic

Book Contents

Creating directory service items with OpenLDAP on Linux

The example project describes a mass project to import directory service items. On Linux, different applications use different LDAP schemas. In this example project, the default general schema is used. To create directory service items that are used by LDAP enabled applications, modification might be required. Examples of these applications are Samba, PAM, NSS, FTP/HTTP, FreeRadius.

The example project can be found in the following location, relative to the UMRA Console program directory:

.\Example Projects\LDAP\Linux\CreateItemMass\LinuxCreateMass.upj

  1. The project contains embedded input data representing user accounts. For each line of the input data, the project repeats the following steps:
  2. Setup a secure LDAP session with the LDAP Server running on the Linux computer;
  3. Setup an LDAP modification data structure that contains all the attributes to create a person directory service item.
  4. Add the item to the directory service in a specific organizational unit.

The following sections describes the script of the project in detail.

In This Section

Script action: Setup LDAP session

Script action: Load LDAP modification data

Script action: Add directory service object (LDAP)

Logging information

See Also

Linux OpenLDAP

Introduction

Secure Linux OpenLDAP environment