Hello,We have replaced the PULL resource from csv mapper to db mapper. Csv
mapper had support for delete functionality (if a record's delete column's
value if true then syncope would deprovision that user from both syncope
database and LDAP), I do wish to implement similar functionality using
Dbmapper.I see that we need to implement it using java class (implement
PullAction Interface), can you please share which method should we override and
the delete code snippet which will delete the record ?Another question, if the
PULL task (db mapper resource) is set up with auto propagation mode (propagate
modification automatically to LDAP), will the delete functionality
automatically delete/deprovision a record from LDAP or we need to implement
that functionality?We use 2.1.5 version.Your advise is much
appreciated.ThanksUtpal