From be1d2ef80bc9bfd62c02b04445fe565554c2d3fb Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 5 Sep 2017 00:04:15 +0200 Subject: [PATCH] nhttpd: change default password 'coolstream' => 'ni' Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3031aafdaa47f199acf78a81225fcaef271b2fde Author: vanhofen Date: 2017-09-05 (Tue, 05 Sep 2017) Origin message was: ------------------ - nhttpd: change default password 'coolstream' => 'ni' ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/nhttpd/nhttpd.conf.in | 2 +- src/nhttpd/yconfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nhttpd/nhttpd.conf.in b/src/nhttpd/nhttpd.conf.in index 57757c2d8..c2e7c4b05 100644 --- a/src/nhttpd/nhttpd.conf.in +++ b/src/nhttpd/nhttpd.conf.in @@ -8,7 +8,7 @@ WebsiteMain.hosted_directory=@TARGET_HOSTED_HTTPDDIR@ configfile.version=4 mod_auth.authenticate=false mod_auth.no_auth_client= -mod_auth.password=coolstream +mod_auth.password=ni mod_auth.username=root mod_cache.cache_directory=/tmp/.cache mod_sendfile.mime_types=htm:text/html,html:text/html,xml:text/xml,txt:text/plain,jpg:image/jpeg,jpeg:image/jpeg,gif:image/gif,png:image/png,bmp:image/bmp,css:text/css,js:text/plain,img:application/octet-stream,ico:image/x-icon,m3u:application/octet-stream,tar:application/octet-stream,gz:text/x-gzip,ts:application/octet-stream diff --git a/src/nhttpd/yconfig.h b/src/nhttpd/yconfig.h index c6b35ce9e..5f5e91c8f 100644 --- a/src/nhttpd/yconfig.h +++ b/src/nhttpd/yconfig.h @@ -125,7 +125,7 @@ #endif #ifdef CONFIG_SYSTEM_TUXBOX_COOLSTREAM -#define AUTHPASSWORD "coolstream" +#define AUTHPASSWORD "ni" #define PRIVATEDOCUMENTROOT PRIVATE_HTTPDDIR #undef Y_CONFIG_BUILD_AS_DAEMON // No Daemon #endif