Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_fusiondirectory_fusiondirectory.conf.j2 873B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0"?>
  2. <conf>
  3. <!-- Main section **********************************************************
  4. The main section defines global settings, which might be overridden by
  5. each location definition inside.
  6. For more information about the configuration parameters, take a look at
  7. the FusionDirectory.conf(5) manual page.
  8. -->
  9. <main default="default"
  10. logging="TRUE"
  11. displayErrors="FALSE"
  12. forceSSL="TRUE"
  13. templateCompileDirectory="/var/spool/fusiondirectory/"
  14. debugLevel="0"
  15. >
  16. <!-- Location definition -->
  17. <location name="default"
  18. >
  19. <referral URI="ldap://localhost:389" base="{{ ldap_domain_string }}"
  20. adminDn="cn=admin,{{ ldap_domain_string }}"
  21. adminPassword="{{ slapd_admin_password }}" />
  22. </location>
  23. </main>
  24. </conf>