UMRA Console log of user creating using secure LDAP
When executed successfully, the UMRA Console log file produces a log file as shown below:
Starting User Management Resource Administrator session, build 1213 at 09:29:20 12/02/2005
09:29:20 12/02/2005 ***** Processing entry 105...
09:29:20 12/02/2005 Variable 1: %GivenName%=Otio
09:29:20 12/02/2005 Variable 2: %SurName%=Methyl
09:29:20 12/02/2005 Variable 3: %HomePhone%=950-491-354
09:29:20 12/02/2005 Variable 4: %NowDay%=02
09:29:20 12/02/2005 Variable 5: %NowMonth%=12
09:29:20 12/02/2005 Variable 6: %NowYear%=2005
09:29:20 12/02/2005 Variable 7: %NowHour%=09
09:29:20 12/02/2005 Variable 8: %NowMinute%=29
09:29:20 12/02/2005 Variable 9: %NowSecond%=20
09:29:20 12/02/2005 Setting up LDAP sessions with host 'king.tools4ever.local3'. Using SSL encryption: 'Yes'.
09:29:20 12/02/2005 User name: 'cn=Administrator,cn=Users,dc=tools4ever,dc=local3'.
09:29:20 12/02/2005 Secure LDAP session established with host 'king.tools4ever.local3' (Protocol: 'TLS 1.0 client-side', encryption: 'RC4 stream', cipher strength: 128 bits, hash: 'MD5', 128 bits, key exchange: 'RSA', 2048 bits).
09:29:20 12/02/2005 Authenticating user 'cn=Administrator,cn=Users,dc=tools4ever,dc=local3'...
09:29:20 12/02/2005 User 'cn=Administrator,cn=Users,dc=tools4ever,dc=local3' successfully authenticated on LDAP server host 'king.tools4ever.local3'.
09:29:20 12/02/2005 LDAP session information stored in variable '%LdapSession%'.
09:29:20 12/02/2005 Storing LDAP modification data in variable '%LdapData%'.
09:29:20 12/02/2005 LDAP modification data:
09:29:20 12/02/2005 ************** Modification data element: 0 *************
09:29:20 12/02/2005 Operation: 'add', type of data: 'text'
09:29:20 12/02/2005 Attribute: 'objectClass'
09:29:20 12/02/2005 Value 0: 'top'
09:29:20 12/02/2005 Value 1: 'organizationalPerson'
09:29:20 12/02/2005 Value 2: 'person'
09:29:20 12/02/2005 Value 3: 'user'
09:29:20 12/02/2005 ************** Modification data element: 1 *************
09:29:20 12/02/2005 Operation: 'add', type of data: 'text'
09:29:20 12/02/2005 Attribute: 'sAMAccountName'
09:29:20 12/02/2005 Value 0: 'Methyl'
09:29:20 12/02/2005 ************** Modification data element: 2 *************
09:29:20 12/02/2005 Operation: 'add', type of data: 'text'
09:29:20 12/02/2005 Attribute: 'userPrincipalName'
09:29:20 12/02/2005 Value 0: 'Methyl@tools4ever.local3'
09:29:20 12/02/2005 ************** Modification data element: 3 *************
09:29:20 12/02/2005 Operation: 'add', type of data: 'text'
09:29:20 12/02/2005 Attribute: 'userAccountControl'
09:29:20 12/02/2005 Value 0: '512'
09:29:20 12/02/2005 ************** Modification data element: 4 *************
09:29:20 12/02/2005 Operation: 'add', type of data: 'binary'
09:29:20 12/02/2005 Attribute: 'unicodePwd'
09:29:20 12/02/2005 Binary data
09:29:20 12/02/2005 Adding LDAP directory service object 'cn=Methyl,ou=Sales,dc=tools4ever,dc=local3' with LDAP modification data obtained from variable '%LdapData%'.
09:29:20 12/02/2005 LDAP directory service object 'cn=Methyl,ou=Sales,dc=tools4ever,dc=local3' successfully added.
09:29:20 12/02/2005 ***** Ready processing entry 105...
09:29:20 12/02/2005 Total number of script action execution errors: 0.
End of session
The log file first shows the following topics:
- Initialization of the secure LDAP session;
- Authentication of the connecting account;
- Initialization of the LDAP modification data;
- Creation of the user account.
|