Atualmente, tenho um servidor LDAP (executando o ClearOS, se isso faz alguma diferença) contendo um banco de dados de usuários.
Então, eu fui e configurei o LDAP em algumas das minhas VMs debian, usando libpam-ldapd e descobri esse problema estranho.
Meu mapeamento de grupo / usuário seria exibido ao executar
getent group
mas os grupos secundários não aparecerão quando estiver em execução
id
.
Aqui está meu /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 Me29Dakyoz8Wn2zI
# 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
Tags openldap