summaryrefslogtreecommitdiff
path: root/knot/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-08-11 13:19:12 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-08-11 13:22:24 +0200
commit801177d16ccc9eeb14d9ccc3278420b90e207639 (patch)
treebfba0345572ee638004a0f6f7b17cf97456821b1 /knot/README.md
downloadinfra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.gz
infra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.bz2
infra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.xz
infra-801177d16ccc9eeb14d9ccc3278420b90e207639.zip
o Initial import of configuration for knot.
Diffstat (limited to 'knot/README.md')
-rw-r--r--knot/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/knot/README.md b/knot/README.md
new file mode 100644
index 0000000..75066cd
--- /dev/null
+++ b/knot/README.md
@@ -0,0 +1,17 @@
+ sudo docker network create --subnet=172.90.0.0/16 trygvis-net
+
+# Add new entry in LDAP
+
+ dn: uid=trygvis,ou=People,dc=trygvis,dc=io
+ changetype: add
+ objectClass: top
+ objectClass: person
+ objectClass: organizationalPerson
+ objectClass: inetOrgPerson
+ uid: trygvis
+ givenName: Trygve
+ sn: Laugstøl
+ cn: Trygve Laugstøl
+ mail: trygvis@inamo.no
+ userPassword: password
+