Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Domain are not set [WORKGROUP by default] #12

Open
wizard32 opened this issue Nov 17, 2017 · 3 comments
Open

Domain are not set [WORKGROUP by default] #12

wizard32 opened this issue Nov 17, 2017 · 3 comments

Comments

@wizard32
Copy link

wizard32 commented Nov 17, 2017

Portia fails to verify credentials due to the fact that portia does not parse the -d parameter, instead uses the default WORKGROUP.

I make a temporary validation check on line: 2342 by printing my inputs (username, password, domain).

portia_check 1

Editing the portia.py file and manually specifying the domain value it seems to work only for account verifying function and next keep using the WORKGOUP value for the rest of the code.

portia_check 2

portia_check 3

I have identified also on lines number 2720 and 2730 domain value is assigned with the value WORKGROUP instead taking the user's input.

Maybe domain="WORKGROUP" parameters exists also in multiple lines on .py file.

@wizard32 wizard32 changed the title Domain is not set [WORKGROUP by default] Domain are not set [WORKGROUP by default] Nov 17, 2017
@mosimi20
Copy link

I have the same issue atm. How did you resolve it?

@wizard32
Copy link
Author

wizard32 commented Nov 5, 2018

I didn't, and I'm not sure if Portia is updating anymore. I'm not using it!

@bucky67gto
Copy link

No real resolution yet. I avoided by copying the portia.py and renaming it to the target domain. then edit the file and replace WORKGROUP with the domain of the target. There are other problems, but it cures that one....

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants