Page 1 of 1
WAPT Self Service Launch
Published: January 11, 2022 - 1:54 PM
by TomTom
Hello everyone,
Since the last WAPT update 2.1.2.10605, Self Service is no longer working on our machines.
Have there been any changes in this regard?
For your information, I have set the "use_kerberos" parameter to "True" in wapt-get.ini.
Thanks in advance,
Thomas
Re: Launch of WAPT Self Service
Published: January 11, 2022 - 2:34 PM
by Nina_M
Hello,
there shouldn't have been any changes.
Do you have support?
Thank you.
Re: Launch of WAPT Self Service
Published: January 11, 2022 - 3:13 PM
by TomTom
Hello and thank you for your feedback.
Yes, I am a business customer.
Best regards,
Thomas
Re: Launch of WAPT Self Service
Published: January 11, 2022 - 3:42 PM
by sfonteneau
Good morning
In your file:
/opt/wapt/conf/waptserver.ini
Do you have these lines correctly?
Code: Select all
ldap_account_service_login = wapt-ldap@ad.tranquil.it
ldap_account_service_password = password
Re: Launch of WAPT Self Service
Published: January 11, 2022 - 4:38 PM
by TomTom
Hello,
No, these lines are not filled in. What is their purpose, given that I have the following:
- ldap_auth_server
- ldap_auth_base_dn
? Which account should I specify there?
Thank you
Re: Launch of WAPT Self Service
Published: January 11, 2022 - 5:17 PM
by sfonteneau
With version 2.1 of wapt, we now use Kerberos authentication for self-service (transparent) when possible
But in this specific case, we need an LDAP service account to check group members in real time
We now need a service LDAP account, which must be created in your AD
Add this:
Code: Select all
ldap_account_service_login = wapt-ldap@mydomain.lan
ldap_account_service_password = password
To configure your Wapt server
Re: Launch of WAPT Self Service
Published: January 12, 2022 - 4:33 PM
by TomTom
Hello and thank you for the information.
My self-service portal is now working again for my users.
Thank you very much!
Thomas