Previous Topic: trace disable assoc Command

Next Topic: unbind Command

trace enable assoc Command

The trace enable assoc command traces the requests/responses occurring on a specified binding. You will see no difference if used with x500 tracing.

Before you use the trace enable assoc command, use the get users command to find out the binding number.

This command has the following format:

trace enable assoc = binding-number;
binding-number

Specifies the binding that you want to trace

Example: trace enable assoc

This example shows how to disable all tracing, find out a binding number, and then trace all requests and responses occurring on that binding:

dsa> trace none;
trace none;
dsa> get users;
get users;

Association 2: connected for 34 seconds, idle for 25 seconds
Association 2: bound using LDAP (peer 155.35.131.63) as ANONYMOUS

Total Associations: 1
dsa> trace enable assoc = 2;
trace enable assoc = 2;
dsa> 

<- #2 LDAP SEARCH-REQ
        invoke-id = 11   credit = 4
    Base object:
        <countryName "AU">
        <organizationName "Data">
        <organizationalUnitName "People">
        <commonName "Passadmin">
    Don't Search Aliases

-> #2 LDAP SEARCH-CONFIRM
        invoke-id = 11   credit = 1
    Entry:  (leaf)
        <countryName "AU">
        <organizationName "Data">
        <organizationalUnitName "People">
        <commonName "Passadmin">
    Contents:  
        (objectClass inetOrgPerson, organizationalPerson, person, top)
        (userPassword "{SHA}hvfkN/qlp/zhXR3cuerq6jd2Z7g=")
        (commonName "Passadmin")
        (surname "Smithaa")
        (initials "aa")