Connect to ASP.NET/IIS Auth Database

Hey guys,

I was wondering if anyone has connected operfire up against an existing IIS / ASP.NET authentication database?

I see from http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/db-integ ration-guide.html that it’s possible to connect to a SQL database. However, the ASP.NET database is a little trickier because the password is salted, the database row looks something like this:

… | password | salt | …

… | [sha1] | [sha1 salt]

So it’s a little harder than just doing a basic query and running a SHA1 on the user’s input.

Has anyone gotten this to work? If so, what’d you do/change?

Thanks

Dan