Problem: New user cannot login

Problem:

New added user cannot login:

Solution/Analysis:

In samba4 environments the s4-connector synchronises the user to samba, This is one of the mechanisms, where we should look

1. Is the connector running:

ps aufx |grep connector
/var/log/univention /connector-s4-status.log

2. Check for rejects:

univention-s4connector-list-rejected
less /var/log/univention/connector-s4.log
ess /var/log/univention/connector-s4-mapping.log

3. Increase the debug level

univention-ldapsearch -LLLo ldif-wrap=no uid=<benutzername>
univention-s4search  cn=<benutzername>
ucr set connector/debug/level='4'
/etc/init.d/univention-s4-connector restart

modify the user password and decrease ihe debug level again:

ucr set connector/debug/level='2'
/etc/init.d/univention-s4-connector restart

→/var/log/univention/connector-s4.log
→/var/log/univention/listener.log
Mastodon