mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
r11622: convert the ldap server to the generic packet code
(This used to be commit 6ef4ba0c81
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
b8f4d22ab5
commit
f59c61d413
@ -31,19 +31,13 @@ struct ldapsrv_connection {
|
||||
struct ldapsrv_partition *default_partition;
|
||||
struct ldapsrv_partition *partitions;
|
||||
|
||||
/* partially received request */
|
||||
DATA_BLOB partial;
|
||||
|
||||
/* are we using gensec wrapping? */
|
||||
BOOL enable_wrap;
|
||||
|
||||
/* reply send queue */
|
||||
struct data_blob_list_item *send_queue;
|
||||
|
||||
BOOL processing;
|
||||
|
||||
/* connection should be terminated if non-null */
|
||||
const char *terminate;
|
||||
|
||||
struct packet_context *packet;
|
||||
};
|
||||
|
||||
struct ldapsrv_call {
|
||||
|
Reference in New Issue
Block a user