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

This commit is contained in:
Xavier 2019-06-20 12:51:00 +02:00
parent 1c195437f1
commit 50ba6e6144
3 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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

View File

@ -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";