Install nginx* files for all handlers (Fixes: #1811)

environments/ppa-mbqj77/deployments/761^2
Xavier 6 years ago
parent 1c195437f1
commit 50ba6e6144
  1. 1
      debian/lemonldap-ng-fastcgi-server.install
  2. 1
      debian/lemonldap-ng-handler.install
  3. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Generate/SHA256.pm

@ -1,2 +1 @@
/usr/sbin/llng-fastcgi-server
/etc/lemonldap-ng/nginx*

@ -1,3 +1,4 @@
/etc/lemonldap-ng/nginx*
/etc/lemonldap-ng/handler-apache2.conf
/etc/lemonldap-ng/handler-nginx.conf
/etc/lemonldap-ng/test-apache2.conf

@ -23,7 +23,7 @@ sub generate {
eval {
$session->{data}->{_session_id} =
unpack( 'H*', Crypt::URandom::urandom(32) );
unpack( 'H*', Crypt::URandom::urandom( int( $length / 2 ) ) );
};
if ($@) {
print STDERR "Crypt::URandom::urandom failed: $@\n";

Loading…
Cancel
Save