[Samba] Mail samba

Michael Wandel m.wandel at t-online.de
Sat Oct 10 12:12:44 UTC 2020


Am 10.10.20 um 13:56 schrieb Philip Offermans via samba:
> Hi I am trying to authenticate my mail server with samba ad.
> The only problem is that I don’t get it working.
> 
> root at dna:/data/CA/EasyRSA-v3.0.6# ldapsearch -x -h gaia.rompen.lokaal -D 'vmail' -W -b 'cn=users,dc=rompen,dc=lokaal'
> Enter LDAP Password:
> ldap_bind: Strong(er) authentication required (8)
> 	additional info: BindSimple: Transport encryption required.

If you want to use ldaps , then please check

ldapsearch -x -H ldaps://gaia.rompen.lokaal -D 'vmail' -W -b 
'cn=users,dc=rompen,dc=lokaal'

or TLS

ldapsearch -x -ZZ -h gaia.rompen.lokaal -D 'vmail' -W -b 
'cn=users,dc=rompen,dc=lokaal'


> 
> I can not read the ldap database. I think it is a certificate problem. I made my own CA agent, and gave samba a server certificate for ldap. But how can I use the public key to read the database?
> 
> Philip
> 
best regards
Michael



More information about the samba mailing list