]> git.sur5r.net Git - openldap/commit
ITS#2717, use default SASL_MECH if none was provided.
authorHoward Chu <hyc@openldap.org>
Mon, 22 Sep 2003 23:50:33 +0000 (23:50 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 22 Sep 2003 23:50:33 +0000 (23:50 +0000)
commit38a406c8aba0e13f1bdb70bfa586b6dbee39ff6a
tree6ca6f283509626fdfdef8aad84cc13c47966646b
parent089a4852d60aa5420a35317a1f6f6df4429a2684
ITS#2717, use default SASL_MECH if none was provided.

Note that the mech stored in the void *defaults structure is useless
because we can't look inside the structure, and the mech list is needed
as input to the SASL library, before any callbacks are called. It seems
the mech doesn't belong in the *defaults struct, and/or it should be
visible and not opaque.
libraries/libldap/sasl.c