Help for this page

Select Code to Download


  1. or download this
    if($config{X500}) {
      require Users::LDAP;
    ...
    } else {
      die "no suitable User handling module found\n";
    }
    
  2. or download this
    package Users;