[karaf] update the ConfigAdmin config in the feature descriptor for the webconsole to correctly reflect the use of the JAAS realm

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@954395 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/assembly/src/main/filtered-resources/features.xml b/karaf/assembly/src/main/filtered-resources/features.xml
index f523666..a8036e6 100644
--- a/karaf/assembly/src/main/filtered-resources/features.xml
+++ b/karaf/assembly/src/main/filtered-resources/features.xml
@@ -62,9 +62,8 @@
     </feature>
     <feature name="webconsole" version="${project.version}">
         <feature version="${project.version}">http</feature>
-        <config name="org.apache.felix.webconsole.internal.servlet.OsgiManager">
-          username=karaf
-          password=karaf
+        <config name="org.apache.felix.karaf.webconsole">
+          realm=karaf
         </config>
         <bundle>mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version}</bundle>
         <bundle>mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.branding/${project.version}</bundle>