German

Testimonial

UMRA is an extremely useful tool for active delegation and management of any enterprises AD/Exchange/Filesystem.

Prashanth Nookala

Fulcrum Connections

http://www.fulcrum.co.uk/

Kontakt

Jan Pieter
Giele


Rufen Sie uns an
+49 (0) 2202 960 940

Stellen Sie Ihre Frage Termin für eine Online-Präsentation
Ihr Name: Ihre Frage:

Firmenname:
E-mail Adresse:
Telefonnummer:

Testimonial

Before the UMRA, we had to modify through the windows components, also we couldn\'t easily delegate tasks to helpdesk without instructing how to use active directory, now we can easily create a customized webpage and we are just scratching the surface... We can automate import functions, import global adressbooks from different companies. Our exchange migration was easy with UMRA. The support is a...

Information Technology / Management Services

KPMG 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