--On Tuesday, October 15, 2024 10:16 AM +0200 Dirk Kastens dirk.kastens@uni-osnabrueck.de wrote:
- I deleted the ppolicy schema entry, because it's not supported in 2.6:
# dn: cn={8}ppolicy,cn=schema,cn=config
Slight wording nit. It was moved to be contained in the ppolicy module rather than as a separate schema item, since having it as a separate schema item caused issues when the schema was changed due to later ppolicy specification changes.
- I exported the user data of the old servers into an ldif file:
# /usr/sbin/slapcat -H ldap:///dc=mydomain,dc=de??sub? -l user.ldif
Probably better just to use slapcat with the -b option rather than a URI here.
--Quanah