FESS Environment Variables

(from github.com/gabfields02)
Hi @marevol,

I have a question about FESS’s environment variables. Particularly this one.

Is there a possibility or way to change the values for the Env Properties?

Also, there is Login functionality, but is there no Account Registration functionality in FESS?

(from github.com/marevol)
They are just environment variables for your server.
I’m not sure what you want to do…

(from gabfields02 (Gabriel Fields) · GitHub)

I’m not sure what you want to do…

In separate relation to environment variables, I want to create accounts with different account types. Would it be possible with FESS?

(from github.com/gabfields02)
Or is the Administrator account the only account type in FESS?

(from github.com/marevol)
see #1981

(from github.com/gabfields02)
@marevol Thank you. But I have another question.
I have this scenario:
I have an application that has login functionality. With FESS, I want to have feature restriction based on the login username from my application. Would this be possible with FESS?

(from github.com/marevol)
Fess supports LDAP.

(from gabfields02 (Gabriel Fields) · GitHub)

Fess supports LDAP.

Does FESS also support anything else other than LDAP?

(from github.com/marevol)
Azure, OpenIDConnect, SPNEGO are supported. If you need a support, please contact Commercial Support.
https://github.com/codelibs/fess/blob/master/src/main/resources/fess_sso%2B%2B.xml

(from github.com/gabfields02)
Thank you, @marevol!