Skip to content

Commit

Permalink
fix bug where RIS tries to initialize but has a different user/pwd th…
Browse files Browse the repository at this point in the history
…an axl
  • Loading branch information
Haas committed Apr 27, 2020
1 parent 2d9551c commit 3efefd3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions cucm-exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,13 @@ def main():
cucm=cucm_address,
cucm_version=cucm_version,
)
ucm_ris = ris(
username=cucm_username,
password=cucm_password,
cucm=cucm_address,
cucm_version=cucm_version,
)
# TODO: Add RIS connection as separate credentials
# ucm_ris = ris(
# username=cucm_username,
# password=cucm_password,
# cucm=cucm_address,
# cucm_version=cucm_version,
# )

if cli_args.cucm_export == "users":
output = cucm.export_users(ucm_axl)
Expand Down

0 comments on commit 3efefd3

Please sign in to comment.