Forums / General / security features in 3.1?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

security features in 3.1?

Author Message

Krishna dass

Wednesday 02 July 2003 1:27:58 am

What are the security features available in Exponential v3 and what level of involvement open source community have in Exponential v3?

Tony Wood

Wednesday 02 July 2003 6:06:09 am

For security, of eZ3 you have apart from your own sysadm setups for apache, mysql/postgreSQL etc, Linux (or other os), admin PKI.

eZ System:
hash passwords,
mod rewrite to prevent access to system files
config files all .php to prevent http display

eZ Interface:
Users
Groups
Roles
Output washing for cross script problems.
Seperate admin login, so you can have admin on a completely seperate URL.

Overall its a pretty secure system, if setup correctly.

I hope this helps

Tony

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Krishna dass

Thursday 03 July 2003 4:34:52 am

Thanks Tony