
Web Applications
130 4600 Series IP Telephones Application Programmer Interface (API) Guide
The other application version available is a Winzip-readable file. This file is for those
installations with Windows or any other operating system not using Red Hat for Linux 8.0 or
greater. This version requires that you select specific files to download. You must also perform
additional server/file customization to properly install the Thin Client Directory application.
The download contains these directories:
● avayadiradmin - Files needed for the HTML administration part of the LDAP application.
Includes the PHP files needed for administration.
● avayadirclient - Files necessary for the telephone/user interface. These files perform the
search query and return search results to the telephone’s display screen.
● avayadir.ini - Files containing settings that control the administration and client
application. This is a protected directory that cannot be browsed. During the unzip
process, it is placed in the same root as the other two sub-directories. If desired, you can
move this directory outside the HTML path, providing the new path is PHP-accessible.
● avaydirinclude - Common files shared between the Directory administration and client
(end user) interface.
● avayadirerror - Text files for search-related error message generation.
● avayadirhelp - Text files containing end user Directory assistance.
Installing the Thin Client Directory
Installations using Red Hat for Linux 8.0 (or greater):
1. Login at the root.
2. Copy this 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 filename 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>
Komentarze do niniejszej Instrukcji