Initial version of ldap module.
This commit is contained in:
parent
fa2eef5391
commit
082b88cc0d
2 changed files with 35 additions and 0 deletions
10
ldap/templates/ldap.conf.erb
Normal file
10
ldap/templates/ldap.conf.erb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue