s3: Fix uninitialized memory read in talloc_free()
[Samba.git] / swat2 / install / index.esp
blob4ba581c1fd2a00c89f07fafb85aae9a315c7fc73
1 <% page_header("columns", "Server Installation", "install"); 
3 if ((session.authinfo.user_class == "ADMINISTRATOR")
4          || (session.authinfo.user_class == "SYSTEM")) {
6 %>
8 <h1>Installation</h1>
10 <p>Welcome to Samba4 installation. Before proceeding, you will need to
11 know: </p>
13 <ul>
14 <li>The domain name you will use
15 <li>The realm name you will use
16 </ul>
18 <p>After you have decided on those, choose the 'Provisioning' menu item
19 on the left, and fill in the form.</p>
21 <p><b>Warning!</b> When you provision, your existing user database is
22 wiped and replaced with a new one.</p>
24 <% 
26 } else {
30 <h1>Installation</h1>
32 <p>To install Samba4, you must have logged in as <b>root</b>, or administrator of the previously configured domain. </p>
34 <p><b>Warning!</b> When you provision, your existing user database is
35 wiped and replaced with a new one. </p>
37 <% 
40 page_footer(); %>