Skip to content

Commit

Permalink
some advancement on sending the dsbind response (but altered problems…
Browse files Browse the repository at this point in the history
… now)
  • Loading branch information
ShutdownRepo committed Feb 15, 2024
1 parent 94f55a1 commit 6db0def
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions impacket/dcerpc/v5/drsuapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,12 +443,6 @@ class PDRS_EXTENSIONS(NDRPOINTER):
)


class PPDRS_EXTENSIONS(NDRPOINTER):
referent = (
('Data', PDRS_EXTENSIONS),
)


# 5.39 DRS_EXTENSIONS_INT
class DRS_EXTENSIONS_INT(Structure):
structure = (
Expand Down Expand Up @@ -1970,8 +1964,8 @@ class DRSBind(NDRCALL):

class DRSBindResponse(NDRCALL):
structure = (
('ppextServer', PPDRS_EXTENSIONS),
('phDrs', PDRS_HANDLE),
('ppextServer', PDRS_EXTENSIONS),
('phDrs', DRS_HANDLE),
('ErrorCode', DWORD),
)

Expand Down

0 comments on commit 6db0def

Please sign in to comment.