- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CommandChain (0.13 sec)
-
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
import org.codelibs.fess.es.user.exentity.User; import org.codelibs.fess.exception.CommandExecutionException; public class CommandChain implements AuthenticationChain { private static final Logger logger = LogManager.getLogger(CommandChain.class); protected File workingDirectory = null; protected int maxOutputLine = 1000; protected long executionTimeout = 30L * 1000L; // 30sec
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.3K bytes - Viewed (0) -
src/main/resources/app.xml
</component> <component name="authenticationManager" class="org.codelibs.fess.auth.AuthenticationManager"> <!-- <postConstruct name="addChain"> <arg> <component class="org.codelibs.fess.auth.chain.CommandChain"> <property name="updateCommand">[ "/usr/sbin/htpasswd", "-b", "/tmp/test.txt", "$USERNAME", "$PASSWORD" ]</property> <property name="deleteCommand">[
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Nov 19 02:22:47 UTC 2023 - 3.8K bytes - Viewed (0)