FR 
 
Site navigation



User Management Resource Administrator: User Account Management for Windows 2003/XP/2000/NT

Previous Topic

Next Topic

Book Contents

Specifying LDAP attributes and values of directory service item

In the next script action, the LDAP modification data structure is initialized. The structure must contain all the attributes and values of the new directory service item.

Figure 43: Script action to initialize the LDAP modification data that is used to create an person item in the directory service on Linux using OpenLDAP.

To create an person in the directory service, the following attributes are used:

Attribute

Description

objectClass

Defines the type of the directory service item that must be created. Contains multiple values: inetOrgPerson, organizationalPerson, person. The attribute values are the same for items created.

cn

The common name of the person. SAM account name of the new user account. The value is set equal to the variable combination %GivenName% %SurName% that is read from the input file.

sn

The surname of the new person. This is a mandatory attribute. The value is set equal to the variable %SurName%.

telephoneNumber

An example of an attribute as defined in the schema. The value is set equal to the variable %HomePhone%, copied from the input file.

givenName

An example of an attribute that is available though one of the parent object classes: The givenName attribute is defined for object class inetOrgPerson. Since the objectClass values for the new directory service item include the value inetOrgPerson, the attribute exists for the object that is created with this action.

Table 9: LDAP attributes to create an user account in Active Directory.

See Also

Script action: Load LDAP modification data


Home | Products | Support | Pricing | Download | Press | About Us | Contact | Sitemap
QUICK LINKS: Mass / Bulk Import Software | Network Monitoring Software | Disk Quota Management
QUICK LINKS: User and Active Directory Management | Active Directory Migration | SSRPM Documentation