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:
Still can't get this taxrate to work... (1999)
Re:quit command on NT (1997)
IIS4b2 and WebCatalog b19 (1997)
SendTo more emails (1998)
using showpage and showcart commands (1996)
WebCatalog v2.1.1 (1998)
PARAMETER vs. OPERATOR (was The BUG is BACK ...) (1998)
Problem (1997)
Replacing a variable within a variable. (1998)
Remote Admin Design Question (1998)
Trouble starting WC under OSX (2001)
[/application] error? (1997)
Attention SM: Trigger Bug? (2000)
OS X http.conf (2002)
redirect with frames (1997)
Setting up the server (1997)
Re[3]: 2nd WebCatalog2 Feature Request (1996)
Message Board (again:-) (2000)
question about checkboxes (1999)
BUG in [showif] using ^ (contains) (1997)