Author: jaz
Date: Tue Apr 21 20:28:12 2009
New Revision: 767284
URL:
http://svn.apache.org/viewvc?rev=767284&view=revLog:
added generic field to UserLogin for external authentication. The current LDAP specific field should be migrated to use this new generic field.
Modified:
ofbiz/trunk/framework/security/entitydef/entitymodel.xml
Modified: ofbiz/trunk/framework/security/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/security/entitydef/entitymodel.xml?rev=767284&r1=767283&r2=767284&view=diff==============================================================================
--- ofbiz/trunk/framework/security/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/framework/security/entitydef/entitymodel.xml Tue Apr 21 20:28:12 2009
@@ -75,6 +75,9 @@
<field name="lastTimeZone" type="id-long"></field>
<field name="disabledDateTime" type="date-time"></field>
<field name="successiveFailedLogins" type="numeric"></field>
+ <field name="externalAuthId" type="id-vlong-ne">
+ <description>For use with external authentication; the userLdapDn should be replaced with this</description>
+ </field>
<field name="userLdapDn" type="id-vlong-ne">
<description>The user's LDAP Distinguished Name - used for LDAP authentication</description>
</field>