Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Sync;
    ...
            TELEPHONE=>"HOMEPHONE");
    $sync->run();
    
  2. or download this
    $sync->transformations(FULLNAME=>'s/(\w*?)\s+(\w*?)/$2,$1/');
    
  3. or download this
    $sync->buildattributes(dn=>'cn=%NAME%, ou=container,dc=testorg,dc=net'
    +,
                objectclass=>'organizationalPerson');