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?
|
When opening a client against a db40 server it seems to expect a user name and password
Is there any way of using windows integrated instead?
| |||
|
feedback
|
|
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. Best! German | |||
|
feedback
|