2019-07-16 20:00:30 +02:00
|
|
|
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
|
|
|
|
|
|
|
<Call name="addBean">
|
|
|
|
<Arg>
|
2019-07-24 20:22:16 +02:00
|
|
|
<New class="org.eclipse.jetty.jaas.JAASLoginService">
|
|
|
|
<Set name="Name">LDAP Realm</Set>
|
|
|
|
<Set name="LoginModuleName">ldaploginmodule</Set>
|
2019-07-16 20:00:30 +02:00
|
|
|
</New>
|
|
|
|
</Arg>
|
|
|
|
</Call>
|
|
|
|
|
|
|
|
</Configure>
|