diff options
| author | fukachan <fukachan> | 2005-08-23 08:42:42 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-08-23 08:42:42 +0000 |
| commit | daefa8cf67b159752b84250b0318d23bce92b8ec (patch) | |
| tree | 4a0a36956ce2da4b9316f750400d0930c1c45c3e /fml/etc/src | |
| parent | 014a929af110ec1539c1d49979b257e89fe1013c (diff) | |
| download | fml8-daefa8cf67b159752b84250b0318d23bce92b8ec.tar.gz fml8-daefa8cf67b159752b84250b0318d23bce92b8ec.tar.bz2 fml8-daefa8cf67b159752b84250b0318d23bce92b8ec.zip | |
preliminary LDAP support
Diffstat (limited to 'fml/etc/src')
| -rw-r--r-- | fml/etc/src/config.cf.en/ldap.cf | 104 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/ldap.cf | 104 |
2 files changed, 208 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/ldap.cf b/fml/etc/src/config.cf.en/ldap.cf new file mode 100644 index 00000000..854793e3 --- /dev/null +++ b/fml/etc/src/config.cf.en/ldap.cf @@ -0,0 +1,104 @@ +=head1 LDAP の例 + +# +# 注意: 次の ^=head で名前空間はリセットされる + + +[ldap:fml] + + +# Descriptions: +# History: +# Value: HOSTNAME +# Examples: +ldap_servers = localhost + + +# Descriptions: dummy +# History: +# Value: USER +# Examples: +ldap_user = fml + + +# Descriptions: +# History: +# Value: PASSWORD +# Examples: +ldap_password = uja + + +# Descriptions: DN to bind. +# History: +# Value: STR +# Examples: +ldap_bind_dn = dc=fml, dc=org + + +# Descriptions: base DN to contact in modify, search et.al. +# History: +# Value: STR +# Examples: +ldap_base_dn = dc=$ml_name, dc=fml, dc=org + + + +# Descriptions: +# History: +# Value: STR +# Examples: +ldap_query_get_next_key_result_attribute = fmlrecipient + + +# Descriptions: +# History: +# Value: LDAP_QUERY_FILTER +# Examples: +ldap_query_get_next_key_search_filter = (&(objectclass=*)(ou=$ml_name@$ml_domain)) + + +# Descriptions: +# History: +# Value: STR +# Examples: +ldap_query_getline_result_attribute = fmlrecipient + + +# Descriptions: +# History: +# Value: LDAP_QUERY_FILTER +# Examples: +ldap_query_getline_search_filter = (&(objectclass=*)(ou=$ml_name@$ml_domain)) + + + +# Descriptions: attributes to add into $ldap_base_dn entry. +# History: +# Value: LDAP_LDIF_STATEMENT +# Examples: +ldap_query_add_as_ldif = fmlrecipient:&address + fmlmember:&address + + +# Descriptions: attributes to remove from $ldap_base_dn entry. +# History: +# Value: LDAP_LDIF_STATEMENT +# Examples: +ldap_query_delete_as_ldif = fmlrecipient:&address + fmlmember:&address + + +# Descriptions: +# History: +# Value: STR +# Examples: +ldap_query_find_result_attribute = fmlrecipient + + +# Descriptions: +# History: +# Value: LDAP_QUERY_FILTER +# Examples: +ldap_query_find_search_filter = (&(objectclass=*)(ou=$ml_name@$ml_domain)) + + diff --git a/fml/etc/src/config.cf.ja/ldap.cf b/fml/etc/src/config.cf.ja/ldap.cf new file mode 100644 index 00000000..854793e3 --- /dev/null +++ b/fml/etc/src/config.cf.ja/ldap.cf @@ -0,0 +1,104 @@ +=head1 LDAP の例 + +# +# 注意: 次の ^=head で名前空間はリセットされる + + +[ldap:fml] + + +# Descriptions: +# History: +# Value: HOSTNAME +# Examples: +ldap_servers = localhost + + +# Descriptions: dummy +# History: +# Value: USER +# Examples: +ldap_user = fml + + +# Descriptions: +# History: +# Value: PASSWORD +# Examples: +ldap_password = uja + + +# Descriptions: DN to bind. +# History: +# Value: STR +# Examples: +ldap_bind_dn = dc=fml, dc=org + + +# Descriptions: base DN to contact in modify, search et.al. +# History: +# Value: STR +# Examples: +ldap_base_dn = dc=$ml_name, dc=fml, dc=org + + + +# Descriptions: +# History: +# Value: STR +# Examples: +ldap_query_get_next_key_result_attribute = fmlrecipient + + +# Descriptions: +# History: +# Value: LDAP_QUERY_FILTER +# Examples: +ldap_query_get_next_key_search_filter = (&(objectclass=*)(ou=$ml_name@$ml_domain)) + + +# Descriptions: +# History: +# Value: STR +# Examples: +ldap_query_getline_result_attribute = fmlrecipient + + +# Descriptions: +# History: +# Value: LDAP_QUERY_FILTER +# Examples: +ldap_query_getline_search_filter = (&(objectclass=*)(ou=$ml_name@$ml_domain)) + + + +# Descriptions: attributes to add into $ldap_base_dn entry. +# History: +# Value: LDAP_LDIF_STATEMENT +# Examples: +ldap_query_add_as_ldif = fmlrecipient:&address + fmlmember:&address + + +# Descriptions: attributes to remove from $ldap_base_dn entry. +# History: +# Value: LDAP_LDIF_STATEMENT +# Examples: +ldap_query_delete_as_ldif = fmlrecipient:&address + fmlmember:&address + + +# Descriptions: +# History: +# Value: STR +# Examples: +ldap_query_find_result_attribute = fmlrecipient + + +# Descriptions: +# History: +# Value: LDAP_QUERY_FILTER +# Examples: +ldap_query_find_search_filter = (&(objectclass=*)(ou=$ml_name@$ml_domain)) + + |
