[
https://issues.apache.org/jira/browse/DIRKRB-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14278151#comment-14278151
]
Lin Chen commented on DIRKRB-140:
---------------------------------
In current codes, the method
{code}
protected void set(String name, Config value) {
ConfigObject co = new ConfigObject(value);
set(name, co);
addSubConfig(value);
}
{code}
means add a new config resource in a config list. The list's name is
subConfigs. The name and this method will be ambiguous with adding a section,
so I will make some refactor about this.
> Section supports in Configuration
> ---------------------------------
>
> Key: DIRKRB-140
> URL: https://issues.apache.org/jira/browse/DIRKRB-140
> Project: Directory Kerberos
> Issue Type: Sub-task
> Reporter: Lin Chen
> Assignee: Emmanuel Lecharny
>
> In MIT Kerberos configuration file, there are many sections. For example,
> {code}
> [libdefaults]
> default_realm = EXAMPLE.COM
> dns_lookup_realm = false
> [logging]
> default = FILE:/var/log/krb5libs.log
> kdc = FILE:/var/log/krb5kdc.log
> [kdcdefaults]
> kdc_ports = 88
> kdc_tcp_ports = 8014
> {code}
> [libdefaults], [logging], [kdcdefaults] and configs below them are sections.
> Base on the section supports, it will be easy to support MIT Kerberos
> configuration format.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)