|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
Capturing AD login into a fieldHi,
I have users going to a form and entering data which will add it into a FM database. What I need lasso to do is capture the person's login into a field. Is this possible? And how do I go about doing it? I don't need to authenticate or anything, and I don't want to create a cookie (i.e user interaction), I just want "jbloggs" as login to be captured into the field when they add a record. Thanks in advance first time user ![]() |
|
|
|
|
|
Re: Capturing AD login into a fieldI believe he's asking if there's any way, in Lasso, to access the
user's Active Directory login, without explicitly asking them to enter it. - jason On Wed, Oct 21, 2009 at 10:09 PM, Brian Loomis <brian@...> wrote: > You can direct any data into a filemaker field ( or mysql or any database). > > for example, you can create an inline that does the following: > > inline: $dbconn, $cleanparams, > -database ='dbname', > -table ='tablename', > -inlinename ='inl1', > 'username' =action_param('username'), > -Add; > > > /inline; > > where the $dbconn is your inline auth and $cleanparams is your post params > from the form. > > as a practice you should use encode_sql if you are working with an SQL > database instead of FileMaker. > > 'username' could also be a variable or a value from a cookie -- if you went > that way. > > On Oct 21, 2009, at 7:41 PM, kiwiora wrote: > >> >> Hi, >> >> I have users going to a form and entering data which will add it into a FM >> database. What I need lasso to do is capture the person's login into a >> field. Is this possible? And how do I go about doing it? >> >> I don't need to authenticate or anything, and I don't want to create a >> cookie (i.e user interaction), I just want "jbloggs" as login to be >> captured >> into the field when they add a record. >> >> Thanks in advance >> >> first time user ;-) >> -- >> View this message in context: >> http://www.nabble.com/Capturing-AD-login-into-a-field-tp26002625p26002625.html >> Sent from the Lasso - Talk mailing list archive at Nabble.com. >> >> >> -- >> This list is a free service of LassoSoft: http://www.LassoSoft.com/ >> Search the list archives: http://www.ListSearch.com/Lasso/Browse/ >> Manage your subscription: http://www.ListSearch.com/Lasso/ >> >> > > Brian Loomis > http://www.virtualrelations.us > (208) 639-2569 - 208 NEW BLOX > -- email checked daily -- > > > -- > This list is a free service of LassoSoft: http://www.LassoSoft.com/ > Search the list archives: http://www.ListSearch.com/Lasso/Browse/ > Manage your subscription: http://www.ListSearch.com/Lasso/ > > > -- tagSwap.net :: Open Source Lasso Code <http://tagSwap.net/> -- This list is a free service of LassoSoft: http://www.LassoSoft.com/ Search the list archives: http://www.ListSearch.com/Lasso/Browse/ Manage your subscription: http://www.ListSearch.com/Lasso/ |
|
|
|
|
|
Re: Capturing AD login into a fieldYes she is ;)
![]()
|
|
|
Re: Capturing AD login into a fieldIt's a basic post form webpage which goes to confirmation.lasso which has a simple inline -add and the fields etc.
I need one of the fields to be auto entered with the user's AD login. Background: It's a voting system .. (cheap and nasty staff award for 160 people) so obviously I want to identify who voted for who, more so I can identify if they have already voted (save having to write a whole have you voted already or not drama). Cheers
|
|
|
|
|
|
Re: Capturing AD login into a fieldThanks for the response :)
client_ip would probably work because I have a login script that records all logins\ip addresses\computernames into a SQL db that i can back track through the time stamp on the record. Have a limited number of shared computers. Not the best but... a possibility if all else fails :( Kind of a failing really not to be able to identify the login :S encrypted login won't work as it will be a votehere.lasso page on our intranet for everyone to access. Cheers
|
|
|
|
|
|
Re: Capturing AD login into a fieldHmm interesting concept... I could even email it out from the staff database using their fm staff serial id which can then be related back to give me their name. Something to play with. Thanks.
![]()
|
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |