Hi Thank you for reading my post. I have a question which i would like to find an answer for it. here it is :
imagine that we have a derby server running on our internet connected server. our client should be able to connect to our server to use some data that we have in our database server. Now, 1-how i prevent some of those client that try to use a connection string like : jdbc:derby://SERVER_IP/someDatabaseName;create=true if some of those customer know some database then he/she can create several database on our server and do what ever he/she wants. 2- how i can intrudude authentication, imagine that i have a list of all alowed client in a text file or stored in LDAP in my server, Now i want to be able to authenticate all connections based on user/passwords that i have in an ldap or text file in my aserver. -- View this message in context: http://www.nabble.com/how-i-can-prevent-people-from-connecting-and-creating-database-in-my-server---tf3129261.html#a8670529 Sent from the Apache Derby Users mailing list archive at Nabble.com.
