security::RestrictLoginToSSLP (public)

 security::RestrictLoginToSSLP

Defined in packages/acs-tcl/tcl/security-procs.tcl

Return 1 if login pages and other pages taking user password should be restricted to a secure (HTTPS) connection and 0 otherwise. Based on acs-kernel parameter with same name.

Author:
Peter Marklund

Testcases:
No testcase defined.
Source code:
    if { ![security::https_available_p] } {
        return 0
    }
    return [parameter::get  -boolean  -parameter RestrictLoginToSSLP  -package_id $::acs::kernel_id]
Generic XQL file:
packages/acs-tcl/tcl/security-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/security-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/security-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: