T.R | Title | User | Personal Name | Date | Lines |
---|
983.1 | | a-107.tunnel.crl.dec.com::FORTY2::PALKA | Andrew Palka Altavista Directory | Thu Mar 13 1997 15:38 | 20 |
| The command is
dxim> rename <old name> to <new rdn>
This performs a DAP 'modify RDN' operation. I.e. you can only
change the last RDN of the name.
E.g.
dxim> rename /o=digital/ou=reo/cn=fred to cn=joe
The select command would only be used if you wanted to search
for the entries to be modified first.
E.g.
dxim> select /o=digital where cn=fred
dxim> rename selected to cn=joe
This example would rename ALL entries with cn=fred to have
the last rdn cn=joe.
Andrew
|
983.2 | More than last RDN ? | BRSSWS::COLLART | Li p'ti fouineu - Dtn 856-8796 | Fri Mar 21 1997 13:26 | 29 |
| >
>dxim> rename <old name> to <new rdn>
>
>This performs a DAP 'modify RDN' operation. I.e. you can only
>change the last RDN of the name.
>
Hello,
The customer says that 1993 standard compliant X500 should be able
to modify distiguished name and not only the last RDN.
Is it true ? Can v3.0 do that ?
If not, will it be implemented in a future release and when.
Thanks for help
Eric Collart
MCS Brussels
PS: sorry if the question is silly but I am not a x500 specialist
|
983.3 | | a-105.tunnel.crl.dec.com::FORTY2::PALKA | Andrew Palka Altavista Directory | Fri Mar 21 1997 14:34 | 14 |
| We don't support the modify DN operation, only modify RDN. This is
one of the 1993 features that we haven't implemented yet.
Currently the only way to do a modify DN is to dump the data into a
sequential file and reload it. The commands to do this are given as
an example in the help file. See 'help multiple_entry_management'
in dxim (character cell interface).
If you want it supported you should make your needs known to
product management. This feature is not currently planned to be
added. It's not especially difficult to do, but is not high up
the priority list.
Andrew
|
983.4 | Thanks for quick support | BRSSWS::COLLART | Li p'ti fouineu - Dtn 856-8796 | Fri Mar 21 1997 16:10 | 30 |
|
>We don't support the modify DN operation, only modify RDN. This is
>one of the 1993 features that we haven't implemented yet.
>
>Currently the only way to do a modify DN is to dump the data into a
>sequential file and reload it. The commands to do this are given as
>an example in the help file. See 'help multiple_entry_management'
>in dxim (character cell interface).
>
>If you want it supported you should make your needs known to
>product management. This feature is not currently planned to be
>added. It's not especially difficult to do, but is not high up
>the priority list.
>
Hello Andrew,
Thanks for your quick and precise reply !
That's support !
Thanks
Eric Collart
MCS Brussels
|