Re: MultiGroupChecker
This WebDNA talk-list message is from 2000
It keeps the original formatting.
numero = 32543
interpreted = N
texte = Ken,Thanks for answer this question.I did it, but doesn't work. I duplicate the users.db and rename it asnewusers.db and put it inside the new directory, also change in theSpecialMGC file all the references, I have it like this:[showif NotFound=[lookupdb=newusers.db&lookinField=user&value=[uppercase][username][/uppercase]&returnField=user¬Found=NotFound]][authenticate usuario del nuevo site][/showif][showif [url][encrypt][uppercase][password][/uppercase][/encrypt][/url]![url][lookupdb=newusers.db&lookinField=user&value=[uppercase][username][/uppercase]&returnField=pass¬Found=NotFound][/url]][authenticate usuario del nuevo site][/showif][search db=newusers.db&groupsword=ww&wogroupsdatarq=[uppercase][groups][/uppercase]&equserdatarq=[uppercase][username][/uppercase]&eqpassdatarq=[url][encrypt][uppercase][password][/uppercase][/encrypt][/url]][showif [numFound]=0][authenticate usuario del nuevo site][/showif][/search]and put it in the same directory and in the template I want to protect Iwrite the line:[include file=SpecialMGC&groups=GENERAL]All files in the same directory, other than the webcatalog's directory.If I use a username that is in the users.db it works, but if I use a userthat is only in the newusers.db it does not.What do you think I'm doing wrong?Thanks.Rodolfo de la GarzaEl 5/31/00 5:54 PM, Kenneth Grome ken@simplewebstores.com escribió:> In those instructions I failed to mention the fact that WebCatalog> recognizes only ONE users.db -- the one that comes with webcatalog.> It also recognizes only one standardconversions.db and one> errormessages.db and one triggers.db. In other words, webcatalog> cannot find any db's with these names unless they are specifically> located inside the webcatalog folder ...> > Therefore, you cannot simply duplicate the MultiGroupChecker file and> use the duplicate as I explained, you also have to change all the> users.db references in your SpecialMGC file to some other db name> -- such as newusers.db for example -- then duplicate the users.db,> and rename it newusers.db, and put it in the same folder as your> templates.> > Doing this will cause the SpecialMGC file to refer to the newusers.db> instead of the users.db, and this is exactly what you need it to do.> > :)> > >> Hi there,>> >> I have an authentication problem. I don't want to use the users.db and I>> create another one in other directory.>> >> I did as Ken explain in the archive.>> >> ------------->> The 1999/04/25 23:06:26 Kenneth Grome Wrote.>> >> 1- Instead of using [protect] in your special template, use [include>> file=specialMGC&groups=whatever], then replace the>> whatever text with the group name or names you wish to authenticate.>> >> 2- Duplicate the MultiGroupChecker file, name it SpecialMGC, and move it>> into the same folder as your special template.>> >> 3- In the SpecialMGC file, change the [authenticate Unauthorized User]>> tags to [authenticate someNewText], then replace>> someNewText with whatever you want to appear in the browser's>> authentication dialog box.>> >> ------------->> Then I include this line in the template I want to protect:>> [include file=SpecialMGC&groups=GENERAL]>> >> But it still using the users.db instead of the newusers.db and it do not>> recognice the users in the newusers.db and do not change the browser's>> authentication dialog box with the new text.>> >> Any Idea Why?>> >> Thanks>> Rodolfo de la Garza>> >> >> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list
.>> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to>> >> Web Archive of this list is at: http://search.smithmicro.com/> > > > ================================> Kenneth Grome, WebDNA Consultant> 808-737-6499 http://webdna.net> ================================> > > > -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Ken,Thanks for answer this question.I did it, but doesn't work. I duplicate the users.db and rename it asnewusers.db and put it inside the new directory, also change in theSpecialMGC file all the references, I have it like this:[showif NotFound=[lookupdb=newusers.db&lookinField=user&value=[uppercase][username][/uppercase]&returnField=user¬Found=NotFound]][authenticate usuario del nuevo site][/showif][showif [url][encrypt][uppercase][password][/uppercase][/encrypt][/url]![url][lookupdb=newusers.db&lookinField=user&value=[uppercase][username][/uppercase]&returnField=pass¬Found=NotFound][/url]][authenticate usuario del nuevo site][/showif][search db=newusers.db&groupsword=ww&wogroupsdatarq=[uppercase][groups][/uppercase]&equserdatarq=[uppercase][username][/uppercase]&eqpassdatarq=[url][encrypt][uppercase][password][/uppercase][/encrypt][/url]][showif [numFound]=0][authenticate usuario del nuevo site][/showif][/search]and put it in the same directory and in the template I want to protect Iwrite the line:[include file=SpecialMGC&groups=GENERAL]All files in the same directory, other than the webcatalog's directory.If I use a username that is in the users.db it works, but if I use a userthat is only in the newusers.db it does not.What do you think I'm doing wrong?Thanks.Rodolfo de la GarzaEl 5/31/00 5:54 PM, Kenneth Grome ken@simplewebstores.com escribió:> In those instructions I failed to mention the fact that WebCatalog> recognizes only ONE users.db -- the one that comes with webcatalog.> It also recognizes only one standardconversions.db and one> errormessages.db and one triggers.db. In other words, webcatalog> cannot find any db's with these names unless they are specifically> located inside the webcatalog folder ...> > Therefore, you cannot simply duplicate the MultiGroupChecker file and> use the duplicate as I explained, you also have to change all the> users.db references in your SpecialMGC file to some other db name> -- such as newusers.db for example -- then duplicate the users.db,> and rename it newusers.db, and put it in the same folder as your> templates.> > Doing this will cause the SpecialMGC file to refer to the newusers.db> instead of the users.db, and this is exactly what you need it to do.> > :)> > >> Hi there,>> >> I have an authentication problem. I don't want to use the users.db and I>> create another one in other directory.>> >> I did as Ken explain in the archive.>> >> ------------->> The 1999/04/25 23:06:26 Kenneth Grome Wrote.>> >> 1- Instead of using [protect] in your special template, use [include>> file=specialMGC&groups=whatever], then replace the>> whatever text with the group name or names you wish to authenticate.>> >> 2- Duplicate the MultiGroupChecker file, name it SpecialMGC, and move it>> into the same folder as your special template.>> >> 3- In the SpecialMGC file, change the [authenticate Unauthorized User]>> tags to [authenticate someNewText], then replace>> someNewText with whatever you want to appear in the browser's>> authentication dialog box.>> >> ------------->> Then I include this line in the template I want to protect:>> [include file=SpecialMGC&groups=GENERAL]>> >> But it still using the users.db instead of the newusers.db and it do not>> recognice the users in the newusers.db and do not change the browser's>> authentication dialog box with the new text.>> >> Any Idea Why?>> >> Thanks>> Rodolfo de la Garza>> >> >> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to>> >> Web Archive of this list is at: http://search.smithmicro.com/> > > > ================================> Kenneth Grome, WebDNA Consultant> 808-737-6499 http://webdna.net> ================================> > > > -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Rodolfo de la Garza
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
RE: Web Logs (1998)
Date math (1997)
SameAsShipping (2005)
Cookie setting (2003)
[WebDNA] German e-shop company proclaims "In Memory Computing" (2010)
[WebDNA] remove html comments (2009)
Date search - yes or no (1997)
turning every 5th line red (1998)
Frames and cart values (1998)
More! on [ShowCart] and GET vs. POST (1997)
international time (1997)
is there a global includes directory? (1998)
WebCat2: Items xx to xx shown, etc. (1997)
Silence before the storm? (2004)
Great product and great job ! (1997)
America Online Issues (1998)
plugin-acgi, different results (1997)
Press Release hit the NewsWire!!! (1997)
Projects & Contractors (1997)
form data submission gets truncated (1997)