浏览代码

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

Rich Megginson 17 年之前
父节点
当前提交
e1295ffb65
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      ldap/admin/src/scripts/setup-ds.res.in

+ 3 - 1
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