From: Nick Porter Date: Thu, 21 Apr 2022 08:19:38 +0000 (+0100) Subject: Remove un-needed database from test LDAP server X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58276e1e8a0f954054bafd931f7b054bac4f98cc;p=thirdparty%2Ffreeradius-server.git Remove un-needed database from test LDAP server --- diff --git a/scripts/ci/ldap/slapd.conf b/scripts/ci/ldap/slapd.conf index 778261618a8..2bf0b64e653 100644 --- a/scripts/ci/ldap/slapd.conf +++ b/scripts/ci/ldap/slapd.conf @@ -27,25 +27,5 @@ rootdn "cn=admin,cn=config" rootpw secret ####################################################################### -# mdb database definitions -# -# replace example and com below with a suitable domain -# -# If you don't have a domain you can leave it since example.com -# is reserved for experimentation or change them to my and inc -# +# mdb database definitions can be added here, or added by ldapadd ####################################################################### - -database mdb -suffix "dc=nodomain" - -# root or superuser -rootdn "cn=admin,dc=nodomain" -rootpw secret -# The database directory MUST exist prior to running slapd AND -# change path as necessary -directory /tmp/ldap/db/ - -# other database parameters -# read more in slapd.conf reference section -checkpoint 128 15