[
https://issues.apache.org/jira/browse/DIRKRB-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14581884#comment-14581884
]
Lin Chen commented on DIRKRB-290:
---------------------------------
Hi Yaning,
Just an advice, is it better to move the codes below to {{stop()}} or
{{release()}} funcitons?
{code}
+ public void closeLdapCoreConnection() throws LdapException, IOException {
+ if (this.connection.connect()) {
+ this.connection.close();
+ }
{code}
> Setup Ldap service
> -------------------
>
> Key: DIRKRB-290
> URL: https://issues.apache.org/jira/browse/DIRKRB-290
> Project: Directory Kerberos
> Issue Type: Sub-task
> Reporter: Xu Yaning
> Assignee: Xu Yaning
> Attachments: DIRKRB-290-v1.patch, DIRKRB-290-v2.patch
>
>
> Setup Ldap service and make the corresponding test for Kerby.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)