diff options
Diffstat (limited to 'fml/etc/src/config.cf.en/dbms.cf')
| -rw-r--r-- | fml/etc/src/config.cf.en/dbms.cf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/dbms.cf b/fml/etc/src/config.cf.en/dbms.cf new file mode 100644 index 00000000..32853df2 --- /dev/null +++ b/fml/etc/src/config.cf.en/dbms.cf @@ -0,0 +1,39 @@ +=head1 DBMS + +### +### TODO +### DATABASE_CACHE_FILE_SUFFIX ? +### + + +=head2 LDAP + +# Descriptions: LDAP server +# History: +# Value: +# Examples: +ldap_servers = + +# Descriptions: LDAP password +# History: +# Value: +# Examples: +ldap_server_password = + +# Descriptions: LDAP search base +# History: +# Value: +# Examples: +ldap_search_base = + +# Descriptions: LDAP search bind +# History: +# Value: +# Examples: +ldap_server_bind = + +# Descriptions: LDAP filter +# History: +# Value: +# Examples: +ldap_query_filter = (objectclass=*) |
