Oh, I'm running on SUSE SLES 11 SP1
So it is here (like Debian):
/etc/php5/conf.d # ls -l suho*
-rw-r--r-- 1 root root 20253 Jun 1 15:35 suhosin.ini
The parameter is actually commented out, so if I read correctly, this means that there should be no limit anyway, unless you comment in and set it to 0 or any other limit, but you are the expert. So let me know if I should enable the setting and set it to 256MB:
; As long scripts are not running within safe_mode they are free to change the
; memory_limit to whatever value they want. Suhosin changes this fact and
; disallows setting the memory_limit to a value greater than the one the script
; started with, when this option is left at 0. A value greater than 0 means
; that Suhosin will disallows scripts setting the memory_limit to a value above
; this configured hard limit. This is for example usefull if you want to run
; the script normaly with a limit of 16M but image processing scripts may raise
; it to 20M.
;suhosin.memory_limit = 0
Rosario
Edit: I just tested with this new setting on and 256MB, but no avail. Did only an apache2 (graceful) reload as RESTART is not possible at the moment, and the error persists:
[Thu Jul 07 14:47:02 2011] [error] [client 87.102.196.145] ALERT - script tried to increase memory_limit to 100663296 bytes which is above the allowed value (attacker '87.102.196.145', file '/moodleRoot/lib/setuplib.php', line 80), referer: https://moodle.fhnw.ch/user/view.php?id=13006&course=1
And the apache access-log shows correctly:
10.234.2.18 - - [07/Jul/2011:14:44:04 +0200] "GET /moodleTest2/admin/settings.php?section=manageauths HTTP/1.1" 200 18892
Next step would be to enable as much debug-info in the admin block itself to see what goes wrong.