--
At 2020-10-30 05:22:23, "Quanah Gibson-Mount" <quanah@symas.com> wrote: > > >--On Thursday, October 29, 2020 12:39 PM +0800 HaoDongZ <haodongz@yeah.net> >wrote: > > >> The ldap deployed by my docker can now log in with account and password. >> How to log in to ldap by email? I deployed tls authentication, how do I >> log in to ldap by email? > >This has nothing to do with docker. > >And by "log in", log into what, exactly? > >If you mean how to bind to the LDAP server using an email address, you >would need to enable SASL/EXTERNAL (cert) authentication (vs simple binds >which use the LDAP user DN + password), and then issue user certs that the >end user authenticates with against the LDAP server, with an appropriate >authz-regexp mapping. However, I suspect this isn't really what you're >after. > >You'll need to describe exactly what you're hoping to accomplish in greater >detail if you would like assistance. > >Regards, >Quanah > > >-- > >Quanah Gibson-Mount >Product Architect >Symas Corporation >Packaged, certified, and supported LDAP solutions powered by OpenLDAP: ><http://www.symas.com>