Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Business Objects Enterprise XI Logon Customization

Status
Not open for further replies.

randyroo

IS-IT--Management
Mar 2, 2005
1
US
Hello,

We are new to Crystal Enterprise, infact we are installing Business Objects Enterprise XI and would like to modify the Authentication Type box when logging onto Admin or Infoview.

What we are after is

Authentication Type: Windows AD
Enterprise

Removing all LDAP and Windows NT from the list and making Windows AD the Default.

Question is what is the exact page name that needs to be modified here. The applicaiton is logon.aspX but no page is listed in the URL.

I am looking for a .CSP, CWR or the like to modify here.

Here is the HTML code that is generated.

<tr class="list">
<td class="list" nowrap="nowrap" align="Left" valign="Middle"><span class="list">Authentication:&nbsp;</span></td><td class="list" nowrap="nowrap" valign="Middle"><select name="MainLogon:_ctl8" class="list" style="width:200px;">
<option selected="selected" value="Enterprise">Enterprise</option>
<option value="LDAP">LDAP</option>
<option value="Windows AD">Windows AD</option>
<option value="Windows NT">Windows NT</option>


Your Help would be greatly appreciated.

Thanks,

Randy

 

It is apsauthtype=secEnterprise as stated below...


<td align="left"><a class="reportslink" href="/jrehal/crystal/enterprise10/ePortfolio/en/viewrpt.cwr?init=actx&id=342&apsuser=administrator&apspassword=&apsauthtype=secEnterprise" onClick="NewWindow=window.open(this.href,'MyWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600'); return false;">SEE
MANAGED REPORT</a></td>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top