mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 14:56:35 -04:00
Merge pull request #30789 from nextcloud/Valdnet-patch-2
This commit is contained in:
commit
5c1154c7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue