trace enable assoc コマンドは、指定されたバインディングに発生するリクエスト/レスポンスをトレースします。 x500 トレースと共に使用した場合は違いが見い出せません。
trace enable assoc コマンドを使用する前に、バインディング番号を見つけ出すために get users コマンドを使用します。
このコマンドの形式は以下のようになります。
trace enable assoc = binding-number;
トレースするバインディングを指定します
例: trace enable assoc
この例では、すべてのトレースを無効にし、バインディング番号を見つけ出し、その後にそのバインディングで発生するすべてのリクエストおよびレスポンスをトレースする方法を示しています。
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")
| Copyright © 2012 CA. All rights reserved. | このトピックについて CA Technologies に電子メールを送信する |