fausp
(fpausp)
October 18, 2021, 8:14pm
1
NethServer Version: 7.9 - Samba AD Domain Member
Installed Dolibarr 14.0.2 with:
yum install nethserver-dolibarr --enablerepo=stephdl-dolibarr
When I try to login with admin/admin or a domainuser I always get this error:
Failed to connect to LDAP: Failed to connect to LDAP: 8 Strong(er) authentication required
mrmarkuz
(Markus Neuberger)
October 18, 2021, 10:18pm
2
It seems dolibarr wants to connect without TLS.
As a workaround you may add
ldap server require strong auth = no
to the global section of /var/lib/machines/nsdc/etc/samba/smb.conf
and restart samba:
systemctl -M nsdc restart samba
EDIT:
The workaround does not work.
Tried a fresh install without AD and it’s not possible to login as default admin, seems there’s a missing table…
Error: Table 'dolibarr.llx_user' doesn't exist
1 Like
fausp
(fpausp)
October 18, 2021, 11:26pm
3
Yes, got this too… I think @stephdl has to work on it?
1 Like
stephdl
(Stéphane de Labrusse)
October 21, 2021, 5:11pm
5
It should be good, rpm uploaded, it needs few hours to be synchronized to all mirrors
2 Likes
fausp
(fpausp)
October 22, 2021, 10:24am
6
Hi @stephdl , thank you for the fix! I was able to login with user admin.
I will do further tests on the evening… tnx
1 Like
fausp
(fpausp)
October 22, 2021, 1:14pm
7
fausp:
I will do further tests
I joined the dolibarr Server to my existing Nethserver Samba AD domain and was able to login with a domain user… -
2 Likes