blob: 8a0889dc276e0ef740ca68ba44a258c5fb88fb28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<% page_header("columns", "Server Installation", "install");
%>
<h1>Installation</h1>
Welcome to Samba4 installation. Before proceeding, you will need to
know:
<ul>
<li>The domain name you will use
<li>The realm name you will use
</ul>
After you have decided on those, choose the 'Provisioning' menu item
on the left, and fill in the form.<p>
<b>Warning!</b> When you select <b>'Initial provision'</b>, your existing user database is
wiped and replaced with a new one.
<% page_footer(); %>
|