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?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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

link|improve this answer
the answer i was expecting. thanks – Simon Apr 15 '10 at 2:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.