summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/ldap_search/howtos/en/index.html
blob: 28b0ae0a2fed7e19043659bbb341b2006927e9ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<h1>Task: ldap search</h1>
<p>
<h2>Summary</h2>
Create 2 virtual sistems called SimpleArbiterDhcp and LDAPServer. Using SimpleArbiterDhcp connect to the LDAP server on the other virtual sistem and create an user.
</p>
<p>
<h2>Instructions</h2>
  1. Download disk SimpleArbiterDhcp from the page where drives for our tasks are.
  2. Using the downloaded drive, create a new virtual machine called SimpleArbiterDhcp in Virtualbox(Image 1)
  3. Create a second virtual machine called LDAPServer.
  4. Log in using username root and password kaboom.
  5. Set up the LDAP server on the LDAPServer machine using apt-get install ldap-utils.(Image 2)
  6. After you have done that, restart the server.
  7. From SimpleArbiterDhcp connect to the LDAP server on the machine LDAPServer.
  8. Create an user or supervise the data you need on the server.
</p>
</body>
</html>