The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpenPlugin::Authenticate::SMB - SMB driver for the OpenPlugin::Authenticate plugin

PARAMETERS

No parameters can be passed in to OpenPlugin's new() method for this driver. The following parameters are accepted via the authenticate() method:

  • username

    The username to authenticate.

  • password

    The password to verify.

  • pdc

    The NT name of the primary domain controller to authenticate against.

  • bdc

    The NT name of the backup domain controller to authenticate against.

  • ntdomain

    The name of your domain.

CONFIG OPTIONS

  • driver

    PAM

head1 TO DO

Nothing known.

BUGS

I'm not quite sure it even works. I copied and pasted the code from the Authen::SMB POD, so there's a fair chance it's just my configuration that isn't working right.

COPYRIGHT

Copyright (c) 2001-2003 Eric Andreychek. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Eric Andreychek <eric@openthought.net>