MSSQL Server User Store

Cantor, Scott cantor.2 at osu.edu
Wed Mar 13 17:56:12 EDT 2013


On 3/13/13 5:32 PM, "Cosby, Alexander" <acosby at ntc.doe.gov> wrote:

>I apologize if this is covered somewhere in documentation, but I¹ve not
>found it yet.  I¹m trying to figure out how to configure an MSSQL
>database as my user store, as opposed to using LDAP, OLDAP, or AD.

The choices are basically a JAAS plugin that uses JDBC, of which there are
some around, using a Java container approach that does JDBC and using the
RemoteUser handler, or a custom login handler (or punting to some other
third party system that does the database thing natively).

-- Scott




More information about the users mailing list