Adldap\Laravel\Middleware\WindowsAuthenticate::getWindowsAuthAttribute PHP Méthode

getWindowsAuthAttribute() protected méthode

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