[Fedora-directory-commits] ldapserver/ldap/admin/src/scripts setup-ds.res.in, 1.12, 1.13

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Jul 14 23:20:25 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/admin/src/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13757/ldapserver/ldap/admin/src/scripts

Modified Files:
	setup-ds.res.in 
Log Message:
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



Index: setup-ds.res.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/scripts/setup-ds.res.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- setup-ds.res.in	21 Nov 2007 20:27:38 -0000	1.12
+++ setup-ds.res.in	14 Jul 2008 23:20:23 -0000	1.13
@@ -68,7 +68,7 @@
 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_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




More information about the Fedora-directory-commits mailing list