Help for this page

Select Code to Download


  1. or download this
    package myApp;
    use Dancer2;
    ...
    };
    
    true;
    
  2. or download this
    plugins:
      Auth::ActiveDirectory:
    ...
        domain: our.domain.com
        rights:
          definedright1: 'Our Users'
    
  3. or download this
    Can't call method "groups" on unblessed reference at /home/camel/perl5
    +/perlbrew/perls/perl-5.30.1/lib/site_perl/5.30.1/Dancer2/Plugin/Auth/
    +ActiveDirectory.pm line 140.
    /home/camel/perl5/perlbrew/perls/perl-5.30.1/lib/site_perl/5.30.1/Danc
    +er2/Plugin/Auth/ActiveDirectory.pm around line 140
    ...
    143            firstname    => $user->firstname,
    144            surname      => $user->surname,
    145            mail         => $user->mail,