Martin_S Posted May 29, 2014 Posted May 29, 2014 So part of the application that I have been working on uses an external data source (SQL data), but our DBAs arenot keen on using SQL accounts to access data - they would we set up a service account on the AD which can be granted the appropriate access to the database. So I have an ODBC connection, and under authentication, I have three options: 1. Prompt user for user name and password - Not an option 2. Specify user name and password (applies to all users) - this works with a SQL account 3. Use Windows Authentication (Single-Sign-on) - confused as to how this would ever be used? Can someone please confirm if its possible to use an AD account instead of a SQL account for setting up SQL database access? Thanks Martin
Wim Decorte Posted May 29, 2014 Posted May 29, 2014 #2 should work with the service account #3: what's confusing about using Windows SSO? If the client machine is Windows and part of an AD domain, this is the absolute easiest setup.
Martin_S Posted May 29, 2014 Author Posted May 29, 2014 Thanks. We tried this with the test server, and had to re-install FM Server under the service account, but couldn't get it to work, so went back to using the SQL account. For the live server, we set that up as the default local admin account, and again, using the SQL account seems to work. Can anyone explain how the permissions work with this? And re: SSO, asking for SPN is what is confusing - the admin guys who I have asked for the details aren't happy to provide it without understanding more of what is actually required. Thanks for replying Martin
Wim Decorte Posted May 29, 2014 Posted May 29, 2014 Thanks. We tried this with the test server, and had to re-install FM Server under the service account, It's totally unrelated. And it would affect any server-side schedules that would use OS-level scripts. Changing the account from "local system" to an AD service account is not something to do on a whim.
Martin_S Posted May 29, 2014 Author Posted May 29, 2014 Thanks. I'm still none the wiser, so will stick with the SQL accounts (as they work). Martin
Wim Decorte Posted May 29, 2014 Posted May 29, 2014 Here's the help section on setting up SSO for ODBC data sources: http://www.filemaker.com/help/13/fmp/en/html/odbc_ess.20.7.html It lists all the steps you need to take. If the admin guys don't want to cooperate then there is not much you can do. But usually good IT folks jump at the opportunity to centralize security and accounts and using SSO squarely falls into that realm.
Recommended Posts
This topic is 3829 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now