Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

postgresql - Postgres Encryption of configuration files -


currently in postgres largest security hole .conf files database relies on, because access system (not database) can modify files , gain entry. because of seeking out resources on how encrypt .conf files , decrypt them during each session of database. performance not issue @ point. have resources on or has developed prototypes utilize functionality?

edit

since there seems confusion here asking. scenario can best illustrated on windows box following groups:
1) administrators system administrators
2) database administrators postgres administrators
3) auditors security auditors

the auditors group typically needs access log files , configuration files ensure system security. however, issue comes when member of auditors group needs view postgres configuration , log files. if member decides want access database though do not have database account short task break in . how 1 go preventing this? answers such as: get better auditors quite poor can never predict people do.

you fine. no need encrypt, long have permissions on *.conf files correct.

your postgresql.conf , pg_hba.conf should both marked readable postgres user/group. if don't have actual users permissions, root can see them.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -