PHP2005 Posted May 4, 2005 Posted May 4, 2005 Does anyone have any idea if Filemaker7 and php can do a log in Domain authentication?
Wim Decorte Posted May 4, 2005 Posted May 4, 2005 When using FileMaker Server you can have FM users authenticated on a domain. What is it exactly you want to do? FMS supports both internal FM accounts and domain accounts.
PHP2005 Posted May 5, 2005 Author Posted May 5, 2005 Hi Wim Decorte, thank you for your help. What I am trying to do is to have a newsletter available to the web via an ID/PW login authenticated in FileMaker Pro Server. So since we are a non-profit organization, we wan to sell subscriptions for the newsletter to entire colleges. Individual passwords are not going to work, so I guess I need to have it as an IP/Domain authentication using php and filemaker 7. Any help will be good. thank you
Garry Claridge Posted May 5, 2005 Posted May 5, 2005 With PHP you could either "hardwire" UserID/Password combinations, or have them stored in another database; such as MySQL. PHP would do the authentication. PHP can also login to the database with a URL, forexample: http://username:password@address/..... Good Luck. Garry
PHP2005 Posted May 18, 2005 Author Posted May 18, 2005 Hi Garry, Since I am new using php and filemaker pro, I am wonder if you know any book that talks about Domain/IP authenticantion with an example how the domain/ip configuratin works? thank you, php2005
Recommended Posts
This topic is 7198 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