-
Notifications
You must be signed in to change notification settings - Fork 387
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
badpwdcount feature from CME missing #219
Comments
@allendemoura please check the |
oops, just noticed that the new branch does not prepend the domain (medtech.com) to domain users. its pictured above but i missed it on first glance. |
@allendemoura glad to know it's working, thanks for pointing this out! LDAP is definitely working, my branch is about getting the Yeah as for printing the domain, we actually removed it because the domain is printed in the lines above, and removing it from the username output saves a lot of space if there's longer usernames. |
yes we removed it as it is always the local host that is returned, so it isn't even correct to prepend the domain (for example for the local Administrator on a non DC) |
understood, good point. less clutter sounds good to me! |
is this something that'll be merged to master immediately or will it wait for a new release? |
the SMB one is already merge to |
awesome. whats your (PyPI) release schedule looking like? should i |
We don't release to PyPi due to some packaging issues. Yeah, just force reinstall - it shouldn't nuke your config. You can backup your ~/.nxc/ folder if you are worried about that, though. |
ah ok thank you. i'll be using nxc a lot, so i'm curious, where do the pipx releases come from, just the gh repo releases? should i be using |
So we do releases as a stable, packaged fixed points, which also serves the purpose of summing up what has been done in the release notes. If you want the latest changes always install with As @Marshall-Hallenbeck mentioned we can't publish to pypi because we rely directly on github commits where we pull some dependencies from: Line 46 in fb8c4bc
Line 64 in fb8c4bc
As long as these two aren't resolved: |
Config changes are generally not overwritten, just added if they are missing. Sometimes there are database changes if you would wanna use nxcdb, but then we will make sure that you don't lose data (worst case you would have to checkout an old version and use the nxcdb from there). |
awesome. thanks for the clarification, and thanks for your time! |
it seems the badpwdcount output has been removed when enumerating users with
--users
CME output:
NXC output:
is this a bug, or was the feature removed/moved elsewhere? couldn't find any mention of badpwdcount in the nxc wiki.
The text was updated successfully, but these errors were encountered: