[RESOLVED] Authentication from ldapsearch on Samba AD
Published: January 10, 2023 - 4:54 PM
Hello everyone and Happy New Year!
I'm resuming the Samba 35 to Samba AD migration project. I need to be able to query the internal Samba directory using LDAP tools. To test, I'm using ldapsearch from another server with this command:
After entering the administrator password, I get this message:
I often find the solution to pass a parameter to no:
But from what I understand, this lowers the security level, whereas this concept was introduced in version 4.4 (https://wiki.samba.org/index.php/Updati ... entication) from Samba. Unfortunately, I haven't found any other suggestions on the subject 
Is there another solution?
Thanks in advance.
I'm resuming the Samba 35 to Samba AD migration project. I need to be able to query the internal Samba directory using LDAP tools. To test, I'm using ldapsearch from another server with this command:
Code: Select all
ldapsearch -LLL -h IP.DE.MON.SERVEURAD cn=administrator -D cn=administrator,dc=mon,dc=domaine -WCode: Select all
ldap_bind: Strong(er) authentification required (8)
additional info: BindSimple: Transport encryption required.Code: Select all
ldap server require strong auth = noIs there another solution?
Thanks in advance.