Caligare NetFlow - Knowledgebase
Search:     Advanced search
Browse by category:
Glossary | Contact Us

How to configure secure LDAP authentication (LDAPS)?

Add comment
Views: 2172
Votes: 2
Comments: 0
  1. Install ldap-utils, openssl and php-ldap (php4-ldap) packages.
  2. Upload LDAP server public certificate (or certification authority public certificate ) (PEM file) to the /etc/ssl/certs directory.
  3. Run the "c_rehash" command to create/update certificate hashes.
  4. Edit LDAP configuration file (/etc/ldap/ldap.conf) and add the following option:
    TLS_CACERTDIR   /etc/ssl/certs
    Note: Between TLS_CACERTDIR and directory must be a TAB character (don't use a space)!
  5. Restart Apache web server.
  6. Now, you can verify connection by using the command:
    ldapsearch -x -H ldaps://ldap.mydomain.com
  7. If it is success, you can use ldaps in your web authentication.
Others in this Category
document Why are the graphs empty?
document How long do I have to wait before the graphs are populated?
document Why are only the top 10 values shown in the reports? Can I get a more detailed report?
document The graphs show only IN traffic for an interface, although there is both IN and OUT traffic flowing through that interface. Why's that?
document Why are some interfaces labeled as IfIndex2, IfIndex3, etc.?
document When I try to access Data, Trends, I get: Warning: No tables found for selected collector.
document The product is installed and everything seems to be running. However, all the database tables have 0 data in them.
document I did see non-zero DoS state value in the collector status.
document I'm seeing corrupted flow time in the status log.
document I saw trends results formatted into tables, but no graph is displayed.
document I saw graphs in menu "Data->Graphs", but now they aren't available.
document When I change the selected table in the trends menu available statistics are changed.



RSS