Part III – SASL Integraton with OpenLDAP
In Part III, OpenLDAP pass thru authentication with a Kerberos Backend using SASL will be demonstrated. Continue reading “Heimdal Kerberos, SASL, and OpenLDAP Integration on FreeBSD – Part III”
Ruminations and Random Contrived Thoughts ….
In Part III, OpenLDAP pass thru authentication with a Kerberos Backend using SASL will be demonstrated. Continue reading “Heimdal Kerberos, SASL, and OpenLDAP Integration on FreeBSD – Part III”
In Part II, a Master/Slave Kerberos implemenation will be configured together with the necessary tools to replicate/propagate the Heimdal Database from Master to Slave Kerberos Servers. Continue reading “Heimdal Kerberos, SASL, and OpenLDAP Integration on FreeBSD – Part II”
In Part I, configuring a Heimdal Kerberos Server and Client is demonstrated. Additionally, SSH will be configured to allow single sign on using Kerberos. Continue reading “Heimdal Kerberos, SASL, and OpenLDAP Integration on FreeBSD – Part I”
Apache allows directories to be restricted by requiring a user name and password. In this article, configuring the httpd.conf, creating a .htaccess file, and generating the necessary password file is demonstrated. Continue reading “Password Protecting Apache2.4 Directories with .htaccess”
Setting up SSL on Postgresql is quite simple. Our requirements are to enforce SSL Encryption on all Postgresql database connections. To that end, the creation of self-signed certificates will not be explored in this post. Continue reading “Postgresql 9.x Streaming Repilication on FreeBSD – Part II SSL”
Since AWStats is a web server log file analyzer, the first prerequisite is a fully functional web server. In our case, it is Apache 2.4 on a FreeBSD 10 Server. Additionally, the web server should have the cgi_module loaded. Also, if geographical data is desired, then the additional port – p5-geo-ip is required. Continue reading “AWStats on FreeBSD”
Installing and configuring Postgresql 9.3 for streaming replication is complex but not difficult. Although replication can provide a certain level of redundancy it should never take the place of a good backup strategy. Continue reading “Postgresql 9.x Streaming Repilication on FreeBSD – Part I”
The next step in the process is to use an ssl certificate to protect the connections to secure pages. Obtaining a certificate is left to the reader to fulfill. The author recommends obtaining an ssl certificate from a certificate authority such as verisign, godaddy, geotrust, etc. Continue reading “Apache, PHP, MySQL, and Drupal in FreeBSD 10 – Part IV: Drupal 7 & SSL”
In Part I and II, Apache, PHP, MySQL were installed and configured. In Part III, Drupal 7 configuration is the focus. This information can be derived from Drupal 7 installation documentation. The reader is encouraged to review the documentation at www.drupal.org. Continue reading “Apache, PHP, MySQL, and Drupal in FreeBSD 10 – Part III: Drupal 7”
An Apache, PHP, MySQL and Drupal stack on FreeBSD is not difficult to install and configure. In this case, the Drupal installation will contain only one website and will not employ the use of virtual hosts. So let’s get started installing Apache24 and PHP5. Continue reading “Apache, PHP, MySQL, and Drupal in FreeBSD 10 – Part I: Apache24 and PHP5”