Fix problem in seed [ 1821050 ] Adempiere LDAP server just throws errors

This commit is contained in:
Carlos Ruiz 2007-10-27 02:03:08 +00:00
parent 6097212d3d
commit 00369dbde1
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
UPDATE AD_LDAPPROCESSOR
SET isactive = 'N'
WHERE ad_ldapprocessor_id = 100;
COMMIT;

View File

@ -0,0 +1,5 @@
UPDATE AD_LDAPPROCESSOR
SET isactive = 'N'
WHERE ad_ldapprocessor_id = 100;
COMMIT;