Support Requests: Browse | Submit New | Admin

[#27013] CHPASS ignored

Date:
2009-08-28 09:56
Priority:
3
Submitted By:
Charles Bueche (cbueche)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
CHPASS ignored

Detailed description
Hi,

we use your great lib (1.1.0 from SVN) to change passwords in Cisco ACS. The code is 

require '../../lib/tacacs_plus.rb'
require 'yaml'
logger = Logger.new(STDOUT)
logger.level = Logger::DEBUG
client = TacacsPlus::Client.new(:key => 'AABBCCC', :server => 'XXX', :logger => logger, :dump_file =>
STDOUT)
client.change_password('testuser', 'oldpass', 'newpass')

the Cisco ACS says CHAP/TACACS+ CHPASS/Successful but the only valid password is still the old one. Hints welcome...

TIA,
Charles

Add A Comment: Notepad

Please login


Followup

Message
Date: 2009-08-28 12:23
Sender: Charles Bueche

OK, we have found that the function sends the old password
when it should send the new. This is why the ACS says OK but
we still have the old value.

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item