[MRM-1718] ldap configuration editable with the ui.

add a flag to know if configuration has been important for redback file.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1417089 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-04 18:21:01 +00:00
parent d388282ff6
commit ca925003ca
1 changed files with 7 additions and 0 deletions

View File

@ -1454,6 +1454,13 @@
The runtime configuration.
</description>
<fields>
<field>
<name>migratedFromRedbackConfiguration</name>
<description>flag to know if redback configuration has been checked/migrated.</description>
<version>1.4.0+</version>
<type>boolean</type>
<defaultValue>false</defaultValue>
</field>
<field>
<name>userManagerImpl</name>
<description>The user manager impl to use.</description>