We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9551c commit 3efefd3Copy full SHA for 3efefd3
cucm-exporter.py
@@ -228,12 +228,13 @@ def main():
228
cucm=cucm_address,
229
cucm_version=cucm_version,
230
)
231
- ucm_ris = ris(
232
- username=cucm_username,
233
- password=cucm_password,
234
- cucm=cucm_address,
235
- cucm_version=cucm_version,
236
- )
+ # TODO: Add RIS connection as separate credentials
+ # ucm_ris = ris(
+ # username=cucm_username,
+ # password=cucm_password,
+ # cucm=cucm_address,
+ # cucm_version=cucm_version,
237
+ # )
238
239
if cli_args.cucm_export == "users":
240
output = cucm.export_users(ucm_axl)
0 commit comments