On 06/15/2011 08:02 AM, Gioachino Bartolotta wrote:
> ldapsearch -d 1 -D "cn=Directory Manager" -h dirsrv01.dominio -w
> secret -ZZ '(uid=u01209)'
If you are using the OpenLDAP ldapsearch, you might need to try:
ldapsearch -Y GSSAPI (then the rest of your search)
--
Anthony - http://messinet
On 06/15/2011 09:45 AM, Gioachino Bartolotta wrote:
> Hi,
>
> no, I don't wanna use saslauthd with kerberos, but just authenticate
> users against ldap using tls or ssl ...
> Tried to configure samba using ldaps --- and it didn't work.
>
> smbd[10001]: Failed to issue the StartTLS instruction: Op
Hi!
Just a little problem about saslauthd with 389.
When I try to execute:
ldapsearch -d 1 -D "cn=Directory Manager" -h dirsrv01.dominio -w
secret -ZZ '(uid=u01209)'
it returns
ldap_sasl_interactive_bind_s: server supports: EXTERNAL GSSAPI PLAIN
LOGIN CRAM-MD5 ANONYMOUS DIGEST-MD5
ldap_int_sas