[ http://issues.apache.org/jira/browse/DIR-116?page=all ]
     
Trustin Lee resolved DIR-116:
-----------------------------

    Resolution: Duplicate

This is a duplication of DIREVE-307.

> MODRDN throws an exception when blank line is detected
> ------------------------------------------------------
>
>          Key: DIR-116
>          URL: http://issues.apache.org/jira/browse/DIR-116
>      Project: Directory
>         Type: Bug
>   Components: General
>     Reporter: Jim Yang
>     Assignee: Alex Karasulu
>     Priority: Minor

>
> There are 2 methods to use ldapmodrdn. 
> The first one is by specifying the DN & RDN on the command line:
>     ldapmodrdn -h localhost -p 10389 -D "uid=admin,ou=system" -w "secret" 
> iau=sue,dc=test iau=mick
> The second one is by specifying the input in a file or in the standard input:
>     ldapmodrdn -h localhost -p 10389 -D "uid=admin,ou=system" -w "secret"
>     iau=sue,dc=test
>     iau=mick
> With the second method you can specify multiple DN & RDN pairs, separated by 
> one or more blank lines. 
> However, the ApacheDS code seems to be having a problem handling multiple 
> inputs. 
> If it gets a blank line it will throw an exception.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to