-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[27] Saved ticket support for kerberos #40568
base: stable27
Are you sure you want to change the base?
Conversation
use OCP\IL10N; | ||
use OCP\ISession; | ||
|
||
class KerberosSsoSession extends AuthMechanism { |
Check notice
Code scanning / Psalm
PropertyNotSetInConstructor Note
use OCP\IUser; | ||
use OCP\Security\ICredentialsManager; | ||
|
||
class KerberosSsoDatabase extends AuthMechanism { |
Check notice
Code scanning / Psalm
PropertyNotSetInConstructor Note
32af94e
to
884d3de
Compare
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
884d3de
to
cb57502
Compare
moving to 27.1.6 |
@icewind1991 it's still in draft state – what's the outlook? |
moving to 27.1.7 |
Backport of #40165