hs.customers.ldapadmin/etc/jetty.xml
2019-07-24 20:22:16 +02:00

13 lines
329 B
XML

<Configure id="Server" class="org.eclipse.jetty.server.Server">
<Call name="addBean">
<Arg>
<New class="org.eclipse.jetty.jaas.JAASLoginService">
<Set name="Name">LDAP Realm</Set>
<Set name="LoginModuleName">ldaploginmodule</Set>
</New>
</Arg>
</Call>
</Configure>