Technical Tip

Accelerating iManager 2.5 with iChain 2.3

Author Info

5 September 2006 - 11:00pm
Submitted by: 9159506

tip
Reads:

349

Score:
2
2
1
 
Comments:

0

Problem

A Forum reader asked this question:

"Is there any tip or trick to accelerate iManager 2.5 with iChain 2.3 SP4? The first screen of iManager appears with an Error text and it won't log on."

And here's the reply from Andrey Karyagin ...

Solution

The following Form Fill Policy works fine for me:

This is iManager 2.6 form fill policy for logging in ...

<urlPolicy>
     <name>iManager</name>
     <url>somename.somedomain.ru/nps/*</url>
     <formCriteria>
     <title>Novell iManager</title>
     <form name="AuthenticateForm" method=post action="webacc" 
target="_top">
      </formCriteria>
     <actions>
         <fill>
             <input name="username"    value="~cn">
             <input name="password"    value="~password">
         </fill>
         <post/>
     </actions>
</urlPolicy>

This next policy is used when the user's credentials have expired and the secret store needs to be repopulated with the user's new credentials.

<urlPolicy>
     <name>iManagerLoginFailure</name>
     <url>somename.somedomain.ru/nps/*</url>
      <formCriteria>
         fw.AuthFailHeader
      </formCriteria>
     <actions>
         <deleteRemembered>iManager</deleteRemembered>
         <redirect>somename.somedomain.ru/nps/iManager.html</redirect>
     </actions>
</urlPolicy>

Author Info

5 September 2006 - 11:00pm
Submitted by: 9159506




User Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <p> <a> <em> <i> <cite> <code> <img> <ul> <ol> <li> <div> <dl> <dt> <dd> <b> <strong> <h1> <h2> <h3> <pre> <table> <td> <tr> <th> <blockquote>
  • Lines and paragraphs break automatically.
  • Glossary terms will be automatically marked with links to their descriptions. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, abbr, acronym, code, pre.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 18 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

© 2008 Novell, Inc. All Rights Reserved.