The engine installer in Novell Identity Manager (aka IDM) 3.6.1 stores admin tree credentials in /tmp/idmInstall.log, which allows local users to obtain sensitive information by reading this file.
Submitted by nuzrin on Sat, 07/24/2010 - 20:29
Encountered this error when I tried to upload a large file. nginx default is too small. To upload bigger file, add this line in /etc/nginx/nginx.conf, somewhere inside the http section:
http {
....
client_max_body_size 20M;
....
}Save, and then restart your nginx instance.
