May 4, 200520 yr Does anyone have any idea if Filemaker7 and php can do a log in Domain authentication?
May 4, 200520 yr 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.
May 5, 200520 yr Author 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
May 5, 200520 yr 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
May 18, 200520 yr Author 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
Create an account or sign in to comment