From portal-commits at lists.jboss.org Tue Jan 30 18:09:26 2007 Content-Type: multipart/mixed; boundary="===============5186032876512634942==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r6129 - docs/trunk/referenceGuide/en/modules. Date: Tue, 30 Jan 2007 18:09:26 -0500 Message-ID: --===============5186032876512634942== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: bdaw Date: 2007-01-30 18:09:26 -0500 (Tue, 30 Jan 2007) New Revision: 6129 Modified: docs/trunk/referenceGuide/en/modules/identity.xml docs/trunk/referenceGuide/en/modules/sso.xml Log: few more things in identity and sso toc Modified: docs/trunk/referenceGuide/en/modules/identity.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/trunk/referenceGuide/en/modules/identity.xml 2007-01-30 22:33:11 U= TC (rev 6128) +++ docs/trunk/referenceGuide/en/modules/identity.xml 2007-01-30 23:09:26 U= TC (rev 6129) @@ -405,6 +405,108 @@ - = + + How to enable LDAP in JBoss Portal + Here are just few simple steps you'll need to enable LDAP su= pport in JBoss Portal. For additional information you need to study more ab= out + configuration of identity and specific implementations of identity= modules + There are two ways to achive this goal: + + + In jboss-porta.sar/META-INF/= jboss-service.xml + in section: + + + + + portal:service=3DHibernate + + java:/portal/Identity= ServiceController + true + conf/identity/ident= ity-config.xml + conf/identit= y/standardidentity-config.xml + + ]]> + + + change identity-config.xml to + ldap_identity-config.xml = + + + + Swap the names or content of files in + jboss-porta.sar/conf/identity/= identity-config.xml + and + jboss-porta.sar/conf/identity/= ldap_identity-config.xml + = + + + + After doing on of above changes you need to edit configura= tion file that you choose to + use (identity-config.xml or ldap_identity-config.xml) and = configure LDAP connection options in section: + + + + LDAP + + + + + + + + ]]> + + + You also need to specify options for your LDAP tree (descr= ibed in configuration documentation) like those: + + + + common + + + + ]]> + = + + + + + Identity configuration + TODO: About the format and architecture of identity configur= ation files + + + + Identity modules implementations + TODO: + + + Possible configuration scenarios with LDAP and RDBMS + TODO: + Modified: docs/trunk/referenceGuide/en/modules/sso.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/trunk/referenceGuide/en/modules/sso.xml 2007-01-30 22:33:11 UTC (r= ev 6128) +++ docs/trunk/referenceGuide/en/modules/sso.xml 2007-01-30 23:09:26 UTC (r= ev 6129) @@ -6,8 +6,19 @@ boleslaw.dawidowicz at jboss dot com - Authentication + Single Sign ON This chapter describes how to setup SSO in JBoss Portal - = + + Overview of SSO in portal + TODO: + + + Using Tomcat Valve + TODO: + + + Using external authentication providers + TODO: + = --===============5186032876512634942==--