Cisco Cisco MeetingTime Quick Setup Guide

Page of 766
Configuring User Authentication for Cisco Unified MeetingPlace Web Conferencing
Accessing Cisco Unified MeetingPlace Web Conferencing When Locked-Out Due to Incorrect User Authentication 
19
 
In the first line, SiteMinder processes the request to localhost on port 8002. In the second line, localhost 
is resolved to the actual hostname of the computer (in this example, YOURHOSTNAME). In the third 
line, YOURHOSTNAME:8002 is resolved to the agent defined in your SiteMinder configuration as 
yourhostname-unprotected. It is this agent name that must be allowed (not blocked) by SiteMinder in 
order for the request to succeed.
Accessing Cisco Unified MeetingPlace Web Conferencing 
When Locked-Out Due to Incorrect User Authentication Setup
If you configure Web Conferencing to use anything other than the MeetingPlace native login form for 
user authentication, you may not be able to log in to Cisco Unified MeetingPlace through the web due 
to incomplete user authentication configuration. For example, you configured LDAP, then MeetingPlace 
user authentication, but failed to enter a valid LDAP hostname or to ensure that the LDAP user IDs 
existed in MeetingPlace. In such circumstances, you are unable to log into Web Conferencing to correct 
your configuration errors.
To restore access to the web conferencing application, you can do one of the following:
  •
Log on to the Cisco Unified MeetingPlace Web Server, open a web browser, and browse to 
http://localhost:8002. You will be logged in as the technician and can access the admin pages to fix 
the problem.
  •
Edit the SQL database and reset the mode to MeetingPlace native login form. 
The following procedure describes how to update the Cisco Unified MeetingPlace web conferencing 
user authentication mode in SQL Server.
Procedure
Step 1
Open a DOS command window. 
Step 2
Log in to the SQL server by entering C:\osql -U userid -P password, replacing userid and password with 
the appropriate value. 
Step 3
Specify that you want to access the MPWEB database.
a.
Enter use mpweb.
b.
Enter go.
Step 4
Enter Update web set AuthMode = 1.
Step 5
Enter Update web set AuthLoginMode = 1.
Step 6
Enter go.
The following tables provide mode definitions as a reference.
AUTHMODE Command
Value
#define SQLCONFIG_AUTHMODE_NONE 
#define SQLCONFIG_AUTHMODE_MP 
1
#define SQLCONFIG_AUTHMODE_LDAP 
#define SQLCONFIG_AUTHMODE_LDAPMP 
#define SQLCONFIG_AUTHMODE_TRUSTEXT 
4