Previous page Next page

Installing the Thin Client Directory

Installations using Red Hat for Linux 8.0 (or greater):

  1. Login at the root.
  2. Copy the following download file to the Linux system: avayadir-1.0-1.0.i386.rpm.
  3. Run the following command from the command line to extract the files to the /var/www/html/avayadir directory: rpm –ivh avayadir-1.0-1.0.i386.rpm.
  4. To enable password control for the Directory Administration Application, create a directory entry in the httpd.conf file as follows:

    NOTE:

    The correct file name is httpd.conf, not http.conf.

    <Directory “/var/www/html/avayadir/avayadiradmin”>
    AuthType Basic
    AuthName “Password Required”
    AuthUserFile “/var/www/password/avayadirpasswd”
    Require user ldap
    </Directory>
  5. The default user/password combination is ldap/ldap. To change the password, run “htpasswd /var/www/passwd/avayadirpasswd ldap”.
  6. Open the file /etc/php.ini for editing.
  7. Set the option “short_open_tag = On” in php.ini.
  8. Uncomment the line “extension=ldap.so” in php.ini
  9. To finish, restart the web server by running “/sbin/service httpd restart”.
  10. Now test everything out by pointing a browser at the newly created directory structure such as <http://yourserver/avayadir/avayadiradmin/index.htm>.

Previous page Next page