ASL 3 possibly stopping outgoing calls?
-
- Forum Regular
- Posts: 257
- Joined: Wed Aug 04, 2010 2:52 pm
ASL 3 possibly stopping outgoing calls?
UPS lookups, i2-services license code lookups both not working. Not sure what else. Maybe a security setting for ASL 3.0? Any other ideas?
-
- Forum Regular
- Posts: 257
- Joined: Wed Aug 04, 2010 2:52 pm
Re: ASL 3 possibly stopping outgoing calls?
It's one of these:
;disable_functions = , dl , exec , fsockopen , passthru , pcntl_exec , pfsockopen , popen , posix_kill , posix_mkfifo , posix_setuid , proc_close , proc_open , proc_terminate , shell_exec , system , posix_setpgid , posix_setsid , proc_get_status , proc_nice , show_source , escapeshellcmd
It would be great if the ASL 3.0 upgrade would honor the settings made in 2.x. Any way to go back and figure out how it *was* set up?
;disable_functions = , dl , exec , fsockopen , passthru , pcntl_exec , pfsockopen , popen , posix_kill , posix_mkfifo , posix_setuid , proc_close , proc_open , proc_terminate , shell_exec , system , posix_setpgid , posix_setsid , proc_get_status , proc_nice , show_source , escapeshellcmd
It would be great if the ASL 3.0 upgrade would honor the settings made in 2.x. Any way to go back and figure out how it *was* set up?
- mikeshinn
- Atomicorp Staff - Site Admin
- Posts: 4155
- Joined: Thu Feb 07, 2008 7:49 pm
- Location: Chantilly, VA
Re: ASL 3 possibly stopping outgoing calls?
3.0 added two new functions:UPS lookups, i2-services license code lookups both not working. Not sure what else. Maybe a security setting for ASL 3.0? Any other ideas?
pfsockopen
fsockopen
Which will set to "no". Set them to "yes" and see if that resolves the issue for you. Otherwise, no there isnt anything else in ASL that will stop outgoing calls.
ASL added two new functions, which default to "no", otherwise it will honor all your old PHP settings.It would be great if the ASL 3.0 upgrade would honor the settings made in 2.x. Any way to go back and figure out how it *was* set up?
Michael Shinn
Atomicorp - Security For Everyone
Atomicorp - Security For Everyone
-
- Forum Regular
- Posts: 257
- Joined: Wed Aug 04, 2010 2:52 pm
Re: ASL 3 possibly stopping outgoing calls?
Had to manually update php.ini after doing ASL config change. Config save yielded a blank modal page. Not sure what's up. Anyways, thanks, perfect!
- mikeshinn
- Atomicorp Staff - Site Admin
- Posts: 4155
- Joined: Thu Feb 07, 2008 7:49 pm
- Location: Chantilly, VA
Re: ASL 3 possibly stopping outgoing calls?
Er, so is ASL munging your php config?
Michael Shinn
Atomicorp - Security For Everyone
Atomicorp - Security For Everyone
-
- Forum Regular
- Posts: 257
- Joined: Wed Aug 04, 2010 2:52 pm
Re: ASL 3 possibly stopping outgoing calls?
Well, it changed my php.ini at upgrade to 3.0, but didn't change it back when I changed the config.
- mikeshinn
- Atomicorp Staff - Site Admin
- Posts: 4155
- Joined: Thu Feb 07, 2008 7:49 pm
- Location: Chantilly, VA
Re: ASL 3 possibly stopping outgoing calls?
So if I understand you correctly, you changed PHP settings in ASL and ASL did not change php.ini? Did you do this via the GUI or the command line?Well, it changed my php.ini at upgrade to 3.0, but didn't change it back when I changed the config.
If the former, did you click the Update button, and what was the output from the ASL Scan window?
If you did from the command line, did you run "asl -s -f" and what was the output from that command?
Michael Shinn
Atomicorp - Security For Everyone
Atomicorp - Security For Everyone
-
- Forum Regular
- Posts: 257
- Joined: Wed Aug 04, 2010 2:52 pm
Re: ASL 3 possibly stopping outgoing calls?
I used the web based ASL to change the settings. The php.ini did not get changed, so I did it manually. I also ran asl -s -f after changing settings via web interface and it still didn't modify php.ini. Output of asl -s -f, that window is long gone.
- mikeshinn
- Atomicorp Staff - Site Admin
- Posts: 4155
- Joined: Thu Feb 07, 2008 7:49 pm
- Location: Chantilly, VA
Re: ASL 3 possibly stopping outgoing calls?
Hmmm, I cant reproduce this. Would you mind opening a case for us? That way you specific circumstances can be investigated. Might be something unique to your configuration, or my test environments.I used the web based ASL to change the settings. The php.ini did not get changed, so I did it manually. I also ran asl -s -f after changing settings via web interface and it still didn't modify php.ini. Output of asl -s -f, that window is long gone.
Michael Shinn
Atomicorp - Security For Everyone
Atomicorp - Security For Everyone
Re: ASL 3 possibly stopping outgoing calls?
Regarding fsockopen...it must be enabled or it appears to break Horde logins.