diff options
Diffstat (limited to 'ldap/admin/src/updatedsgw')
| -rwxr-xr-x | ldap/admin/src/updatedsgw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/admin/src/updatedsgw b/ldap/admin/src/updatedsgw index d740f319..2d154396 100755 --- a/ldap/admin/src/updatedsgw +++ b/ldap/admin/src/updatedsgw @@ -27,7 +27,7 @@ if (!$nshome ) { print " -t suffix\t\tthe new ESCAPED suffix of the directory server\n"; print " -d dirmgrdn\t\tthe old manager dn of the directory server\n"; print " -e dirmgrdn\t\tthe new manager dn of the directory server\n"; - print "\nexample:\n " . $0 . " -n /home/servers/ds71/ -h gargoyle:1974 -i brooklyn -s \"dc=example,dc=com\" -t \"o%3Dbrandx.com\" -d \"cn=directory manager\" -e \"cn=directory guru\"\n"; + print "\nexample:\n " . $0 . " -n /home/servers/ds71/ -h gargoyle:1974 -i brooklyn -s \"dc=example,dc=com\" -t \"o%3Dredhat.com\" -d \"cn=directory manager\" -e \"cn=directory guru\"\n"; exit; } |
