Merge pull request #30789 from nextcloud/Valdnet-patch-2

This commit is contained in:
John Molakvoæ 2022-01-21 11:03:48 +01:00 committed by GitHub
commit 5c1154c7e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ class KerberosApacheAuth extends AuthMechanism {
$this
->setIdentifier('smb::kerberosapache')
->setScheme(self::SCHEME_SMB)
->setText($l->t('Kerberos ticket apache mode'))
->setText($l->t('Kerberos ticket Apache mode'))
->addParameter($realm);
$this->credentialsStore = $credentialsStore;
}