summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kpov_judge/tasks/ldap_search/howtos/en/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/kpov_judge/tasks/ldap_search/howtos/en/index.html b/kpov_judge/tasks/ldap_search/howtos/en/index.html
new file mode 100644
index 0000000..28b0ae0
--- /dev/null
+++ b/kpov_judge/tasks/ldap_search/howtos/en/index.html
@@ -0,0 +1,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>