Installing the Thin Client Directory
Installations using Red Hat for Linux 8.0 (or greater):
Login at the root.
Copy the following download file to the Linux system:
avayadir-1.0-1.0.i386.rpm
.
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
.
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>
The default user/password combination is
ldap/ldap
. To change the password, run “
htpasswd
/var/www/passwd/avayadirpasswd ldap
”.
Open the file
/etc/php.ini
for editing.
Set the option “
short_open_tag = On
” in php.ini.
Uncomment the line “
extension=ldap.so
” in php.ini
To finish, restart the web server by running “
/sbin/service httpd restart
”.
Now test everything out by pointing a browser at the newly created directory structure such as <http://yourserver/avayadir/avayadiradmin/index.htm>.