diff options
author | Rich Megginson <rmeggins@redhat.com> | 2008-07-14 23:20:23 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2008-07-14 23:20:23 +0000 |
commit | e1295ffb65a5fc15e0fc33f1817cd865a663e9f0 (patch) | |
tree | a61baded989fcdcfe0facbd17dea13e027df8a68 /ldap | |
parent | 023a1e62b5892578e2d7173fefa38d5de28cbe0b (diff) | |
download | ds-e1295ffb65a5fc15e0fc33f1817cd865a663e9f0.tar.gz ds-e1295ffb65a5fc15e0fc33f1817cd865a663e9f0.tar.xz ds-e1295ffb65a5fc15e0fc33f1817cd865a663e9f0.zip |
Resolves: bug 440899
Bug Description: setup-ds.pl password prompt loops in Confirm prompt
Reviewed by: nkinder (Thanks!)
Branch: HEAD
Fix Description: Just make sure the prompt tells the user that they can hit Control-B Enter at any time to go back if they need to re-enter the password.
Platforms tested: RHEL5, Fedora 8, Fedora 9
Flag Day: no
Doc impact: no
Diffstat (limited to 'ldap')
-rw-r--r-- | ldap/admin/src/scripts/setup-ds.res.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ldap/admin/src/scripts/setup-ds.res.in b/ldap/admin/src/scripts/setup-ds.res.in index 4ffdc6b2..531585e7 100644 --- a/ldap/admin/src/scripts/setup-ds.res.in +++ b/ldap/admin/src/scripts/setup-ds.res.in @@ -68,7 +68,7 @@ dialog_dssuffix_prompt = Suffix dialog_dssuffix_error = The suffix '%s' is not a valid DN. Please choose another one.\n\n # ----------- DS Root DN and password Dialog Resource ---------------- -dialog_dsrootdn_text = Certain directory server operations require an administrative user.\nThis user is referred to as the Directory Manager and typically has a\nbind Distinguished Name (DN) of cn=Directory Manager.\nYou will also be prompted for the password for this user. The password must\nbe at least 8 characters long, and contain no spaces.\n\n +dialog_dsrootdn_text = Certain directory server operations require an administrative user.\nThis user is referred to as the Directory Manager and typically has a\nbind Distinguished Name (DN) of cn=Directory Manager.\nYou will also be prompted for the password for this user. The password must\nbe at least 8 characters long, and contain no spaces.\nPress Control-B then Enter to back up and start over.\n\n dialog_dsrootdn_prompt = Directory Manager DN dialog_dsrootdn_error = The input '%s' is not a valid DN. Please choose another one.\n\n dialog_dsrootpw_prompt1 = Password @@ -125,3 +125,5 @@ error_missing_port = No ServerPort specified. The server must have a port numbe error_server_already_exists = Error: the server already exists at '%s'\ Please remove it first if you really want to recreate it,\ or use a different ServerIdentifier to create another instance.\n +error_opening_init_ldif = Could not open the initial LDIF file '%s'.\ +The file was not found or could not be read.\n
\ No newline at end of file |