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 13:45:12 12/06/2005
13:45:12 12/06/2005 ***** Processing entry 66...
13:45:12 12/06/2005 Variable 1: %GivenName%=Tece
13:45:12 12/06/2005 Variable 2: %SurName%=Cowsake
13:45:12 12/06/2005 Variable 3: %HomePhone%=304-411-583
13:45:12 12/06/2005 Variable 4: %NowDay%=06
13:45:12 12/06/2005 Variable 5: %NowMonth%=12
13:45:12 12/06/2005 Variable 6: %NowYear%=2005
13:45:12 12/06/2005 Variable 7: %NowHour%=13
13:45:12 12/06/2005 Variable 8: %NowMinute%=45
13:45:12 12/06/2005 Variable 9: %NowSecond%=12
13:45:12 12/06/2005 Setting up LDAP sessions with host 't4elnx.tools4ever.local2'. Using SSL encryption: 'Yes'.
13:45:12 12/06/2005 User name: 'cn=admin,dc=tools4ever,dc=local2'.
13:45:12 12/06/2005 Secure LDAP session established with host 't4elnx.tools4ever.local2' (Protocol: 'TLS 1.0 client-side', encryption: 'RC4 stream', cipher strength: 128 bits, hash: 'MD5', 128 bits, key exchange: 'RSA', 1024 bits).
13:45:12 12/06/2005 Authenticating user 'cn=admin,dc=tools4ever,dc=local2'...
13:45:12 12/06/2005 User 'cn=admin,dc=tools4ever,dc=local2' successfully authenticated on LDAP server host 't4elnx.tools4ever.local2'.
13:45:12 12/06/2005 LDAP session information stored in variable '%LdapSession%'.
13:45:12 12/06/2005 Storing LDAP modification data in variable '%LdapData%'.
13:45:12 12/06/2005 LDAP modification data:
13:45:12 12/06/2005 ************** Modification data element: 0 *************
13:45:12 12/06/2005 Operation: 'add', type of data: 'text'
13:45:12 12/06/2005 Attribute: 'objectClass'
13:45:12 12/06/2005 Value 0: 'person'
13:45:12 12/06/2005 Value 1: 'organizationalPerson'
13:45:12 12/06/2005 Value 2: 'inetOrgPerson'
13:45:12 12/06/2005 ************** Modification data element: 1 *************
13:45:12 12/06/2005 Operation: 'add', type of data: 'text'
13:45:12 12/06/2005 Attribute: 'cn'
13:45:12 12/06/2005 Value 0: 'Tece Cowsake'
13:45:12 12/06/2005 ************** Modification data element: 2 *************
13:45:12 12/06/2005 Operation: 'add', type of data: 'text'
13:45:12 12/06/2005 Attribute: 'sn'
13:45:12 12/06/2005 Value 0: 'Cowsake'
13:45:12 12/06/2005 ************** Modification data element: 3 *************
13:45:12 12/06/2005 Operation: 'add', type of data: 'text'
13:45:12 12/06/2005 Attribute: 'telephoneNumber'
13:45:12 12/06/2005 Value 0: '304-411-583'
13:45:12 12/06/2005 ************** Modification data element: 4 *************
13:45:12 12/06/2005 Operation: 'add', type of data: 'text'
13:45:12 12/06/2005 Attribute: 'givenName'
13:45:12 12/06/2005 Value 0: 'Tece'
13:45:12 12/06/2005 Adding LDAP directory service object 'cn=Tece Cowsake, ou=people,dc=tools4ever,dc=local2' with LDAP modification data obtained from variable '%LdapData%'.
13:45:12 12/06/2005 LDAP directory service object 'cn=Tece Cowsake, ou=people,dc=tools4ever,dc=local2' successfully added.
13:45:12 12/06/2005 ***** Ready processing entry 66...
13:45:12 12/06/2005 Total number of script action execution errors: 0.
End of session
The log file shows the following topics:
- initialization of the secure LDAP session;
- the authentication of the connecting account;
- initialization of the LDAP modification data
- creation of the directory service item
|