Skip to content

Commit 3efefd3

Browse files
author
Haas
committed
fix bug where RIS tries to initialize but has a different user/pwd than axl
1 parent 2d9551c commit 3efefd3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

cucm-exporter.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,13 @@ def main():
228228
cucm=cucm_address,
229229
cucm_version=cucm_version,
230230
)
231-
ucm_ris = ris(
232-
username=cucm_username,
233-
password=cucm_password,
234-
cucm=cucm_address,
235-
cucm_version=cucm_version,
236-
)
231+
# TODO: Add RIS connection as separate credentials
232+
# ucm_ris = ris(
233+
# username=cucm_username,
234+
# password=cucm_password,
235+
# cucm=cucm_address,
236+
# cucm_version=cucm_version,
237+
# )
237238

238239
if cli_args.cucm_export == "users":
239240
output = cucm.export_users(ucm_axl)

0 commit comments

Comments
 (0)