Jump to content

This topic is 7198 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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

Posted

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

  • 2 weeks later...
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.