On Wed, Mar 2, 2011 at 19:50, Kevin P. Foote <[email protected]> wrote: > > Thanks Thomas.. > > The resulting jar then would be dropped in as my steps below indicated right?
Yes. > > > ------ > thanks > kevin.foote > > On Wed, 2 Mar 2011, Thomas Mortagne wrote: > > -> On Wed, Mar 2, 2011 at 19:17, Kevin P. Foote <[email protected]> wrote: > -> > > -> > Hi all, > -> > > -> > I'm trying to extend the XWikiAuthServiceImpl as described here[1][2] to > -> > make use of local SSO. > -> > -> You can find several SSO authenticators on > -> https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/authenticators/ > -> > -> You should take one and modify it for you own SSO. The most recent > -> ones are probably NTLM and puma. > -> > -> > > -> > Here are the steps I'm following but xwiki will not startup.. Do I have > -> > somethings out of place in my steps? > -> > > -> > 1. Place my jar in ${XWIKI_HOME}/WEB-INF/lib jar named > org.my.authenticator > -> > > -> > 2. Edit ${XWIKI_HOME/WEB-INF/xwiki.cfg inserting > -> > xwiki.authentication.authclass=org.my.authenticator.UserAuth > -> > > -> > 3. Start xwiki .. this fails! > -> > > -> > Do I have the jar in the correct place? > -> > > -> > Do I need to tell xwiki to enable the use of this "new" jar? > -> > > -> > My code does not do anything of importance right now.. It gets a Log > -> > object and writes one entry. > -> > > -> > > -> > [1] http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication > -> > [2] > -> > > http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki/AppServerTrustedAuthServiceImpl.java > -> > > -> > ------ > -> > thanks > -> > kevin.foote > -> > _______________________________________________ > -> > users mailing list > -> > [email protected] > -> > http://lists.xwiki.org/mailman/listinfo/users > -> > > -> > -> > -> > -> -- > -> Thomas Mortagne > -> _______________________________________________ > -> users mailing list > -> [email protected] > -> http://lists.xwiki.org/mailman/listinfo/users > -> > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > > -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
