您现在的位置: IT专家网 > WinSystem子站 > 管理员
Windows AD服务器对IBM LDAP配置
作者: Uma M. Chandolu , 出处:IT专家网, 责任编辑: 刘志坡,
2007-10-09 00:00
本文说明了如何使用 Microsoft Active Directory 服务器配置 IBM Lightweight Directory Access Protocol (LDAP) 客户端 (AIX®) 上的 Netgroups……
在 IBM LDAP 客户端计算机上,在 /etc/passwd 文件中为该组添加信息。
在 /etc/passwd 文件的末尾添加 netgroup 转义序列,如下所示:
# echo "+@testgroup" >> /etc/passwd
#echo "+@testgroup1" >> /etc/passwd
在 IBM LDAP 客户端计算机上,编辑 /etc/group 文件。
在 /etc/group 文件的末尾添加 netgroup 转义序列,如下所示:
# echo "+:" >> /etc/group
在 IBM LDAP 客户端计算机上,使用 lsuser 命令检验是否能正确地检索 netgroup 用户信息、以及是否能够作为 netgroup 用户登录,如下所示:
# lsuser -R compat user1
user1 id=1233 pgrp=staff groups=staff home=/home/user1 shell=
/usr/bin/ksh login=true ...
Windows 2000/2003 支持 IBM LDAP netgroups。AIX 5.3 Tl06 和更高的版本支持 Windows 2003 R2。
- 本文关键词:

