TestimonialUser Management Resource Administrator has been the best product to allow the helpdesk to complete/access ONLY what they need too and the help that tools4ever us has given is Great.Judy Day City of Burnabyhttp://www.city.burnaby.bc.ca![]() ![]() 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 demoTestimonialGreat time saver. Easy and actually fun to use. Garry FrocklageUniversity of San Diego Read more... |
Loading LDAP modification dataWith the next action, the data structure used to add the user account is prepared. This data structure contains a number of attributes, each with one or more values. The exact attributes used to add a user account vary for each directory service implementation that supports LDAP.
The resulting data structure is stored in a variable. In this example, the default variable name %LdapData% is used to store the structure. The variable is used in subsequent script actions. According to the Novell eDirectory schema documentation, a user account must have the following attributes defined:
The common name is defined in the next action (Add directory service object (LDAP)). The objectClass and sn attribute are initialized in the modification data structure. Besides these attribute, also the givenName, homePhone and userPassword attributes are setup.
Depending on the schema definition, an attributes can have a single or multiple values. Values can be specified using variables. In the example shown, the attributes sn, givenName and homePhone are specified using variables %SurName%, %GivenName% and %HomePhone% and linked to the input csv file. The objectClass attribute gets the same 3 values for each user account: top, person and inetOrgPerson as defined by the eDirectory schema. To setup an individual attribute, double click one of the attributes.
|