13 lines
329 B
XML
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>
|