[Fedora-directory-commits] ldapserver/ldap/admin/src/scripts DialogManager.pm, 1.4, 1.5 SetupDialogs.pm.in, 1.2, 1.3 setup-ds.res.in, 1.8, 1.9

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Jul 27 01:46:12 UTC 2007


Author: nhosoi

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

Modified Files:
	DialogManager.pm SetupDialogs.pm.in setup-ds.res.in 
Log Message:
Resolves: #249739
Summary: Implement a script registering DS to the Configuration DS (comment#5)



Index: DialogManager.pm
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/scripts/DialogManager.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DialogManager.pm	20 Jun 2007 16:27:50 -0000	1.4
+++ DialogManager.pm	27 Jul 2007 01:46:10 -0000	1.5
@@ -89,6 +89,11 @@
     }
 }
 
+sub resetDialog {
+    my $self = shift;
+    @{$self->{dialogs}} = ();
+}
+
 # see if the user answered with the special BACK answer
 sub isBack {
     my $self = shift;


Index: SetupDialogs.pm.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/scripts/SetupDialogs.pm.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SetupDialogs.pm.in	13 Jul 2007 19:51:48 -0000	1.2
+++ SetupDialogs.pm.in	27 Jul 2007 01:46:10 -0000	1.3
@@ -253,4 +253,8 @@
     return ($welcome, $license, $setuptype, $hostdlg, $usergroup);
 }
 
+sub getRegDialogs {
+    return ($usergroup);
+}
+
 1;


Index: setup-ds.res.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/scripts/setup-ds.res.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- setup-ds.res.in	13 Jul 2007 18:35:32 -0000	1.8
+++ setup-ds.res.in	27 Jul 2007 01:46:10 -0000	1.9
@@ -66,7 +66,7 @@
 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
-dialog_dsrootpw_prompt2 = Password (again)
+dialog_dsrootpw_prompt2 = Password (confirm)
 dialog_dsrootpw_invalid = The password contains invalid characters.  Please choose another one.\n\n
 dialog_dsrootpw_tooshort = The password must be at least %s characters long.  Please choose another one.\n\n
 dialog_dsrootpw_nomatch = The passwords do not match.  Please try again.\n\n




More information about the Fedora-directory-commits mailing list