web admin customer
To define a username and password for a Cisco Unified CME customer administrator, use the web admin customer command in telephony-service configuration mode. To disable a customer administrator login, use the no form of this command.
web admin customer name username {password string | secret {0 | 5} string}
no web admin customer
Syntax Description
name username |
Username for the customer administrator. String can contain a maximum of 28 alphanumeric characters. Default is Customer. |
password string |
Character string for login authentication, which will be stored in the running configuration as plain text. String can contain a maximum of 28 alphanumeric characters. Default is no password. |
secret {0 | 5 } string |
Character string for login authentication, which will be stored in the running configuration as encrypted using Message Digest 5 (MD5). The digit 0 or 5 specifies whether the displayed string that follows is encrypted:
|
Command Default
Default is a customer administrator with username Customer and no password.
Command Modes
Telephony-service configuration (config-telephony)
Command History
Cisco IOS Release |
Cisco Product |
Modification |
---|---|---|
12.2(11)YT |
Cisco ITS 2.1 |
This command was introduced. |
12.2(15)T |
Cisco ITS 2.1 |
This command was integrated into Cisco IOS Release 12.2(15)T. |
Cisco IOS XE Gibraltar 16.11.1a Release |
Unified CME 12.6 |
The command is deprecated. It is not supported on Unified CME 12.6 and later releases. |
Usage Guidelines
This command enables customer administrator access for the Cisco Unified CME graphical user interface (GUI).
Examples
The following example defines a customer administrator named user22 whose password is pw567890:
Router(config)# telephony-service
Router(config-telephony)# web admin customer name user22 password pw567890