Simon
Simon

Reputation: 34840

Using Windows Integrated Authentication when connecting to db4o in .net?

When opening a client against a db40 server it seems to expect a user name and password

Db4oFactory.OpenClient(string hostName, int port, string user, string password);

Is there any way of using windows integrated instead?

Upvotes: 0

Views: 93

Answers (1)

German
German

Reputation: 71

No, no way to do that! The username/password verification is pretty simple and was never planned to be extensible (Windows Native, LDAP, whatever) on db4o.

Upvotes: 2

Related Questions