Adldap\Laravel\Middleware\WindowsAuthenticate::getWindowsAuthAttribute PHP Method

getWindowsAuthAttribute() protected method

Returns the windows authentication attribute.
protected getWindowsAuthAttribute ( ) : string
return string
    protected function getWindowsAuthAttribute()
    {
        return config('adldap_auth.windows_auth_attribute', [$this->getSchema()->accountName() => 'AUTH_USER']);
    }