上一主题: IMAP 测试下一主题: MAPI 测试


LDAP 测试

LDAP 测试用于监控连接到 Windows 系统上的 LDAP 服务,执行一次标准的用户名/密码身份验证,然后执行一次用户定义的查询所需的时间。

选项和参数

LDAP 测试需要以下特定选项和参数:

在创建或修改测试时指定这些选项和参数。

示例

本节包括用于监控连接到本地 LDAP 服务器和远程 LDAP 服务器的时间的示例。

示例 1:测试本地 LDAP 服务器

使用该示例创建一个测试,用于监控连接到名为 arch 的本地 LDAP 服务器,验证用户名 ldapUser 和编码的密码,然后查询术语 annuity 的时间。

在策略中创建新的测试

  1. 在“测试监视器”工具栏上单击“+ (新建)”。

    此时将显示“新建测试”窗格。

  2. 从“测试类型”列表中选择“LDAP”。
  3. 在“描述”字段中指定“ldap_arch”。
  4. 在“测试名称”字段中指定“本地 LDAP 测试”。
  5. 在“测试间隔”字段中指定 30。
  6. 在“测试超时”字段中指定 10。
  7. 在“每间隔抽样数”字段中指定 1。
  8. 在“统计窗口”字段中指定 120。
  9. 在“LDAP 服务器”字段中指定“arch”。
  10. 在“LDAP 域”字段中指定“TEST”。
  11. 在“用户名”字段中指定“ldapUser”。
  12. 在“密码”字段中指定“ldapPassword”。
  13. 在“查询”字段中指定“cn=annuity,ou=Boston,dc=fleet,dc=com”。
  14. 在“筛选”字段中指定 cn=*。
  15. 单击“保存测试”。

提交认更改时,SRM 将类似于以下内容的条目添加到 svcrsp.cf 文件中:

{ 
index=11 
type=ldap
desc="LDAP-TEST" 
dest="arch" 
username="ldapUser" 
encoded=yes 
password="Z28ySGVsbA" 
args="query=cn=annuity,ou=Boston,dc=fleet,dc=com&domain=Test&filter=cn=*" 
interval=30 
samples=1 
timeout=10 
window=120 
tos=0 
limit=0 
status=active 
name="Local LDAP Test"
class=""
context=""
flags="1"
loglevel=1
}

示例 2:测试远程 LDAP 服务器

使用该示例创建一个测试,用于监控连接到位于 10.0.0.123 的远程 LDAP 服务器,验证用户名 ldapRUser 和编码的密码,然后查询条件来宾用户的时间。

在策略中创建新的测试

  1. 在“测试监视器”工具栏上单击“+ (新建)”。

    此时将显示“新建测试”窗格。

  2. 从“测试类型”列表中选择“LDAP”。
  3. 在“描述”字段中指定“ldap_remote”。
  4. 在“测试名称”字段中指定“远程 LDAP 测试”。
  5. 在“测试间隔”字段中指定 30。
  6. 在“测试超时”字段中指定 10。
  7. 在“每间隔抽样数”字段中指定 1。
  8. 在“统计窗口”字段中指定 120。
  9. 在“LDAP 服务器”字段中指定“10.0.0.123”。
  10. 在“LDAP 域”字段中指定“Test”。
  11. 在“用户名”字段中指定“ldapRUser”。
  12. 在“密码”字段中指定“ldapRPass”。
  13. 在“查询”字段中指定 cn=Guest,cn=Users,dc=testlab,dc=com。
  14. 在“筛选”字段中指定 cn=*。
  15. 单击“保存测试”。

提交认更改时,SRM 将类似于以下内容的条目添加到 svcrsp.cf 文件中:

{ 
index=23 
type=ldap
desc="ldap_remote" 
dest="10.0.0.123:389" 
username="ldapRUser" 
encoded=yes 
password="bXVyaWM" 
args="query=cn=guest,cd=users,dc=testlab,dc=com&domain=Test&filter=cn=*" 
interval=30 
samples=1 
timeout=10 
window=120 
tos=0 
limit=0 
status=active 
name="Remote LDAP Test"
class=""
context=""
flags="1"
loglevel=1
}

有关在运行 LDAP 测试时可能遇到的错误的信息,请参阅《LDAP 测试错误代码》