You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2009/02/15 14:35:00 UTC

[jira] Closed: (DIRSERVER-602) Spaces in PROVIDER_URL environment value seems to lead to problems

     [ https://issues.apache.org/jira/browse/DIRSERVER-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-602.
---------------------------------------


closed

> Spaces in PROVIDER_URL environment value seems to lead to problems
> ------------------------------------------------------------------
>
>                 Key: DIRSERVER-602
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-602
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0-RC2
>         Environment: WIN XP
> ACI Enabled
> sun LdapCtxFactory
>            Reporter: Tony Blanchard
>            Assignee: Stefan Zoerner
>
> I found that giving a PROVIDER_URL value like this : "ldap://localhost:389/ou=Mon entreprise,dc=fr" to the InitialDirContext constructor returned a DirContext with a currentDN attribute to :"ou=Mon".
> Ex :
> lEnv.put(...);
> lEnv.put(Context.PROVIDER_URL, "ldap://localhost:389/ou=Mon entreprise,dc=fr");
> lEnv.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
> try
> {
>       lContext = new InitialDirontext(lEnv);
> }
>   [ .... ]
> As a result, I can not use correctly this context. 

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