Is there a way to manage authentication for osT users, i.e. not agents?
I registered some of employees (regular users) without selecting LDAP. Now, I cannot go into those user accounts and change the authentication method.
Is there a way to manage authentication for osT users, i.e. not agents?
I registered some of employees (regular users) without selecting LDAP. Now, I cannot go into those user accounts and change the authentication method.
So you can only set the Authentication backend initially when registering the account. If you are trying to configure the backend after already registering the User then the only way is to update this via the database. You can go to the ost_user_account
table and set backend
to:
NULL
=> Any available backend
auth.client
=> LDAP backend
client
=> Local backend
Cheers.
Thanks for the answer.
I tried with auth.client but doesn't work
I tried with 'ldap.client' and work it
ldap.client is the correct string.