Page MenuHomePhabricator

LDAP is blocking a local service user account
Closed, ResolvedPublic

Description

There is a LDAP user with the name 'git', blocking softwareinstallations at local instances.

luke081515@gltest:~$ sudo adduser git
adduser: The user `git' already exists.

It's a LDAP user:

luke081515@gltest:~$ sudo passwd git
LDAP administrator password:

Event Timeline

bd808 claimed this task.
bd808 subscribed.

The shell account git has been renamed to mintao.

T170174-rename-git-to-mintao.ldif
dn: cn=project-bastion,ou=groups,dc=wikimedia,dc=org
changetype: modify
delete: member
member: uid=git,ou=people,dc=wikimedia,dc=org

dn: uid=git,ou=people,dc=wikimedia,dc=org
changetype: modrdn
newrdn: uid=mintao
deleteoldrdn: 1

dn: cn=project-bastion,ou=groups,dc=wikimedia,dc=org
changetype: modify
add: member
member: uid=mintao,ou=people,dc=wikimedia,dc=org