Last change
on this file since 717 was 414, checked in by Herwig Bauernfeind, 15 years ago |
Samba 3.5.0: Initial import
|
File size:
876 bytes
|
Line | |
---|
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(); %>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.