diff options
| author | Matthias Cramer <matthias.cramer@iway.ch> | 2017-06-16 10:49:51 +0200 | 
|---|---|---|
| committer | Matthias Cramer <matthias.cramer@iway.ch> | 2017-06-16 10:49:51 +0200 | 
| commit | bb06ac367daeed2f11682b8ef6e1182923570b42 (patch) | |
| tree | 5c740e4ff7b057eeab64984c9faa2aaefbbed278 /lib/oxidized/model | |
| parent | 8ac75b0c6fb277d4e50b10eaf07d265474ae4d86 (diff) | |
password prompt adjustemnt
Diffstat (limited to 'lib/oxidized/model')
| -rw-r--r-- | lib/oxidized/model/ironware.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/oxidized/model/ironware.rb b/lib/oxidized/model/ironware.rb index fddccbe..c3540da 100644 --- a/lib/oxidized/model/ironware.rb +++ b/lib/oxidized/model/ironware.rb @@ -67,7 +67,7 @@ class IronWare < Oxidized::Model      # match expected prompts on both older and newer      # versions of IronWare      username /^(Please Enter Login Name|Username):/ -    password /^(Please Enter Password|Password):/ +    password /^(Please Enter Password ?|Password):/    end    #handle pager with enable | 
