1MIGRATECRED(1) General Commands Manual MIGRATECRED(1)
2
3
4
6 migratecred - Migrate credentials from one instance of Directory Server
7 to another
8
10 migratecred -o OldInstancePath -n NewInstancePath -c OldCredential [-p
11 NewPluginPath]
12
14 migratecred migrates credentials from one Directory Server instance to
15 the other.
16
17 New plugin path defaults to [libdir/dirsrv/plugins] if not given
18
19 migratecred is a program that migrates credentials used for replication
20 and chaining. That is the password used by the server to perform the
21 simple BIND operation for server to server communications.
22
24 A summary of options is included below:
25
26 -o OldInstancePath
27 Path to the source instance
28
29 -n NewInstancePath
30 Path to the destination instance
31
32 -c OldCredential
33 Old credential
34
35 -p NewPluginPath
36 New plugin path (of the new instance)
37
39 migratecred was written by the 389 Project.
40
42 Report bugs to https://pagure.io/389-ds-base/new_issue
43
45 Copyright © 2001 Sun Microsystems, Inc. Used by permission.
46 Copyright © 2017 Red Hat, Inc.
47 This manual page was written by Michele Baldessari
48 <michele@pupazzo.org>, for the Debian project (but may be used by oth‐
49 ers).
50 This is free software. You may redistribute copies of it under the
51 terms of the Directory Server license found in the LICENSE file of this
52 software distribution. This license is essentially the GNU General
53 Public License version 2 with an exception for plug‐in distribution.
54
55
56
57 March 31, 2017 MIGRATECRED(1)