I have a non-Domino applications that I need to allow access to one of my Domino servers. Where in the server document should I add the application’s IP address ?
Thank you
I have a non-Domino applications that I need to allow access to one of my Domino servers. Where in the server document should I add the application’s IP address ?
Thank you
Subject: Domino requires a user to connect to it
The security model of Domino requires that you are some kind of user to access it, even if that is an anonymous user.
How is the application getting access to Domino? What protocol?
Unless you allow anonymous access in the Domino database ACL the remote application would require a username+password for access.
Regards,
Hans
Subject: User name & password
This is a db that’s being migrated from 6.5 to 8.0.2The way it worked was using a URL command and passing the user name and pw in that URL. The security of this is a separate discussion. The thing is when I replace the user name and password with mines (the guy who wrote it was let go), it says I’m not allowed to access the server.
Shouldn’t the server document contain some security info in order to allow access to an application sitting on a Exchange server ?
Subject: Well…
It depends on what does the application needs access to.
LDAP? .NSFs? Is it a java application?
Subject: Exchange
None of the above. It’s a web app, sitting on an old Exchange box.