| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <section id="tools_rename_entry_dialog"> |
| <title>Rename Entry dialog</title> |
| <para> |
| The Rename Entry dialog is used to rename an entry. |
| In detail the relative distinguished name (RDN) is modified by sending a |
| modrdn operation to the directory. |
| </para> |
| |
| <para> |
| To start the Rename Entry dialog select the entry you want to rename, then |
| choose <emphasis role="strong">Rename...</emphasis> from context menu |
| or press <shortcut><keycap>F2</keycap></shortcut>. |
| </para> |
| |
| <para> |
| Note: Some directories doesn't support renaming whole trees but only |
| renaming leaf entries. Also it is not possible to delete base entries |
| or the Root DSE. |
| </para> |
| |
| <para> |
| <screenshot> |
| <mediaobject> |
| <imageobject> |
| <imagedata scale="50" |
| fileref="images/tools_browser_view_5.png" format="PNG" /> |
| </imageobject> |
| </mediaobject> |
| </screenshot> |
| </para> |
| |
| <para> |
| <informaltable frame="all"> |
| <tgroup cols="3"> |
| <colspec colname="Option" colwidth="1*" /> |
| <colspec colname="Description" colwidth="2*" /> |
| <colspec colname="Default" colwidth="1*" /> |
| <thead> |
| <row> |
| <entry>Option</entry> |
| <entry>Description</entry> |
| <entry>Default</entry> |
| </row> |
| </thead> |
| <tbody> |
| |
| <row> |
| <entry>RDN</entry> |
| <entry> |
| The new RDN of the entry. The drop-down list on the left side |
| contains possible attribute types. The input field on the right |
| side contains the attribute value. |
| </entry> |
| <entry> |
| Current attribute type and value |
| </entry> |
| </row> |
| <row> |
| <entry>+</entry> |
| <entry> |
| Adds a new name-value pair to RDN |
| </entry> |
| <entry> |
| - |
| </entry> |
| </row> |
| <row> |
| <entry>-</entry> |
| <entry> |
| Removes a name-value pair from RDN |
| </entry> |
| <entry> |
| - |
| </entry> |
| </row> |
| <row> |
| <entry>RDN Preview</entry> |
| <entry> |
| Shows a preview of the new RDN |
| </entry> |
| <entry> |
| Current RDN |
| </entry> |
| </row> |
| <row> |
| <entry>Delete old RDN</entry> |
| <entry> |
| If enabled the old RDN name-value pair is removed |
| from entry, otherwise it remains. |
| </entry> |
| <entry> |
| on |
| </entry> |
| </row> |
| </tbody> |
| </tgroup> |
| </informaltable> |
| </para> |
| |
| </section> |