File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ type Client interface {
1212 Close ()
1313 IsClosing () bool
1414 SetTimeout (time.Duration )
15+ TLSConnectionState () (tls.ConnectionState , bool )
1516
1617 Bind (username , password string ) error
1718 UnauthenticatedBind (username string ) error
1819 SimpleBind (* SimpleBindRequest ) (* SimpleBindResult , error )
1920 ExternalBind () error
21+ NTLMUnauthenticatedBind (domain , username string ) error
22+ Unbind () error
2023
2124 Add (* AddRequest ) error
2225 Del (* DelRequest ) error
Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ type Client interface {
1212 Close ()
1313 IsClosing () bool
1414 SetTimeout (time.Duration )
15+ TLSConnectionState () (tls.ConnectionState , bool )
1516
1617 Bind (username , password string ) error
1718 UnauthenticatedBind (username string ) error
1819 SimpleBind (* SimpleBindRequest ) (* SimpleBindResult , error )
1920 ExternalBind () error
21+ NTLMUnauthenticatedBind (domain , username string ) error
22+ Unbind () error
2023
2124 Add (* AddRequest ) error
2225 Del (* DelRequest ) error
You can’t perform that action at this time.
0 commit comments