Improve RAP security
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.dao.ldap / META-INF / spring / ldap-jcr.xml
index 794ac0195b6246da04eca5de9dfb0d3dcfb6b21b..b1dc9a9e16e390831436a6d48c5ce5e35dbad545 100644 (file)
                        </list>
                </property>
                <property name="systemExecutor" ref="systemExecutionService" />
+               <property name="passwordEncoder" ref="passwordEncoder" />
+               <property name="session" ref="nodeSession" />
                <property name="propertyToAttributes">
                        <map>
                                <entry value="cn">
                                        <key>
-                                               <util:constant static-field="org.argeo.jcr.ArgeoNames.ARGEO_DISPLAY_NAME" />
+                                               <util:constant static-field="javax.jcr.Property.JCR_TITLE" />
+                                       </key>
+                               </entry>
+                               <entry value="description">
+                                       <key>
+                                               <util:constant static-field="javax.jcr.Property.JCR_DESCRIPTION" />
                                        </key>
                                </entry>
                                <entry value="givenName">