~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to swat2/install/index.esp

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<% page_header("columns", "Server Installation", "install"); 
 
2
 
 
3
if ((session.authinfo.user_class == "ADMINISTRATOR")
 
4
         || (session.authinfo.user_class == "SYSTEM")) {
 
5
 
 
6
%>
 
7
 
 
8
<h1>Installation</h1>
 
9
 
 
10
<p>Welcome to Samba4 installation. Before proceeding, you will need to
 
11
know: </p>
 
12
 
 
13
<ul>
 
14
<li>The domain name you will use
 
15
<li>The realm name you will use
 
16
</ul>
 
17
 
 
18
<p>After you have decided on those, choose the 'Provisioning' menu item
 
19
on the left, and fill in the form.</p>
 
20
 
 
21
<p><b>Warning!</b> When you provision, your existing user database is
 
22
wiped and replaced with a new one.</p>
 
23
 
 
24
<% 
 
25
 
 
26
} else {
 
27
 
 
28
%>
 
29
 
 
30
<h1>Installation</h1>
 
31
 
 
32
<p>To install Samba4, you must have logged in as <b>root</b>, or administrator of the previously configured domain. </p>
 
33
 
 
34
<p><b>Warning!</b> When you provision, your existing user database is
 
35
wiped and replaced with a new one. </p>
 
36
 
 
37
<% 
 
38
 
 
39
}
 
40
page_footer(); %>