You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "steve (JIRA)" <ji...@apache.org> on 2007/12/12 04:01:43 UTC

[jira] Created: (DIRSERVER-1111) Apache Directory Server not starting up LDAPS

Apache Directory Server not starting up LDAPS
---------------------------------------------

                 Key: DIRSERVER-1111
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1111
             Project: Directory ApacheDS
          Issue Type: Task
          Components: ldap
    Affects Versions: 1.5.1
         Environment: MicroSoft vista professional, apache DS 1.5.1
            Reporter: steve


I updated server.xml to enable LDAPS

  <bean id="ldapsConfiguration" class="org.apache.directory.server.ldap.LdapConfiguration">
    <!-- Whether to enable the LDAPS protocol.                               -->
    <property name="enabled" value="true" />
    <!-- The port to run the LDAPS protocol on.                              -->
    <property name="ipPort" value="636" />
    
    <property name="enableLdaps" value="true" />
        <property name="ldapsCertificateFile" value="C:/j2sdk/bin/SCHUN-01.ks" />
        <property name="ldapsCertificatePassword" value="secret" />

  </bean>

and I restarted the server but can not connect.  

When I check for open port, 636 is not open (not used).

Please help!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSERVER-1111) Apache Directory Server not starting up LDAPS

Posted by "steve (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

steve closed DIRSERVER-1111.
----------------------------

    Resolution: Fixed

need to change the server.xml from the instances directory.

> Apache Directory Server not starting up LDAPS
> ---------------------------------------------
>
>                 Key: DIRSERVER-1111
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1111
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: ldap
>    Affects Versions: 1.5.1
>         Environment: MicroSoft vista professional, apache DS 1.5.1
>            Reporter: steve
>         Attachments: server.xml
>
>
> I updated server.xml to enable LDAPS
>   <bean id="ldapsConfiguration" class="org.apache.directory.server.ldap.LdapConfiguration">
>     <!-- Whether to enable the LDAPS protocol.                               -->
>     <property name="enabled" value="true" />
>     <!-- The port to run the LDAPS protocol on.                              -->
>     <property name="ipPort" value="636" />
>     
>     <property name="enableLdaps" value="true" />
>         <property name="ldapsCertificateFile" value="C:/j2sdk/bin/SCHUN-01.ks" />
>         <property name="ldapsCertificatePassword" value="secret" />
>   </bean>
> and I restarted the server but can not connect.  
> When I check for open port, 636 is not open (not used).
> Please help!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSERVER-1111) Apache Directory Server not starting up LDAPS

Posted by "steve (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

steve updated DIRSERVER-1111:
-----------------------------

    Attachment: server.xml

server.xml file - modified

> Apache Directory Server not starting up LDAPS
> ---------------------------------------------
>
>                 Key: DIRSERVER-1111
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1111
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: ldap
>    Affects Versions: 1.5.1
>         Environment: MicroSoft vista professional, apache DS 1.5.1
>            Reporter: steve
>         Attachments: server.xml
>
>
> I updated server.xml to enable LDAPS
>   <bean id="ldapsConfiguration" class="org.apache.directory.server.ldap.LdapConfiguration">
>     <!-- Whether to enable the LDAPS protocol.                               -->
>     <property name="enabled" value="true" />
>     <!-- The port to run the LDAPS protocol on.                              -->
>     <property name="ipPort" value="636" />
>     
>     <property name="enableLdaps" value="true" />
>         <property name="ldapsCertificateFile" value="C:/j2sdk/bin/SCHUN-01.ks" />
>         <property name="ldapsCertificatePassword" value="secret" />
>   </bean>
> and I restarted the server but can not connect.  
> When I check for open port, 636 is not open (not used).
> Please help!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DIRSERVER-1111) Apache Directory Server not starting up LDAPS

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu reassigned DIRSERVER-1111:
----------------------------------------

    Assignee: Alex Karasulu

> Apache Directory Server not starting up LDAPS
> ---------------------------------------------
>
>                 Key: DIRSERVER-1111
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1111
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: ldap
>    Affects Versions: 1.5.1
>         Environment: MicroSoft vista professional, apache DS 1.5.1
>            Reporter: steve
>            Assignee: Alex Karasulu
>         Attachments: server.xml
>
>
> I updated server.xml to enable LDAPS
>   <bean id="ldapsConfiguration" class="org.apache.directory.server.ldap.LdapConfiguration">
>     <!-- Whether to enable the LDAPS protocol.                               -->
>     <property name="enabled" value="true" />
>     <!-- The port to run the LDAPS protocol on.                              -->
>     <property name="ipPort" value="636" />
>     
>     <property name="enableLdaps" value="true" />
>         <property name="ldapsCertificateFile" value="C:/j2sdk/bin/SCHUN-01.ks" />
>         <property name="ldapsCertificatePassword" value="secret" />
>   </bean>
> and I restarted the server but can not connect.  
> When I check for open port, 636 is not open (not used).
> Please help!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.