<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z000076xwdJCAQOkta Classic EngineIntegrationsAnswered2021-08-17T16:44:23.000Z2021-08-13T22:44:05.000Z2021-08-17T16:44:23.000Z

SimonG.93671 (Customer) asked a question.

Anyone got Okta LDAP agent working on RockyLinux 8.4?

After installing Okta LDAP agent on RockyLinux 8.4, I got following error:

 

This OS is not supported. Contact OKTA for more information.

 

The startup script checks distro info in /etc/issue, /etc/redhat-release.

 

if egrep -qi "ubuntu|debian" /etc/issue ; then

   debian

elif egrep -qi "centos|rhel|redhat" /etc/issue ; then

   redhat

elif egrep -qi "red|rhel|centos" /etc/redhat-release ; then

   redhat

else

   quit "\nERROR: This OS is not supported. Contact OKTA for more information.\n" 1

fi

 

Any plan for Okta to add support for RockyLinux/AlmaLinux?

 

Simon


This question is closed.
Loading
Anyone got Okta LDAP agent working on RockyLinux 8.4?