Administrator user not found

When running

id Administrator

I get,

id: ‘Administrator’: no such user

Searching OpenLDAP server

/usr/sbin/udm users/user list`

Shows no users.

However, Searching Samba 4 LDAP server

univention-s4search users/user list | grep Administrator`

dn: CN=Administrator,CN=Users,DC=meraki,DC=intranet
dn: CN=Administrators,CN=Builtin,DC=meraki,DC=intranet

does show users.

Attempting to login to Administrator user, using

su -s /bin/bash -c ‘su Administrator’ nobody

gives us

No passwd entry for user 'Administrator'

This server is in the middle of a single server restore (just after the instruction step > service univention-directory-listener start), as described here. Due to a failed update from 4.4 to 5.0, details of which are captured here

tail /var/log/univention/listener.log

gives us

03.10.22 09:14:07.896  LISTENER    ( WARN    ) : Notifier/LDAP server is samadhi.meraki.intranet:7389
03.10.22 09:14:07.896  LDAP        ( PROCESS ) : connecting to ldap://samadhi.meraki.intranet:7389
UNIVENTION_DEBUG_BEGIN  : uldap.__open host=samadhi.meraki.intranet port=7389 base=dc=meraki,dc=intranet
UNIVENTION_DEBUG_END    : uldap.__open host=samadhi.meraki.intranet port=7389 base=dc=meraki,dc=intranet
03.10.22 09:15:52.787  LISTENER    ( WARN    ) : received signal 15
03.10.22 09:15:58.232  DEBUG_INIT
03.10.22 09:15:58.241  LISTENER    ( WARN    ) : Notifier/LDAP server is samadhi.meraki.intranet:7389
03.10.22 09:15:58.241  LDAP        ( PROCESS ) : connecting to ldap://samadhi.meraki.intranet:7389
UNIVENTION_DEBUG_BEGIN  : uldap.__open host=samadhi.meraki.intranet port=7389 base=dc=meraki,dc=intranet
UNIVENTION_DEBUG_END    : uldap.__open host=samadhi.meraki.intranet port=7389 base=dc=meraki,dc=intranet

Wonder what’s going on. The the upgrade and subsequent recovery process seem to be somewhat brittle.

Best,
Garath

Mastodon