Adldap\Laravel\Traits\ImportsUsers::getSyncAttributes PHP 메소드

getSyncAttributes() 보호된 메소드

Returns the configured sync attributes for filling the Laravel user model with active directory fields.
protected getSyncAttributes ( ) : array
리턴 array
    protected function getSyncAttributes()
    {
        return config('adldap_auth.sync_attributes', ['name' => $this->getSchema()->commonName()]);
    }