package Cpanel::Easy::Apache::AuthnDBD;

# cpanel - Cpanel/Easy/Apache/2_4/AuthnDBD.pm     Copyright(c) 2012 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

our $easyconfig = {
    'name' => 'AuthnDBD',
    'skip' => 0,
    'step' => {
        '0' => {
            'name'    => 'to config options',
            'command' => sub {
                my ($self) = @_;
                $self->add_to_configure( { '--enable-authn-dbd' => ['static'] } );
                return ( 1, 'Ok' );
            },
        },
    },
};

1;
