This doesn't make sense to me at all, but anyways, lets say we have this:
Glfloat dir[] = { 0.0, -1.0f, 0.0f, 0.0f };
glLightfv(GL_LIGHT0, GL_POSITION, dir);
Guess what? The light rays point UP, NOT DOWN LIKE I WANT IT TO. Very unintuitive. Why did the opengl designers decide to do this?