blob: b2fd3f0d88e05bb79b00ea93fd9c7bde2a6ece57 [file] [log] [blame]
<?xml version="1.0"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" configuration-policy="require" deactivate="stop" modified="update">
<implementation class="org.eclipse.osee.authentication.ldap.internal.LdapAuthenticationProvider" />
<service>
<provide interface="org.eclipse.osee.authentication.admin.AuthenticationProvider"/>
</service>
<reference bind="setLogger" cardinality="1..1" interface="org.eclipse.osee.logger.Log" name="Log" policy="static" />
</scr:component>