~fkooman

Berlin

https://www.tuxed.net/

Trackers

~fkooman/php-saml-sp

Last active 6 months ago

~fkooman/php-oauth2-server

Last active 1 year, 3 months ago

#5 determine issuerIdentity from Request object 4 months ago

Comment by ~fkooman on ~fkooman/php-oauth2-server

REPORTED RESOLVED CLOSED

#9 remove the "refreshTokenExpiry" 4 months ago

Comment by ~fkooman on ~fkooman/php-oauth2-server

REPORTED RESOLVED CLOSED

#6 update signer to take Public/PrivateKey objects 4 months ago

Comment by ~fkooman on ~fkooman/php-oauth2-server

REPORTED RESOLVED CLOSED

#15 php-saml-sp service not (re)started on upgrade on Debian 6 months ago

Comment by ~fkooman on ~fkooman/php-saml-sp

REPORTED RESOLVED CLOSED

#15 php-saml-sp service not (re)started on upgrade on Debian 6 months ago

Comment by ~fkooman on ~fkooman/php-saml-sp

https://salsa.debian.org/php-team/php-defaults/-/blob/main/debian/rules?ref_type=heads

override_dh_systemd_enable:
	dh_systemd_enable --package=php-common phpsessionclean.timer

override_dh_systemd_start:
	dh_systemd_start --package=php-common phpsessionclean.timer
	dh_systemd_start --package=php-common --no-start phpsessionclean.service

#15 php-saml-sp service not (re)started on upgrade on Debian 6 months ago

Comment by ~fkooman on ~fkooman/php-saml-sp

https://salsa.debian.org/letsencrypt-team/certbot/certbot/-/blob/master/debian/rules?ref_type=heads

override_dh_installsystemd:
	dh_installsystemd --no-start --no-stop-on-upgrade --package=certbot certbot.service
	dh_installsystemd --package=certbot certbot.timer

#15 php-saml-sp service not (re)started on upgrade on Debian 6 months ago

Comment by ~fkooman on ~fkooman/php-saml-sp

Could this work?

dh_installsystemd --no-enable --no-start --restart-after-upgrade

#15 php-saml-sp service not (re)started on upgrade on Debian 6 months ago

Comment by ~fkooman on ~fkooman/php-saml-sp

Perhaps we can just make it safe to start/enable this service/timer by default, maybe it already is safe!

#15 php-saml-sp service not (re)started on upgrade on Debian 6 months ago

Ticket created by ~fkooman on ~fkooman/php-saml-sp

https://manpages.debian.org/bookworm/debhelper/dh_installsystemd.1.en.html

override_dh_installsystemd:
        dh_installsystemd --no-enable --no-start

The --no-start does not start after upgrade, but apparently this does stop the service on upgrade.

So how to:

  1. not enable, not start the service on install
  2. restart it on upgrade iff it is running

This does not become clear in the manpage...

#14 implement "hide from discovery" refeds attribute 7 months ago

Comment by ~fkooman on ~fkooman/php-saml-sp

François Kooman referenced this ticket in commit 2c6c3a4.

REPORTED RESOLVED FIXED