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

Emmanuel Lecharny closed DIR-116.
---------------------------------


> MODRDN throws an exception when blank line is detected
> ------------------------------------------------------
>
>                 Key: DIR-116
>                 URL: https://issues.apache.org/jira/browse/DIR-116
>             Project: Directory
>          Issue Type: Bug
>          Components: miscellaneous
>            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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to