* When storing RADIUS user profiles (quotas, `Simultaneous-Use` flags,
access time restrictions, etc) in LDAP, the LDAP schema
- `doc/schemas/ldap/openldap/freeradius.schema` must first be imported
+ `doc/schemas/ldap/openldap/freeradius-radius.schema` must first be imported
into the LDAP server.
== Authentication method compatibility
--env LDAP_ADMIN_PASSWORD=${LDAP_ADMIN_PASSWORD} \
--env LDAP_READONLY_USER=true \
--env LDAP_READONLY_USER_PASSWORD=${LDAP_READONLY_PASSWORD} \
- --volume "${FREERADIUS_SRC}/doc/schemas/ldap/openldap/freeradius.schema:/container/service/slapd/assets/config/bootstrap/schema/mmc/radius.schema:ro" \
+ --volume "${FREERADIUS_SRC}/doc/schemas/ldap/openldap/freeradius-radius.schema:/container/service/slapd/assets/config/bootstrap/schema/mmc/radius.schema:ro" \
--volume "${FREERADIUS_SRC}/doc/schemas/ldap/openldap/freeradius-clients.schema:/container/service/slapd/assets/config/bootstrap/schema/mmc/freeradius-clients.schema:ro" \
osixia/openldap:1.2.5 --copy-service
----
include /tmp/ldap/schema/cosine.schema
include /tmp/ldap/schema/inetorgperson.schema
include /tmp/ldap/schema/nis.schema
-include doc/schemas/ldap/openldap/freeradius.schema
+include doc/schemas/ldap/openldap/freeradius-radius.schema
include doc/schemas/ldap/openldap/freeradius-clients.schema
pidfile /tmp/slapd.pid
include /tmp/ldap2/schema/cosine.schema
include /tmp/ldap2/schema/inetorgperson.schema
include /tmp/ldap2/schema/nis.schema
-include doc/schemas/ldap/openldap/freeradius.schema
+include doc/schemas/ldap/openldap/freeradius-radius.schema
include doc/schemas/ldap/openldap/freeradius-clients.schema
pidfile /tmp/slapd2.pid
#
# Certificates for SSL/TLS connections
-# Note - these will not match the host name so clients need to use
+# Note - these will not match the host name so clients need to use
# the "allow" option when checking certificates
#
TLSCACertificateFile /tmp/ldap2/certs/cacert.pem