Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dequbed/rust-ldap
/ functions
Functions
22 in github.com/dequbed/rust-ldap
⨍
Functions
22
◇
Types & classes
10
↓ 5 callers
Method
simple_bind
(&self, dn: String, pw: String)
src/bind.rs:16
↓ 2 callers
Method
call
(&self, req: Self::Request)
src/ldap.rs:61
↓ 2 callers
Method
search
(&mut self, base: String, scope: Scope, deref: DerefAlia
src/sync.rs:41
↓ 1 callers
Method
connect
(addr: &SocketAddr, handle: &Handle)
src/ldap.rs:22
↓ 1 callers
Function
construct_attributes
(tags: Vec<StructureTag>)
src/search.rs:73
Method
bind_transport
(&self, io: T)
src/protocol.rs:147
Method
connect
(addr: &SocketAddr)
src/sync.rs:15
Method
connect_ssl
(addr: &str, handle: &Handle)
src/ldap.rs:33
Method
connect_ssl
(addr: &str)
src/sync.rs:26
Method
construct
(tag: Tag)
src/search.rs:41
Method
decode
(&mut self, buf: &mut EasyBuf)
src/protocol.rs:28
Method
empty
()
src/service.rs:21
Method
encode
(&mut self, msg: Self::Out, into: &mut Vec<u8>)
src/protocol.rs:110
Method
from
(src: TokioMessage)
src/service.rs:40
Function
main
()
examples/search_async.rs:7
Function
main
()
examples/async.rs:10
Function
main
()
examples/bind_ssl.rs:5
Function
main
()
examples/bind.rs:5
Function
main
()
examples/search.rs:5
Method
poll
(&mut self)
src/service.rs:32
Method
search
(&self, base: String, scope: Scope, deref: DerefAl
src/search.rs:94
Method
simple_bind
(&mut self, dn: String, pw: String)
src/sync.rs:37