Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dcom] fix dcom disconnect issues #1

Closed
wants to merge 2 commits into from
Closed

[dcom] fix dcom disconnect issues #1

wants to merge 2 commits into from

Conversation

XiaoliChan
Copy link

Signed-off-by: XiaoliChan <2209553467@qq.com>
@XiaoliChan
Copy link
Author

@mpgn This patch is necessary for CME, it fixes the dcom.disconnect() function in CME everywhere.

@XiaoliChan
Copy link
Author

XiaoliChan commented Sep 4, 2023

An idea came to me about the dcom timeout after I read the dcomrt.py again and again.

I think we can define a global variable like dcom_timeout = 300, and we maybe can change it like this

DCOMConnection.dcom_timeout = 10
dcom = DCOMConnection(bla bla bla)

Signed-off-by: XiaoliChan <2209553467@qq.com>
@XiaoliChan
Copy link
Author

Confirm dcom.set_connect_timeout is work

@XiaoliChan
Copy link
Author

Before, it will be hanging long time
image

with dcom.set_connect_timeout(10)
image

@XiaoliChan XiaoliChan closed this by deleting the head repository Sep 5, 2023
mpgn pushed a commit that referenced this pull request Jun 18, 2024
* add MS-GKDI

* update gkdi

* Update getLAPSv2Password.py

* Added GetLAPSPassword to examples. (#1)

* Added GetLAPSPassword to examples.

* update GetLapsPassword

* Add LAPSv2 column

---------

Co-authored-by: dru1d <tyler.booth@cdw.com>
Co-authored-by: zblurx <seigneuret.thomas@pm.me>

* update GetLAPSPassword.py

* Added tab delimited outputfile option (#2)

Co-authored-by: dru1d <tyler.booth@cdw.com>

* fix requirements.txt

---------

Co-authored-by: Tyler <4245930+dru1d-foofus@users.noreply.github.com>
Co-authored-by: dru1d <tyler.booth@cdw.com>
Co-authored-by: = <=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant