
f1x8b (f1x8b) asked a question.
Hello,
We would like to use Okta LDAP with our FreeIPA infrastructure so we can sync users/passwords into FreeIPA.
According to the guide FreeIPA provide (https://www.freeipa.org/page/HowTo/Integrate_With_Okta), I need to install the LDAP agent and configure it.
I downloaded the Okta LDAP agent for Linux, but it seems that it requires a GUI to be installed.
Here is the RPM output:
$ rpm -ivh OktaLDAPAgent-05.05.07.x86_64.rpm
warning: OktaLDAPAgent-05.05.07.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 525c690a: NOKEY
error: Failed dependencies:
libGL.so.1()(64bit) is needed by OktaLDAPAgent-05.05.07-2ea15a2_1.x86_64
libXxf86vm.so.1()(64bit) is needed by OktaLDAPAgent-05.05.07-2ea15a2_1.x86_64
libnsl.so.1()(64bit) is needed by OktaLDAPAgent-05.05.07-2ea15a2_1.x86_64
Is there a way to to install the agent without a GUI?
Thanks,
Yevgeny

In case that anyone looking for this, the solution is to wget the RPM and run yum localnstall [PACKAE_FILE].
This will install the required dependencies and allow you to continue in CLI mode.