oar-team / oar-vagrant

Using Vagrant to test OAR's different flavors of installation
http://oar.imag.fr/dokuwiki/doku.php?id=wiki:oar-vagrant
GNU General Public License v2.0
1 stars 0 forks source link

centos 7: oidentd is not available (for oar-api) #5

Open npf opened 9 years ago

npf commented 9 years ago

oidentd is not provided neither in centos7 nor in epel 7.

For centos 6, it already seems to have been moved from centos to epel https://www.centos.org/forums/viewtopic.php?t=6136

Then it is no in epel now. https://apps.fedoraproject.org/packages/oidentd/overview/

Could we use authd instead ? vagrant@frontend: /etc/sysconfig $ yum search identd Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile

bzizou commented 9 years ago

I just tried to use "pidentd" in place of "oidentd" on a debian Jessie and after a lot of tries, it doesn't work with apache (it may be related to ipv6). So, for now, I'm sure that we have to keep using "oident" on a Debian based distribution. Now, we have to test "authd" on Centos...