Initial version of ldap module.

This commit is contained in:
Timo Mkinen 2009-09-16 11:34:20 +03:00
parent fa2eef5391
commit 082b88cc0d
2 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#
# LDAP Defaults
#
# See ldap.conf(5) for details
# This file should be world readable but not world writable.
BASE <%= ldap_basedn %>
URI <% ldap_server.each do |uri| %><%= uri %> <% end %>
TLS_REQCERT allow