Has anyone had any problems implementing advanced security on their site?
We've had success using it on our site for about 3 months but since last
week, the authentication isn't working correctly. It will authenticate
sometimes even if the policy doesn't include the person or group that the
person belongs to.
Any ideas on what could have happened?
I've checked the application page where everything gets set and it looks the
same as it always has been. The code on each page that looks like:
<cfif not IsAuthorized("userObject", "Exmgt", "view")>
<cfinclude template="../../noaccess.cfm">
<cfelse>
has not changed either.
Is there a maximum number of rules or policies that you can have?
-Tim
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.