In window xp, there is problem
I find the simplest method is as follws:
in HtPasswd.java
change " if ( userEncoded.equals(encoded) ) " in line 107 to if (userEncoded.trim().equals(encoded.trim())
it works fine.
anFrom: Marcel Ruff <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [xmlblaster] possible problem about security plugin Date: Sun, 18 Apr 2004 10:48:34 +0200
zhang zhi wei wrote:
>
>
> Hello.
> Sorry to report another possible error.
>
> when i use the security check in xmlBlaster, I find the system report
> error; Hi,
i have added to $HOME/xmlBlaster.htpasswd
-------------- __sys__jdbc:yZ24stvIel1j6 --------------
and to $HOME/xmlBlaster.properties
-------------- Security.Server.Plugin.htpasswd.secretfile=${user.home}${file.separator}xmlBlaster.htpasswd
--------------Security.Server.Plugin.htpasswd.secretfile=c:\\0.9\\xmlBlaster\\xmlBlaster.htpasswd
Starting the server with:
java org.xmlBlaster.Main -JdbcDriver.password secret
works fine. Please check your configuration again,
best regards
Marcel
>
> 1. set the fowllowing setting in xmlBlaster.properties
>
>
>Security.Client.Plugin[gui][1.0]=org.xmlBlaster.authentication.plugins.demo.ClientPlugin
>
>
> Security.Client.DefaultPlugin=htpasswd,1.0
>
>Security.Client.Plugin[simple][1.0]=org.xmlBlaster.authentication.plugins.simple.ClientPlugin
>
>
>Security.Client.Plugin[ldap][1.0]=org.xmlBlaster.authentication.plugins.ldap.ClientPlugin
>
>
>Security.Client.Plugin[htpasswd][1.0]=org.xmlBlaster.authentication.plugins.htpasswd.ClientPlugin
>
>
>java
>
>
> 2.copy xmlBlaster.htpasswd in config directory to xmlBlaster Home
> directory, that is, c:\0.9\xmlBlaster
>
> By the way , i use usrname __sys_jdbc and password secret to call
> org.inforMessaging.authentication.plugins.htpasswd.jcryptxmlBlaster.htpasswd
> the generated security number is not the same as in
> 3. java org.xmlBlaster.Main it reports:nts/admin.errorcodes.listing.html#user.security.authentication.accessDenied]
>
> [2004-4-17 21:56:12 WARN
> RunlevelManager-/node/inforMessaging_172_26_13_68_3412
> ] startupPlugins. Exception when loading the plugin 'JDBC' reason:
> errorCode=res
> ource.configuration.pluginFailed message=Initializing of plugin JDBC
> failed:Info
> rMessagingException
> errorCode=[user.security.authentication.accessDenied] server
> SideException=true location=[Session] message=[Authentication of user
> __sys__jdb
> c failed : ] [See URL
> http://www.informessaging.org/inforMessaging/doc/requireme
>
> > > java.lang.Exception: Stack trace > at java.lang.Thread.dumpStack(Thread.java:1064) > at > org.inforMessaging.engine.runlevel.RunlevelManager.startupPlugins(Run > levelManager.java:252) > at > org.inforMessaging.engine.runlevel.RunlevelManager.changeRunlevel(Run > levelManager.java:183) > at org.inforMessaging.Main.init(Main.java:160) > at org.inforMessaging.Main.<init>(Main.java:108) > at org.inforMessaging.Main.main(Main.java:530) > > > can u tell me why? thanks a lot! > > _________________________________________________________________ > 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com >
-- http://www.xmlBlaster.org
_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn
