summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/admin/src/scripts')
-rw-r--r--ldap/admin/src/scripts/DialogManager.pm5
-rw-r--r--ldap/admin/src/scripts/SetupDialogs.pm.in4
-rw-r--r--ldap/admin/src/scripts/setup-ds.res.in2
3 files changed, 10 insertions, 1 deletions
diff --git a/ldap/admin/src/scripts/DialogManager.pm b/ldap/admin/src/scripts/DialogManager.pm
index 27040ed0..ff596b73 100644
--- a/ldap/admin/src/scripts/DialogManager.pm
+++ b/ldap/admin/src/scripts/DialogManager.pm
@@ -89,6 +89,11 @@ sub addDialog {
}
}
+sub resetDialog {
+ my $self = shift;
+ @{$self->{dialogs}} = ();
+}
+
# see if the user answered with the special BACK answer
sub isBack {
my $self = shift;
diff --git a/ldap/admin/src/scripts/SetupDialogs.pm.in b/ldap/admin/src/scripts/SetupDialogs.pm.in
index ec450c3d..589eaed4 100644
--- a/ldap/admin/src/scripts/SetupDialogs.pm.in
+++ b/ldap/admin/src/scripts/SetupDialogs.pm.in
@@ -253,4 +253,8 @@ sub getDialogs {
return ($welcome, $license, $setuptype, $hostdlg, $usergroup);
}
+sub getRegDialogs {
+ return ($usergroup);
+}
+
1;
diff --git a/ldap/admin/src/scripts/setup-ds.res.in b/ldap/admin/src/scripts/setup-ds.res.in
index 5d2cdd89..81176c9b 100644
--- a/ldap/admin/src/scripts/setup-ds.res.in
+++ b/ldap/admin/src/scripts/setup-ds.res.in
@@ -66,7 +66,7 @@ dialog_dsrootdn_text = Certain directory server operations require an administra
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