Author Topic: SSO or Sigle Sign On with Active Directory  (Read 10182 times)

Offline genesyslearner

  • Jr. Member
  • **
  • Posts: 58
  • Karma: 0
Re: SSO or Sigle Sign On with Active Directory
« Reply #15 on: July 02, 2024, 07:40:20 AM »
Hi Experts,

I am trying to install Kerberos on RHEL 7 and was following Genesys doc for the same. I could not find any clear instruction on below. Could you pls help?

https://docs.genesys.com/Documentation/FR/8.5.1/ExtAuth/CfgKerb

1. Is there a need to generate keytab file? Genesys doc has no mention of it but there is an option for it.
2. Moment i follow below step, it loose my access to linux server itelf:
    After executing make install, add the /usr/local/lib path to the /etc/ld.so.conf file.
    Run /sbin/ldconfig.

If there are suggestions for the same, please share.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: SSO or Sigle Sign On with Active Directory
« Reply #16 on: July 02, 2024, 09:27:28 AM »
[url=https://docs.genesys.com/Documentation/FR/8.5.1/ExtAuth/Kerberos]https://docs.genesys.com/Documentation/FR/8.5.1/ExtAuth/Kerberos[/url]

Offline genesyslearner

  • Jr. Member
  • **
  • Posts: 58
  • Karma: 0
Re: SSO or Sigle Sign On with Active Directory
« Reply #17 on: July 02, 2024, 10:22:31 AM »
Hi Kubig,

Thank you for taking time out and sharing the reference!

I have gone through this doc as well but could not get good clarity on my questions.

Thanks

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: SSO or Sigle Sign On with Active Directory
« Reply #18 on: July 02, 2024, 10:31:00 AM »
What exactly is not clear on that? Keytab generation as well as the KRB configuration is described quite well there.

Offline genesyslearner

  • Jr. Member
  • **
  • Posts: 58
  • Karma: 0
Re: SSO or Sigle Sign On with Active Directory
« Reply #19 on: July 08, 2024, 06:29:58 AM »
Hi Kubig,

1. When i installed krb5-1.21, kadmin is not installed as i am unable to find below path:

    cd /usr/local/bin/krb5-testinst/bin/kadmin

2. when i followed the below step as documented, it blocked my access to linux server:
    fter executing make install, add the /usr/local/lib path to the /etc/ld.so.conf file.
    Run /sbin/ldconfig.