Ignore:
Timestamp:
06/24/15 15:36:23 (9 years ago)
Author:
nanardon
Message:

Add filtering option on object to sync to base

File:
1 edited

Legend:

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

    r1249 r1354  
    135135feature (SQL only at time) 
    136136 
     137=head3 filtering object propagation 
     138 
     139It is possible to filter the objects you want to propagate into peer base. 
     140 
     141The filter to apply must be set into the parameter named 
     142C<filter.BASENAME.OTYPE>, where C<BASENAME> is the name of the destination 
     143base and C<OTYPE> the object type to filter. 
     144 
     145For example to push into C<ldap> base only user being into group C<unix>: 
     146 
     147  filter.ldap.user = memberOf=unix 
     148 
     149=head3 Deleting filtered object 
     150 
     151By default filtered object will not be deleted to the destination base, neither 
     152touched. 
     153 
     154Setting option in form C<deletefiltered.BASENAME.OTYPE> to true will allow 
     155deletion. This option has effects only if filtering objects is enabled. 
     156 
    137157=head1 SEE ALSO 
    138158 
Note: See TracChangeset for help on using the changeset viewer.