]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/modules/org.argeo.security.manager.ldap/META-INF/MANIFEST.MF
Add a proper LDAP user details
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.manager.ldap / META-INF / MANIFEST.MF
index e95bbc2e51d10251e688ea803ae0cda6ec063f91..3671ef8c9b8e7f6518937f67273b5bdfd1e25871 100644 (file)
@@ -1,13 +1,21 @@
 Bundle-SymbolicName: org.argeo.security.manager.ldap
-Bundle-Version: 0.1.1.SNAPSHOT
-Import-Package: org.argeo.security,
+Bundle-Version: 0.1.3.SNAPSHOT
+Import-Package: com.sun.jndi.ldap;resolution:=optional,
+ org.argeo.security,
  org.argeo.security.ldap,
+ org.argeo.security.ldap.nature,
+ org.argeo.security.nature,
+ org.argeo.server.json,
+ org.springframework.beans.factory.config,
  org.springframework.ldap.core.support,
  org.springframework.security,
+ org.springframework.security.adapters;specification-version="2.0.4.A",
  org.springframework.security.ldap,
  org.springframework.security.ldap.populator,
  org.springframework.security.providers,
  org.springframework.security.providers.ldap,
  org.springframework.security.providers.ldap.authenticator,
+ org.springframework.security.providers.rememberme;specification-version="2.0.4.A",
  org.springframework.security.userdetails,
  org.springframework.security.userdetails.ldap
+Bundle-Name: Security Manager LDAP