git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
52 lines
1.1 KiB
SQL
52 lines
1.1 KiB
SQL
--application/shared_components/security/authentication/database
|
|
prompt ......scheme 11076308724541517
|
|
|
|
begin
|
|
|
|
declare
|
|
s1 varchar2(32767) := null;
|
|
s2 varchar2(32767) := null;
|
|
s3 varchar2(32767) := null;
|
|
s4 varchar2(32767) := null;
|
|
s5 varchar2(32767) := null;
|
|
begin
|
|
s1:=s1||'-DATABASE-';
|
|
|
|
s2 := null;
|
|
s3 := null;
|
|
s4 := null;
|
|
s5 := null;
|
|
wwv_flow_api.create_auth_setup (
|
|
p_id=> 11076308724541517 + wwv_flow_api.g_id_offset,
|
|
p_flow_id=> wwv_flow.g_flow_id,
|
|
p_name=> 'DATABASE',
|
|
p_description=>'Use database authentication (user identified by DAD).',
|
|
p_page_sentry_function=> s1,
|
|
p_sess_verify_function=> s2,
|
|
p_pre_auth_process=> s3,
|
|
p_auth_function=> s4,
|
|
p_post_auth_process=> s5,
|
|
p_invalid_session_page=>'',
|
|
p_invalid_session_url=>'',
|
|
p_cookie_name=>'',
|
|
p_cookie_path=>'',
|
|
p_cookie_domain=>'',
|
|
p_ldap_host=>'',
|
|
p_ldap_port=>'',
|
|
p_ldap_string=>'',
|
|
p_attribute_01=>'',
|
|
p_attribute_02=>'',
|
|
p_attribute_03=>'',
|
|
p_attribute_04=>'',
|
|
p_attribute_05=>'',
|
|
p_attribute_06=>'',
|
|
p_attribute_07=>'',
|
|
p_attribute_08=>'',
|
|
p_required_patch=>'');
|
|
end;
|
|
null;
|
|
|
|
end;
|
|
/
|
|
|