MCPcopy Index your code

hub / github.com/go-ldap/ldap / functions

Functions454 in github.com/go-ldap/ldap

MethodNegotiateSaslAuth
NegotiateSaslAuth performs the last step of the SASL handshake. See RFC 4752 section 3.1.
v3/gssapi/client.go:172
FunctionNewAddRequest
NewAddRequest returns an AddRequest for the given DN, with no attributes
v3/add.go:62
FunctionNewClientFromCCache
NewClientFromCCache creates a new client from a populated client cache.
v3/gssapi/client.go:69
FunctionNewClientWithKeytab
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
FunctionNewClientWithPassword
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
FunctionNewControlDirSync
Deprecated: Use NewRequestControlDirSync instead
v3/control.go:807
FunctionNewControlMicrosoftSDFlags
NewControlMicrosoftSDFlags returns a ControlMicrosoftSDFlags control
v3/control.go:480
FunctionNewModifyDNWithControlsRequest
NewModifyDNWithControlsRequest creates a new request which can be passed to ModifyDN() and also allows setting LDAP request controls. Refer NewModify
v3/moddn.go:45
FunctionNewSSPIClient
NewSSPIClient returns a client with credentials of the current user.
v3/gssapi/sspi.go:26
FunctionNewSSPIClientWithUserCredentials
NewSSPIClientWithUserCredentials returns a client using the provided user's credentials.
v3/gssapi/sspi.go:44
MethodNext
Next returns whether next data exist or not
v3/response.go:51
MethodPasswordModify
PasswordModify performs the modification request
v3/passwdmodify.go:82
MethodPrettyPrint
PrettyPrint outputs a human-readable description with indenting
v3/search.go:368
MethodPrettyPrint
PrettyPrint outputs a human-readable description with indenting
v3/search.go:390
MethodPrettyPrint
PrettyPrint outputs a human-readable description with indenting
v3/search.go:421
MethodPrint
Print outputs a human-readable description
v3/search.go:363
MethodPrint
Print outputs a human-readable description
v3/search.go:383
MethodPrint
Print outputs a human-readable description
v3/search.go:416
MethodRead
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
MethodRead
Read blocks until an error is sent on the internal signals channel. That error is returned.
v3/error_test.go:307
MethodReferral
()
v3/response.go:14
MethodReferral
Referral returns a referral from the given search request
v3/response.go:36
MethodRemoteAddr
()
v3/conn_test.go:390
MethodRemoteAddr
()
v3/error_test.go:324
MethodSearchAsync
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
MethodSearchWithPaging
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
MethodSetCookie
SetCookie stores the given cookie in the dirSync control
v3/control.go:903
MethodSetDeadline
(t time.Time)
v3/conn_test.go:394
MethodSetDeadline
(t time.Time)
v3/error_test.go:328
MethodSetReadDeadline
(t time.Time)
v3/conn_test.go:398
MethodSetReadDeadline
(t time.Time)
v3/error_test.go:332
MethodSetTimeout
(time.Duration)
v3/client.go:16
MethodSetWriteDeadline
(t time.Time)
v3/conn_test.go:402
MethodSetWriteDeadline
(t time.Time)
v3/error_test.go:336
MethodStart
()
v3/client.go:11
MethodString
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
MethodString
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
MethodString
String returns a normalized string representation of this DN which is the join of all relative DNs with a ",".
v3/dn.go:86
MethodString
String returns a human-readable description
v3/control.go:242
MethodString
String returns a human-readable description
v3/control.go:278
MethodString
String returns a human-readable description
v3/control.go:319
MethodString
String returns a human-readable description
v3/control.go:348
MethodString
String returns a human-readable description
v3/control.go:374
MethodString
String returns a human-readable description
v3/control.go:406
MethodString
String returns a human-readable description
v3/control.go:436
MethodString
()
v3/control.go:472
MethodString
String returns a human-readable description
v3/control.go:501
MethodString
String returns a human-readable description
v3/control.go:530
MethodString
()
v3/control.go:783
MethodString
String returns a human-readable description
v3/control.go:859
MethodString
()
v3/control.go:991
MethodString
()
v3/control.go:1087
MethodString
String returns a human-readable description
v3/control.go:1159
MethodString
String returns a human-readable description
v3/control.go:1232
MethodString
String returns a human-readable description
v3/control.go:1283
MethodString
String returns a human-readable description
v3/control.go:1310
MethodString
String returns a human-readable description
v3/control.go:1324
MethodString
String returns a human-readable description
v3/control.go:1339
MethodString
String returns a human-readable description
v3/control.go:1355
MethodString
String returns a human-readable description
v3/control.go:1462
MethodSyncrepl
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
MethodTLSConnectionState
TLSConnectionState returns the client's TLS connection state. The return values are their zero values if StartTLS did not succeed.
v3/conn.go:406
FunctionTestCompare
(t *testing.T)
v3/ldap_test.go:266
FunctionTestConnReadErr
TestConnReadErr tests that an unexpected error reading from underlying connection bubbles up to the goroutine which makes a request.
v3/error_test.go:96
FunctionTestConn_Add
(t *testing.T)
v3/add_test.go:10
FunctionTestConn_Bind
(t *testing.T)
v3/bind_test.go:9
FunctionTestConn_Del
(t *testing.T)
v3/del_test.go:9
FunctionTestConn_Extended
(t *testing.T)
v3/extended_test.go:9
FunctionTestConn_UnauthenticatedBind
(t *testing.T)
v3/bind_test.go:58
FunctionTestConn_Unbind
(t *testing.T)
v3/unbind_test.go:9
FunctionTestConn_WhoAmI
(t *testing.T)
v3/whoami_test.go:9
FunctionTestControlDirSync
(t *testing.T)
v3/control_test.go:46
FunctionTestControlManageDsaIT
(t *testing.T)
v3/control_test.go:18
FunctionTestControlMicrosoftNotification
(t *testing.T)
v3/control_test.go:23
FunctionTestControlMicrosoftServerLinkTTL
(t *testing.T)
v3/control_test.go:31
FunctionTestControlMicrosoftShowDeleted
(t *testing.T)
v3/control_test.go:27
FunctionTestControlPaging
(t *testing.T)
v3/control_test.go:13
FunctionTestControlServerSideSortingDecoding
(t *testing.T)
v3/control_test.go:223
FunctionTestControlString
(t *testing.T)
v3/control_test.go:39
FunctionTestControlSubtreeDelete
(t *testing.T)
v3/control_test.go:35
FunctionTestDNAncestor
(t *testing.T)
v3/dn_test.go:300
FunctionTestDNEqual
(t *testing.T)
v3/dn_test.go:170
FunctionTestDNEqualFold
(t *testing.T)
v3/dn_test.go:256
FunctionTestDecodeControl
(t *testing.T)
v3/control_test.go:149
FunctionTestDecodeEscapedSymbols
(t *testing.T)
v3/filter_test.go:216
FunctionTestDecodeString
(t *testing.T)
v3/dn_test.go:388
FunctionTestDescribeControlDirSync
(t *testing.T)
v3/control_test.go:124
FunctionTestDescribeControlManageDsaIT
(t *testing.T)
v3/control_test.go:91
FunctionTestDescribeControlMicrosoftNotification
(t *testing.T)
v3/control_test.go:105
FunctionTestDescribeControlMicrosoftServerLinkTTL
(t *testing.T)
v3/control_test.go:113
FunctionTestDescribeControlMicrosoftShowDeleted
(t *testing.T)
v3/control_test.go:109
FunctionTestDescribeControlPaging
(t *testing.T)
v3/control_test.go:96
FunctionTestDescribeControlString
(t *testing.T)
v3/control_test.go:117
FunctionTestDescribeControlSubtreeDelete
(t *testing.T)
v3/control_test.go:101
FunctionTestEntry_Unmarshal
(t *testing.T)
v3/search_test.go:56
FunctionTestEntry_UnmarshalFunc
(t *testing.T)
v3/search_test.go:224
FunctionTestErrorAs
(t *testing.T)
v3/error_test.go:286
FunctionTestErrorDNParsing
(t *testing.T)
v3/dn_test.go:145
FunctionTestErrorIs
(t *testing.T)
v3/error_test.go:279
FunctionTestEscapeDN
(t *testing.T)
v3/ldap_test.go:338
← previousnext →301–400 of 454, ranked by callers