mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
REMOVE USELESSNESS
This commit is contained in:
parent
4cefa1ecc4
commit
ad445ac7b7
@ -1,28 +0,0 @@
|
||||
|
||||
struct LdapMessage {
|
||||
message_id: u32,
|
||||
operation: LdapOperation,
|
||||
}
|
||||
|
||||
enum LdapOperation {
|
||||
BindRequest(BindRequest),
|
||||
BindResponse(BindResponse),
|
||||
//UnbindRequest(UnbindRequest),
|
||||
}
|
||||
|
||||
struct BindRequest {
|
||||
version: u8,
|
||||
name: String,
|
||||
authentication: AuthenticationChoice,
|
||||
}
|
||||
|
||||
enum AuthenticationChoice {
|
||||
Simple(String),
|
||||
// Sasl
|
||||
}
|
||||
|
||||
struct BindResponse {
|
||||
result_code: u8,
|
||||
matched_dn: String,
|
||||
diagnostic_message: String,
|
||||
}
|
@ -1 +0,0 @@
|
||||
mod messages;
|
Loading…
Reference in New Issue
Block a user