1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

r2878: add server sasl support

(there are a lot of clean ups following later, but the LDAP-BASIC test
 works :-)

metze
(This used to be commit 34fe29c04a)
This commit is contained in:
Stefan Metzmacher
2004-10-09 22:00:00 +00:00
committed by Gerald (Jerry) Carter
parent 85e18e252d
commit 73e9f435f5
3 changed files with 147 additions and 25 deletions

View File

@ -45,8 +45,6 @@ struct ldapsrv_call {
struct ldapsrv_connection *conn;
const struct auth_session_info *session_info;
struct ldap_message request;
struct ldapsrv_reply {
@ -62,7 +60,7 @@ struct ldapsrv_connection {
struct server_connection *connection;
struct gensec_security *gensec;
const struct auth_session_info *session_info;
struct auth_session_info *session_info;
struct rw_buffer sasl_in_buffer;
struct rw_buffer sasl_out_buffer;