目前,我有一个 LDAP 服务器(如果有任何区别的话,运行 ClearOS),包含一个用户数据库。
因此,我使用 libpam-ldapd 在我的几个 debian VM 上设置了 LDAP,然后发现了这个奇怪的问题。
运行时将显示我的组/用户映射
getent group
但运行时辅助组不会显示
id
。
这是我的 /etc/nslcd.conf
# /etc/nslcd.conf
# nslcd configuration file. See nslcd.conf(5)
# for details.
# The user and group nslcd should run as.
uid nslcd
gid nslcd
# The location at which the LDAP server(s) should be reachable.
uri ldaps://10.3.0.1
# The search base that will be used for all queries.
base dc=pnet,dc=sandyd,dc=me
# The LDAP protocol version to use.
#ldap_version 3
# The DN to bind with for normal lookups.
binddn cn=manager,ou=internal,dc=pnet,dc=sandyd,dc=me
bindpw password
# The DN used for password modifications by root.
#rootpwmoddn cn=admin,dc=example,dc=com
# SSL options
ssl on
tls_reqcert never
# The search scope.
#scope sub
#filter group (&(objectClass=group)(gidNumber=*))
map group uniqueMember member