diff --git a/roles/openldap/templates/lukas.ldif.j2 b/roles/openldap/templates/lukas.ldif.j2 deleted file mode 100644 index f0325cd..0000000 --- a/roles/openldap/templates/lukas.ldif.j2 +++ /dev/null @@ -1,14 +0,0 @@ -dn: uid=lukas,dc=kucharczyk,dc=xyz -uid: lukas -cn: lukas -givenName: Lukas -sn: Kucharczyk -objectClass: top -objectClass: posixAccount -objectClass: inetOrgPerson -loginShell: /bin/bash -homeDirectory: /home/lukas -uidNumber: 1000 -gidNumber: 1000 -userPassword: {SSHA}zsJllCeWKbz1we+L/gu/yt0hxeBdvJfT -mail: lukas@kucharczyk.xyz \ No newline at end of file diff --git a/roles/openldap/templates/slapd.conf.j2 b/roles/openldap/templates/slapd.conf.j2 deleted file mode 100644 index 215ba5d..0000000 --- a/roles/openldap/templates/slapd.conf.j2 +++ /dev/null @@ -1,16 +0,0 @@ -# default config from /etc/openldap/slapd.conf -include /etc/openldap/schema/core.schema -pidfile /run/openldap/slapd.pid -argsfile /run/openldap/slapd.args - -# custom config -allow bind_anon_dn -access to attrs=userPassword by * auth -access to * by * read -loglevel 256 - -database mdb -suffix "dc=kucharczyk, dc=xyz" -rootdn "cn=admin, dc=kucharczyk, dc=xyz" -rootpw {SSHA}sgIeW4kyz3t0OyfZ1IZjzEDDb31JI3xK -directory /var/lib/ldap \ No newline at end of file