summaryrefslogtreecommitdiffstats
path: root/install/migration/index.html
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2010-01-12 16:40:09 +0100
committerRob Crittenden <rcritten@redhat.com>2010-01-20 16:54:17 -0500
commitc15c1eee729e912f4f55c90861d4dd0be0bdd601 (patch)
treed6f7897fec77a6be50daa7d33b81812ad73576aa /install/migration/index.html
parent41a7a8d3d4d79cf15dac5583fc5aa8c301282c98 (diff)
downloadfreeipa-c15c1eee729e912f4f55c90861d4dd0be0bdd601.tar.gz
freeipa-c15c1eee729e912f4f55c90861d4dd0be0bdd601.tar.xz
freeipa-c15c1eee729e912f4f55c90861d4dd0be0bdd601.zip
Add DS migration plugin and password migration page.
Diffstat (limited to 'install/migration/index.html')
-rw-r--r--install/migration/index.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/install/migration/index.html b/install/migration/index.html
new file mode 100644
index 000000000..b3ea46b2f
--- /dev/null
+++ b/install/migration/index.html
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="stylesheet" href="migration.css" type="text/css">
+ <title>IPA Password Migration Page</title>
+</head>
+
+<body>
+<p>
+If you have been sent here by your administrator, your personal
+information is being migrated to a new Identity management solution (IPA).
+</p>
+<p>
+Please, enter your credentials in the form below to complete the process.
+</p>
+<p>
+Upon successful login your Kerberos account will be activated.
+</p>
+<div class="migration_form">
+<div class="migration_form_inner">
+<form action="migration.py/bind" method="post">
+ <div class="migration_form_title">
+ <span>Password Migration</span>
+ </div>
+ <div class="migration_form_input">
+ <label><em>U</em>sername:</label>
+ <input name="username" value="" type="text" accesskey="u" />
+ </div>
+ <div class="migration_form_input">
+ <label><em>P</em>assword:</label>
+ <input name="password" value="" type="password" accesskey="p" />
+ </div>
+ <div class="migration_form_submit">
+ <input name="submit" value="Migrate!" type="submit" />
+ </div>
+</form>
+</div>
+</div>
+</body>
+
+</html>
+