Bug 820036 - FAS Authentication Patch
Summary: FAS Authentication Patch
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: PressGang CCMS
Classification: Community
Component: CSProcessor
Version: 1.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Lee Newson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-09 00:29 UTC by Joshua Wulf
Modified: 2014-10-19 23:00 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-09 00:30:20 UTC
Embargoed:


Attachments (Terms of Use)
FAS Auth patch (17.81 KB, patch)
2012-05-09 00:29 UTC, Joshua Wulf
no flags Details | Diff

Description Joshua Wulf 2012-05-09 00:29:59 UTC
Created attachment 583088 [details]
FAS Auth patch

Download the Json-simple library and place it in WebContent/WEB-INF/lib.
Json-simple: http://json-simple.googlecode.com/files/json_simple-1.1.jar

The patch is attached.

And the last step is to put this inside the <security-domains> xml node in standalone.xml on the server:

<security-domain name="fas">
    <authentication>
        <login-module code="com.redhat.topicindex.security.FedoraAccountSystem" flag="required"/>
    </authentication>
</security-domain>


To enable skynet to use the Fedora Account System instead of Kerberos goto components.xml in WebContent/WEB-INF/ after applying the patch. Then uncomment the part below <!-- Fedora Account System Authentication --> towards the bottom. Then comment the <!-- Kerberos Authentication --> part above out and recompile.


Note You need to log in before you can comment on or make changes to this bug.