Removed /usr/local from CDPATH
[clearscm.git] / web / clearquest / enable_ldap.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7
8   <title>ClearSCM: Clearquest: Enable LDAP</title>
9
10   <link rel="stylesheet" type="text/css" media="screen" href="/css/Article.css">
11   <link rel="stylesheet" type="text/css" media="screen" href="/css/Code.css">
12   <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
13   <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
14
15   <!-- Google Analytics
16   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
17   </script>
18   <script type="text/javascript">
19     _uacct = "UA-89317-1";
20     urchinTracker ();
21   </script>
22   Google Analytics -->
23
24   <?php
25   include "clearscm.php";
26   menu_css ();
27   ?>
28 </head>
29
30 <body>
31
32 <?php heading ();?>
33
34 <div id="page">
35   <div id="content">
36     <?php start_box ("cs5");?>
37       <h2>enable_ldap</h2>
38         <p>This script prompts for the data necessary to enable LDAP
39         authentication in Clearquest and issue the necessary
40         installutil commands to enable LDAP. Reads data from a config
41         file.</p>
42     <?php end_box ();?>
43
44     <?php display_code ("cq/enable_ldap");?>
45   </div>
46   <?php copyright ();?>
47 </div>
48
49 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
50
51 </body>
52 </html>