Skip to content

Conversation

czytom
Copy link

@czytom czytom commented Mar 25, 2021

…cator doesnt need user and password provided it only needs kerberos ticket

…cator doesnt need user and password provided it only needs kerberos ticket
else
raise 'user is a required option' unless self[:user]
raise 'password is a required option' unless self[:password]
raise 'user is a required option' unless self[:transport] == :kerberos
Copy link
Contributor

Choose a reason for hiding this comment

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

with this change: if user and password but not kerberos is provided, this will raise, won't it? that seems incorrect.

@pcai
Copy link
Contributor

pcai commented Jun 7, 2024

hi - is this PR still needed? If so, please address comment above and add tests for your new case.

Copy link
Contributor

@pcai pcai left a comment

Choose a reason for hiding this comment

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

see inline

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.

2 participants