Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-03-06 16:53:43 +0000
committerRyan D. Brooks2014-03-06 16:53:43 +0000
commit6f9514fda36927d5e87bfdfb6e313318a878307a (patch)
tree446e7c93c374086fa70708c6f327ccbdc80e1794
parent3259d1e788eca68f2a1918b920054466eaf48bb3 (diff)
downloadorg.eclipse.osee-6f9514fda36927d5e87bfdfb6e313318a878307a.tar.gz
org.eclipse.osee-6f9514fda36927d5e87bfdfb6e313318a878307a.tar.xz
org.eclipse.osee-6f9514fda36927d5e87bfdfb6e313318a878307a.zip
bug: Fix duplicate metatype id
-rw-r--r--plugins/org.eclipse.osee.authentication.ldap/OSGI-INF/metatype/ldap.authentication.provider.metatypes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.authentication.ldap/OSGI-INF/metatype/ldap.authentication.provider.metatypes.xml b/plugins/org.eclipse.osee.authentication.ldap/OSGI-INF/metatype/ldap.authentication.provider.metatypes.xml
index dd84dba8cf5..77028b98baa 100644
--- a/plugins/org.eclipse.osee.authentication.ldap/OSGI-INF/metatype/ldap.authentication.provider.metatypes.xml
+++ b/plugins/org.eclipse.osee.authentication.ldap/OSGI-INF/metatype/ldap.authentication.provider.metatypes.xml
@@ -37,7 +37,7 @@
<Option label="Subtree" value="SUBTREE_SCOPE" />
</AD>
- <AD name="LDAP Accounts Search Pattern" id="ldap.account.search.base" required="false" type="String" />
+ <AD name="LDAP Accounts Search Pattern" id="ldap.account.search.pattern" required="false" type="String" />
<AD name="LDAP Accounts Search User Name Variable" id="ldap.account.username.bind.variable" required="false" type="String" />
<AD name="LDAP Accounts Search User Name Pattern" id="ldap.account.username.pattern" required="false" type="String" />
<AD name="LDAP Accounts Search Display Name Pattern" id="ldap.account.display.name" required="false" type="String" />

Back to the top