Ignore:
Timestamp:
08/13/15 17:53:30 (9 years ago)
Author:
nanardon
Message:

Add a noDelete options to synchronization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/man/man5/latmos-accounts.ini.pod

    r1354 r1377  
    135135feature (SQL only at time) 
    136136 
     137=head3 noDelete 
     138 
     139Setting this parameter will make the syncronisation not deleting object in 
     140destination bases. 
     141 
     142Setting the C<noDelete.BASE> where C<BASE> is the name of an synchronized base 
     143will make this synchronisation not deleting any object into this base, 
     144 
     145Setting the C<noDelete.BASE.OTYPE> will make the synchronisation not deleting 
     146object type C<OTYPE> no delete into the base named C<BASE>. 
     147 
     148Example: 
     149 
     150    noDelete.MyLdap.user = yes 
     151 
    137152=head3 filtering object propagation 
    138153 
     
    146161 
    147162  filter.ldap.user = memberOf=unix 
     163 
    148164 
    149165=head3 Deleting filtered object 
Note: See TracChangeset for help on using the changeset viewer.