diff options
author | zz8099@student.uni-lj.si <zz8099@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-02-06 12:07:25 +0000 |
---|---|---|
committer | zz8099@student.uni-lj.si <zz8099@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-02-06 12:07:25 +0000 |
commit | b06b92b9e7696af8e7ab49c46efa980d2558b7f1 (patch) | |
tree | df3182d335ab03a2130782799e582dcab8f6ebc5 /kpov_judge | |
parent | dce4f4a70c6c2e2b585c6e4d3efe5dd5fa2796ec (diff) |
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@269 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge')
-rw-r--r-- | kpov_judge/tasks/ldap_search/howtos/en/index.html | 23 |
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> |