Currently I am running freeradius with an openldap backend, I am looking to move to the CentOS directory server.
The problem I am running into is that none of the RADIUS attributes I require are in the schema. My question is how do I update the schema with the needed freeradius attributes?
is it as easy as taking the openldap.schema file that freeradius provides and renaming it to something like 99radius.ldif putting it in the /etc/dirsrv/"servername"/schema/ dir and restarting the service?
Sorry if this question has been asked before I have been trolling the internet and haven't found a concrete answer.
Thanks,
Chris
Am 15.11.2012 22:06, schrieb Chris Taylor:
Currently I am running freeradius with an openldap backend, I am looking to move to the CentOS directory server.
The problem I am running into is that none of the RADIUS attributes I require are in the schema. My question is how do I update the schema with the needed freeradius attributes?
is it as easy as taking the openldap.schema file that freeradius provides and renaming it to something like 99radius.ldif putting it in the /etc/dirsrv/"servername"/schema/ dir and restarting the service?
Sorry if this question has been asked before I have been trolling the internet and haven't found a concrete answer.
Thanks,
Chris
Convert the existing OpenLDAP schema file using
http://directory.fedoraproject.org/download/ol-schema-migrate.pl
Then import it following
https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Directory_Server/8.2/...
Alexander