Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-ldap/ldap
/ functions
Functions
454 in github.com/go-ldap/ldap
⨍
Functions
454
◇
Types & classes
87
Method
NegotiateSaslAuth
NegotiateSaslAuth performs the last step of the SASL handshake. See RFC 4752 section 3.1.
v3/gssapi/client.go:172
Function
NewAddRequest
NewAddRequest returns an AddRequest for the given DN, with no attributes
v3/add.go:62
Function
NewClientFromCCache
NewClientFromCCache creates a new client from a populated client cache.
v3/gssapi/client.go:69
Function
NewClientWithKeytab
NewClientWithKeytab creates a new client from a keytab credential. Set the realm to empty string to use the default realm from config.
v3/gssapi/client.go:35
Function
NewClientWithPassword
NewClientWithPassword creates a new client from a password credential. Set the realm to empty string to use the default realm from config.
v3/gssapi/client.go:55
Function
NewControlDirSync
Deprecated: Use NewRequestControlDirSync instead
v3/control.go:807
Function
NewControlMicrosoftSDFlags
NewControlMicrosoftSDFlags returns a ControlMicrosoftSDFlags control
v3/control.go:480
Function
NewModifyDNWithControlsRequest
NewModifyDNWithControlsRequest creates a new request which can be passed to ModifyDN() and also allows setting LDAP request controls. Refer NewModify
v3/moddn.go:45
Function
NewSSPIClient
NewSSPIClient returns a client with credentials of the current user.
v3/gssapi/sspi.go:26
Function
NewSSPIClientWithUserCredentials
NewSSPIClientWithUserCredentials returns a client using the provided user's credentials.
v3/gssapi/sspi.go:44
Method
Next
Next returns whether next data exist or not
v3/response.go:51
Method
PasswordModify
PasswordModify performs the modification request
v3/passwdmodify.go:82
Method
PrettyPrint
PrettyPrint outputs a human-readable description with indenting
v3/search.go:368
Method
PrettyPrint
PrettyPrint outputs a human-readable description with indenting
v3/search.go:390
Method
PrettyPrint
PrettyPrint outputs a human-readable description with indenting
v3/search.go:421
Method
Print
Print outputs a human-readable description
v3/search.go:363
Method
Print
Print outputs a human-readable description
v3/search.go:383
Method
Print
Print outputs a human-readable description
v3/search.go:416
Method
Read
Read is called by the reader() loop to receive response packets. It will block until there are more packet bytes available or this connection is close
v3/conn_test.go:293
Method
Read
Read blocks until an error is sent on the internal signals channel. That error is returned.
v3/error_test.go:307
Method
Referral
()
v3/response.go:14
Method
Referral
Referral returns a referral from the given search request
v3/response.go:36
Method
RemoteAddr
()
v3/conn_test.go:390
Method
RemoteAddr
()
v3/error_test.go:324
Method
SearchAsync
SearchAsync performs a search request and returns all search results asynchronously. This means you get all results until an error happens (or the sea
v3/search.go:628
Method
SearchWithPaging
SearchWithPaging accepts a search request and desired page size in order to execute LDAP queries to fulfill the search request. All paged LDAP query r
v3/search.go:503
Method
SetCookie
SetCookie stores the given cookie in the dirSync control
v3/control.go:903
Method
SetDeadline
(t time.Time)
v3/conn_test.go:394
Method
SetDeadline
(t time.Time)
v3/error_test.go:328
Method
SetReadDeadline
(t time.Time)
v3/conn_test.go:398
Method
SetReadDeadline
(t time.Time)
v3/error_test.go:332
Method
SetTimeout
(time.Duration)
v3/client.go:16
Method
SetWriteDeadline
(t time.Time)
v3/conn_test.go:402
Method
SetWriteDeadline
(t time.Time)
v3/error_test.go:336
Method
Start
()
v3/client.go:11
Method
String
String returns a normalized string representation of this attribute type and value pair which is the lowercase join of the Type and Value with a "=".
v3/dn.go:59
Method
String
String returns a normalized string representation of this relative DN which is the a join of all attributes (sorted in increasing order) with a "+".
v3/dn.go:70
Method
String
String returns a normalized string representation of this DN which is the join of all relative DNs with a ",".
v3/dn.go:86
Method
String
String returns a human-readable description
v3/control.go:242
Method
String
String returns a human-readable description
v3/control.go:278
Method
String
String returns a human-readable description
v3/control.go:319
Method
String
String returns a human-readable description
v3/control.go:348
Method
String
String returns a human-readable description
v3/control.go:374
Method
String
String returns a human-readable description
v3/control.go:406
Method
String
String returns a human-readable description
v3/control.go:436
Method
String
()
v3/control.go:472
Method
String
String returns a human-readable description
v3/control.go:501
Method
String
String returns a human-readable description
v3/control.go:530
Method
String
()
v3/control.go:783
Method
String
String returns a human-readable description
v3/control.go:859
Method
String
()
v3/control.go:991
Method
String
()
v3/control.go:1087
Method
String
String returns a human-readable description
v3/control.go:1159
Method
String
String returns a human-readable description
v3/control.go:1232
Method
String
String returns a human-readable description
v3/control.go:1283
Method
String
String returns a human-readable description
v3/control.go:1310
Method
String
String returns a human-readable description
v3/control.go:1324
Method
String
String returns a human-readable description
v3/control.go:1339
Method
String
String returns a human-readable description
v3/control.go:1355
Method
String
String returns a human-readable description
v3/control.go:1462
Method
Syncrepl
Syncrepl is a short name for LDAP Sync Replication engine that works on the consumer-side. This can perform a persistent search and returns an entry w
v3/search.go:639
Method
TLSConnectionState
TLSConnectionState returns the client's TLS connection state. The return values are their zero values if StartTLS did not succeed.
v3/conn.go:406
Function
TestCompare
(t *testing.T)
v3/ldap_test.go:266
Function
TestConnReadErr
TestConnReadErr tests that an unexpected error reading from underlying connection bubbles up to the goroutine which makes a request.
v3/error_test.go:96
Function
TestConn_Add
(t *testing.T)
v3/add_test.go:10
Function
TestConn_Bind
(t *testing.T)
v3/bind_test.go:9
Function
TestConn_Del
(t *testing.T)
v3/del_test.go:9
Function
TestConn_Extended
(t *testing.T)
v3/extended_test.go:9
Function
TestConn_UnauthenticatedBind
(t *testing.T)
v3/bind_test.go:58
Function
TestConn_Unbind
(t *testing.T)
v3/unbind_test.go:9
Function
TestConn_WhoAmI
(t *testing.T)
v3/whoami_test.go:9
Function
TestControlDirSync
(t *testing.T)
v3/control_test.go:46
Function
TestControlManageDsaIT
(t *testing.T)
v3/control_test.go:18
Function
TestControlMicrosoftNotification
(t *testing.T)
v3/control_test.go:23
Function
TestControlMicrosoftServerLinkTTL
(t *testing.T)
v3/control_test.go:31
Function
TestControlMicrosoftShowDeleted
(t *testing.T)
v3/control_test.go:27
Function
TestControlPaging
(t *testing.T)
v3/control_test.go:13
Function
TestControlServerSideSortingDecoding
(t *testing.T)
v3/control_test.go:223
Function
TestControlString
(t *testing.T)
v3/control_test.go:39
Function
TestControlSubtreeDelete
(t *testing.T)
v3/control_test.go:35
Function
TestDNAncestor
(t *testing.T)
v3/dn_test.go:300
Function
TestDNEqual
(t *testing.T)
v3/dn_test.go:170
Function
TestDNEqualFold
(t *testing.T)
v3/dn_test.go:256
Function
TestDecodeControl
(t *testing.T)
v3/control_test.go:149
Function
TestDecodeEscapedSymbols
(t *testing.T)
v3/filter_test.go:216
Function
TestDecodeString
(t *testing.T)
v3/dn_test.go:388
Function
TestDescribeControlDirSync
(t *testing.T)
v3/control_test.go:124
Function
TestDescribeControlManageDsaIT
(t *testing.T)
v3/control_test.go:91
Function
TestDescribeControlMicrosoftNotification
(t *testing.T)
v3/control_test.go:105
Function
TestDescribeControlMicrosoftServerLinkTTL
(t *testing.T)
v3/control_test.go:113
Function
TestDescribeControlMicrosoftShowDeleted
(t *testing.T)
v3/control_test.go:109
Function
TestDescribeControlPaging
(t *testing.T)
v3/control_test.go:96
Function
TestDescribeControlString
(t *testing.T)
v3/control_test.go:117
Function
TestDescribeControlSubtreeDelete
(t *testing.T)
v3/control_test.go:101
Function
TestEntry_Unmarshal
(t *testing.T)
v3/search_test.go:56
Function
TestEntry_UnmarshalFunc
(t *testing.T)
v3/search_test.go:224
Function
TestErrorAs
(t *testing.T)
v3/error_test.go:286
Function
TestErrorDNParsing
(t *testing.T)
v3/dn_test.go:145
Function
TestErrorIs
(t *testing.T)
v3/error_test.go:279
Function
TestEscapeDN
(t *testing.T)
v3/ldap_test.go:338
← previous
next →
301–400 of 454, ranked by callers