This repository contains an LDAP schema with additional attributes and object classes for Base4Kids. The schema is currently available in the LDIF form required by the 389 Directory Server.
To import the schema into a 389 directory server, proceeed with the following steps on CentOS 7 or RHEL 7:
# The name of the 389 directory server instance
serverInstanceName="example-01"
# Download the base4kids2 schema
wget -O "/etc/dirsrv/slapd-${serverInstanceName}/schema/90base4kids2.ldif" \
"https://raw.githubusercontent.com/adfinis-sygroup/base4kids2-ldap-schema/master/base4kids2.ldif"
# Restart the directory server instance
systemctl restart "dirsrv@${serverInstanceName}.service"
systemctl status "dirsrv@${serverInstanceName}.service"
base4kids2-ldap-schema is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.
Copyright (c) 2018 - 2019 Adfinis SyGroup AG