MCPcopy Index your code

hub / github.com/go-ldap/ldap / types & classes

Types & classes87 in github.com/go-ldap/ldap

↓ 2 callersTypeAliasControlSyncStateState
State for ControlSyncState
v3/control.go:1172
↓ 1 callersTypeAliasControlServerSideSortingCode
v3/control.go:1031
↓ 1 callersTypeAliasControlSyncInfoValue
Tag For ControlSyncInfo
v3/control.go:1295
↓ 1 callersTypeAliasdebugging
debugging type - has a Printf method to write the debug output
v3/debug.go:9
↓ 1 callersFuncTyperequestFunc
func(*ber.Packet) error
v3/request.go:20
StructAddRequest
AddRequest represents an LDAP AddRequest operation
v3/add.go:30
StructAttribute
Attribute represents an LDAP attribute
v3/add.go:11
StructAttributeTypeAndValue
AttributeTypeAndValue represents an attributeTypeAndValue from https://tools.ietf.org/html/rfc4514
v3/dn.go:15
StructChange
Change for a ModifyRequest as defined in https://tools.ietf.org/html/rfc4511
v3/modify.go:38
InterfaceClient
Client knows how to interact with an LDAP server
v3/client.go:10
StructClient
Client implements ldap.GSSAPIClient interface.
v3/gssapi/client.go:26
StructCompareRequest
CompareRequest represents an LDAP CompareRequest operation.
v3/compare.go:10
StructConn
Conn represents an LDAP Connection
v3/conn.go:96
InterfaceControl
Control defines an interface controls provide to encode and describe themselves
v3/control.go:207
StructControlBeheraPasswordPolicy
ControlBeheraPasswordPolicy implements the control described in https://tools.ietf.org/html/draft-behera-ldap-password-policy-10
v3/control.go:294
StructControlDirSync
ControlDirSync implements the control described in https://msdn.microsoft.com/en-us/library/aa366978(v=vs.85).aspx
v3/control.go:799
StructControlManageDsaIT
ControlManageDsaIT implements the control described in https://tools.ietf.org/html/rfc3296
v3/control.go:384
StructControlMicrosoftNotification
ControlMicrosoftNotification implements the control described in https://msdn.microsoft.com/en-us/library/aa366983(v=vs.85).aspx
v3/control.go:420
StructControlMicrosoftSDFlags
v3/control.go:448
StructControlMicrosoftServerLinkTTL
ControlMicrosoftServerLinkTTL implements the control described in https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/f4f523a8-abc0-4
v3/control.go:514
StructControlMicrosoftShowDeleted
ControlMicrosoftShowDeleted implements the control described in https://msdn.microsoft.com/en-us/library/aa366989(v=vs.85).aspx
v3/control.go:485
StructControlPaging
ControlPaging implements the paging control described in https://www.ietf.org/rfc/rfc2696.txt
v3/control.go:247
StructControlServerSideSorting
v3/control.go:915
StructControlServerSideSortingResult
v3/control.go:1066
StructControlString
ControlString implements the Control interface for simple controls
v3/control.go:217
StructControlSubtreeDelete
ControlSubtreeDelete implements the subtree delete control described in https://datatracker.ietf.org/doc/html/draft-armijo-ldap-treedelete-02
v3/control.go:763
StructControlSyncDone
ControlSyncDone implements the Sync Done Control described in https://www.ietf.org/rfc/rfc4533.txt
v3/control.go:1245
StructControlSyncInfo
ControlSyncInfo implements the Sync Info Control described in https://www.ietf.org/rfc/rfc4533.txt
v3/control.go:1365
StructControlSyncInfoNewCookie
ControlSyncInfoNewCookie implements a part of syncInfoValue described in https://www.ietf.org/rfc/rfc4533.txt
v3/control.go:1305
StructControlSyncInfoRefreshDelete
ControlSyncInfoRefreshDelete implements a part of syncInfoValue described in https://www.ietf.org/rfc/rfc4533.txt
v3/control.go:1318
StructControlSyncInfoRefreshPresent
ControlSyncInfoRefreshPresent implements a part of syncInfoValue described in https://www.ietf.org/rfc/rfc4533.txt
v3/control.go:1333
StructControlSyncInfoSyncIdSet
ControlSyncInfoSyncIdSet implements a part of syncInfoValue described in https://www.ietf.org/rfc/rfc4533.txt
v3/control.go:1348
StructControlSyncRequest
ControlSyncRequest implements the Sync Request Control described in https://www.ietf.org/rfc/rfc4533.txt
v3/control.go:1106
TypeAliasControlSyncRequestMode
Mode for ControlTypeSyncRequest
v3/control.go:1098
StructControlSyncState
ControlSyncState implements the Sync State Control described in https://www.ietf.org/rfc/rfc4533.txt
v3/control.go:1182
StructControlVChuPasswordMustChange
ControlVChuPasswordMustChange implements the control described in https://tools.ietf.org/html/draft-vchu-ldap-pwd-policy-00
v3/control.go:332
StructControlVChuPasswordWarning
ControlVChuPasswordWarning implements the control described in https://tools.ietf.org/html/draft-vchu-ldap-pwd-policy-00
v3/control.go:358
StructDN
DN represents a distinguishedName from https://tools.ietf.org/html/rfc4514
v3/dn.go:80
StructDelRequest
DelRequest implements an LDAP deletion request
v3/del.go:11
StructDialContext
DialContext contains necessary parameters to dial the given ldap URL.
v3/conn.go:156
FuncTypeDialOpt
DialOpt configures DialContext.
v3/conn.go:128
StructDigestMD5BindRequest
DigestMD5BindRequest represents a digest-md5 bind operation
v3/bind.go:130
StructDigestMD5BindResult
DigestMD5BindResult contains the response from the server
v3/bind.go:156
StructEntry
Entry represents a single search result entry
v3/search.go:75
StructEntryAttribute
EntryAttribute holds a single attribute
v3/search.go:353
StructError
Error holds LDAP error information
v3/error.go:181
StructExtendedRequest
ExtendedRequest represents an extended request to send to the server See: https://www.rfc-editor.org/rfc/rfc4511#section-4.12
v3/extended.go:12
StructExtendedResponse
ExtendedResponse represents the response from the directory server after sending an extended request See: https://www.rfc-editor.org/rfc/rfc4511#secti
v3/extended.go:47
StructGSSAPIBindRequest
GSSAPIBindRequest represents a GSSAPI SASL mechanism bind request. See rfc4752 and rfc4513 section 5.2.1.2.
v3/bind.go:675
InterfaceGSSAPIClient
GSSAPIClient interface is used as the client-side implementation for the GSSAPI SASL mechanism. Interface inspired by GSSAPIClient from golang.org/x/c
v3/bind.go:639
StructGroup
v3/search_test.go:204
StructModifyDNRequest
ModifyDNRequest holds the request to modify a DN
v3/moddn.go:9
StructModifyRequest
ModifyRequest as defined in https://tools.ietf.org/html/rfc4511
v3/modify.go:53
StructModifyResult
ModifyResult holds the server's response to a modify request
v3/modify.go:137
StructNTLMBindRequest
NTLMBind performs an NTLMSSP bind leveraging https://github.com/Azure/go-ntlmssp NTLMBindRequest represents an NTLMSSP bind operation
v3/bind.go:427
StructNTLMBindResult
NTLMBindResult contains the response from the server
v3/bind.go:484
InterfaceNTLMNegotiator
NTLMNegotiator is an abstraction of an NTLM implementation that produces and processes NTLM binary tokens.
v3/bind.go:447
StructPacketResponse
PacketResponse contains the packet or error encountered reading a response
v3/conn.go:39
StructPartialAttribute
PartialAttribute for a ModifyRequest as defined in https://tools.ietf.org/html/rfc4511
v3/modify.go:19
StructPasswordModifyRequest
PasswordModifyRequest implements the Password Modify Extended Operation as defined in https://www.ietf.org/rfc/rfc3062.txt
v3/passwdmodify.go:14
StructPasswordModifyResult
PasswordModifyResult holds the server response to a PasswordModifyRequest
v3/passwdmodify.go:26
StructPostalAddress
PostalAddress represents an RFC 4517 Postal Address A postal address is a sequence of strings of one or more arbitrary UCS characters, which form the
v3/postaladdress.go:14
StructRelativeDN
RelativeDN represents a relativeDistinguishedName from https://tools.ietf.org/html/rfc4514
v3/dn.go:64
InterfaceResponse
Response defines an interface to get data from an LDAP server
v3/response.go:12
StructSSPIClient
SSPIClient implements ldap.GSSAPIClient interface. Depends on secur32.dll.
v3/gssapi/sspi.go:19
StructSearchRequest
SearchRequest represents a search request to send to the server
v3/search.go:426
StructSearchResult
SearchResult holds the server's response to a search request
v3/search.go:373
StructSearchSingleResult
SearchSingleResult holds the server's single entry response to a search request
v3/search.go:404
StructSimpleBindRequest
SimpleBindRequest represents a username/password bind operation
v3/bind.go:22
StructSimpleBindResult
SimpleBindResult contains the response from the server
v3/bind.go:35
StructSortKey
ControlServerSideSorting
v3/control.go:909
StructUser
v3/search_test.go:137
StructWhoAmIResult
This file contains the "Who Am I?" extended operation as specified in rfc 4532 https://tools.ietf.org/html/rfc4532 WhoAmIResult is returned by the Wh
v3/whoami.go:8
Structargs
v3/ldap_test.go:310
Structargs
v3/control_test.go:150
StructcompileTest
v3/filter_test.go:10
StructmessageContext
v3/conn.go:54
StructmessagePacket
v3/conn.go:82
StructpacketTranslatorConn
packetTranslatorConn is a helpful type which can be used with various tests in this package. It implements the net.Conn interface to be used as an und
v3/conn_test.go:269
Interfacerequest
v3/request.go:16
StructsearchResponse
v3/response.go:20
TypeAliassendMessageFlags
v3/conn.go:89
StructsignalErrConn
signalErrConn is a helpful type used with TestConnReadErr. It implements the net.Conn interface to be used as a connection for the test. Most methods
v3/error_test.go:301
StructtestCorpusErrorEntry
v3/error_test.go:121
StructtoStruct
v3/search_test.go:60
StructunbindRequest
v3/unbind.go:12
Structuser
v3/search_test.go:241