I recently setup a new server as a dedicated consumer.  My ldap queries return the results as expected, and my writes give me a referral response.  I looked in the idm-console, and all my aci's seem to have copied over as well.  As a test (not caring if i break anything), I made it writable (and no this was not an attempt to make it multimaster).   When i tried to change my givenName i am getting the following error.

modifying entry "uid=dumbo,ou=people,dc=example,dc=com"
ldapmodify: Object class violation (65)
        additional info: unknown object class "radiusprofile"


This makes me believe that my schema did not move over correctly from the other server. Everything I read says that either replication will do this for me,  or that I can copy over any custom schema files manually and restart the server.

I diffed the schema directories between the two servers.  The 99user.ldif was slightly different (just a hostname difference), and my 60radius.ldif was not present on my new server.  I shut down the directory, and then copied over the radius file, and restarted.  However it is still not working.

What didn't replication take care of that? What am I doing wrong?