openldap: remove more cruft
This commit is contained in:
parent
d38701a0e9
commit
da527acb17
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue