Fix problem in seed [ 1821050 ] Adempiere LDAP server just throws errors
This commit is contained in:
parent
6097212d3d
commit
00369dbde1
|
@ -0,0 +1,5 @@
|
|||
UPDATE AD_LDAPPROCESSOR
|
||||
SET isactive = 'N'
|
||||
WHERE ad_ldapprocessor_id = 100;
|
||||
|
||||
COMMIT;
|
|
@ -0,0 +1,5 @@
|
|||
UPDATE AD_LDAPPROCESSOR
|
||||
SET isactive = 'N'
|
||||
WHERE ad_ldapprocessor_id = 100;
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue