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

Some additional issues found for credentials... #288

Merged
merged 1 commit into from
Aug 23, 2017

Conversation

bglass-r7
Copy link
Contributor

Description

Failed for me if I didn't specify the Credential::Service, but I could be doing it wrong. Also found an issue with permission versus privilege (another difference with site vs shared). I then added the Cisco ENABLE ElevationType...just because it wasn't there.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have updated the documentation accordingly (if changes are required).
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@@ -67,6 +67,7 @@ module ElevationType
SUDOSU = 'SUDOSU'
SU = 'SU'
PBRUN = 'PBRUN'
ENABLE = 'PRIVILEGEDEXEC' # Cisco Enable/ Privileged Exec

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Freeze mutable objects assigned to constants.
Unnecessary spacing detected.

@sgreen-r7 sgreen-r7 merged commit d5a4c87 into rapid7:credentials_update Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants