Reid McLaughlin wrote: > > > download this zip, http://www.fishbone.co.nz/AD_farcry_setup.zip > This custom login works great, Reid - Thanks! I ran in to one small problem when logging in via AD, however: any subsequent login after the first login would throw a "firstLogin not defined in Session" error, but only on the Overview tab left menu (sidebar.cfm). I fixed it by adding: <cfelse> <cfset session.firstLogin = 0> after: <cfset session.firstLogin = 1> Final: <cfif bHasLoggedIn> <login code here> <cfset session.firstLogin = 1> <cfelse> <cfset session.firstLogin = 0> </cfif> -- View this message in context: http://www.nabble.com/Setting-up-Active-Directory-tf1870413s621.html#a5690229 Sent from the FarCry - Dev forum at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
[farcry-dev] Re: Setting up Active Directory
Jeff Rountree (sent by Nabble.com) Mon, 07 Aug 2006 11:17:32 -0700
- [farcry-dev] Re: Setting up Active Dire... Jeff Rountree (sent by Nabble.com)
- [farcry-dev] Re: Setting up Active... Andrew Mercer
- [farcry-dev] Re: Setting up Ac... Whiterod, David (PIRSA)
