Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Authentication fails if password contains equal sign #21

Closed
scrat14 opened this issue Mar 4, 2014 · 0 comments
Closed

Authentication fails if password contains equal sign #21

scrat14 opened this issue Mar 4, 2014 · 0 comments
Assignees

Comments

@scrat14
Copy link
Member

scrat14 commented Mar 4, 2014

If password of API user contains an equal sign (=) authentication fails as = is used for split.

  }elsif ($_ =~ /^password=/){
    my @tmp = split(/=/, $_);

Substituting "password=" with "" seems to be the better approach.

@scrat14 scrat14 added this to the check_rhev3 - 1.4 milestone Mar 4, 2014
@scrat14 scrat14 self-assigned this Mar 4, 2014
@scrat14 scrat14 closed this as completed in 23100ee Mar 6, 2014
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

1 participant