Re: Groups, Multiple Domains, and AuthenSmb

2004-03-23 Thread Carlos Ramirez
Yeah, I have the tendancy of sliding in and out of backslashism from time to time. I often do it to impress the kids ;) Kidding aside, I agree, it does makes things more easier to read though. -Carlos Stas Bekman wrote: Carlos Ramirez wrote: Here's the latest 'diff -u' ;) (Thanks for the tip

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-23 Thread Stas Bekman
Carlos Ramirez wrote: Here's the latest 'diff -u' ;) (Thanks for the tip Stas) If you don't mind, Carlos, a few readability tips to give less reason for people to state that perl is a write-once language. Avoiding backslashism makes your code much more readable: +## Parse $name's with Domai

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-23 Thread Carlos Ramirez
Here's the latest 'diff -u' ;) (Thanks for the tip Stas) Diff includes: * Fixes in authz() as suggested by Jason Lehman. * Apache::Htgroup is optional. I'm eval'in 'require Apache::Htgroup' as shown in the links provided by Eric. Full source: http://www.quantumfx.com/software/modules/Apache-Au

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-22 Thread cramirez
Shannon Eric Peevey wrote: Carlos Ramirez wrote: Oops, I sent the wrong diff. I also updated the module on my site. http://www.quantumfx.com/software/modules/Apache-AuthenSmb.pm -Carlos Carlos Ramirez wrote: Included is the diff of the current 0.71 version the my mods. The mods include the fo

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-22 Thread Shannon Eric Peevey
Carlos Ramirez wrote: Oops, I sent the wrong diff. I also updated the module on my site. http://www.quantumfx.com/software/modules/Apache-AuthenSmb.pm -Carlos Carlos Ramirez wrote: Included is the diff of the current 0.71 version the my mods. The mods include the following mods: * Allows user

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-19 Thread Shannon Eric Peevey
Carlos Ramirez wrote: Oops, I sent the wrong diff. I also updated the module on my site. http://www.quantumfx.com/software/modules/Apache-AuthenSmb.pm Thanks! Unfortunately, I am enjoying my spring break vacation, (one of the perks of the job ), so am not going to think about this until next we

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-18 Thread Carlos Ramirez
Oops, I sent the wrong diff. I also updated the module on my site. http://www.quantumfx.com/software/modules/Apache-AuthenSmb.pm -Carlos Carlos Ramirez wrote: Included is the diff of the current 0.71 version the my mods. The mods include the following mods: * Allows user to use Domain\Username

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-17 Thread Carlos Ramirez
Included is the diff of the current 0.71 version the my mods. The mods include the following mods: * Allows user to use Domain\Username to authenticate. Actually, I'm also allowing Domain/Username. This eliminates alot of the problems experienced by our users not remembering to use the 'back sl

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-17 Thread Shannon Eric Peevey
Lehman, Jason (Registrar's Office) wrote: If Carlos hasn't gotten back to you I wanted to send you a link to his referenced mail to the group originally. http://marc.theaimsgroup.com/?l=apache-modperl&m=106809701925690&w=2 And do you think you are going to try to incorporate these changes? Becaus

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-17 Thread Shannon Eric Peevey
I think I mentioned this a while back, I modified Apache::AuthenSMB to allow users to specify the domain in the username field, such as, Domain\Username. We have various domains by regions, "hard-coding" the Domain in the configuration was too restrictive for our user base. Would anyone be inte

RE: Groups, Multiple Domains, and AuthenSmb

2004-03-17 Thread Lehman, Jason (Registrar's Office)
Carlos,   Yes.  That is what i need for multiple domains.  I should of asked for that.  But I would still like to limit use by group so that I don't have to add individual people to the valid user line. -Original Message- From: Carlos Ramirez [mailto:[EMAIL PROTECTED] Sent: Tue

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-16 Thread Carlos Ramirez
Lehman, Jason (Registrar's Office) wrote: Can you refer to windows groups with AuthenSmb on a linux machine and can you refer to multiple domains? And how do you do it if you can do either. I know about NTLM but I need it toÂwork in bothÂNetscape and IE sinceÂI have both from users. Th

Groups, Multiple Domains, and AuthenSmb

2004-03-16 Thread Lehman, Jason (Registrar's Office)
Can you refer to windows groups with AuthenSmb on a linux machine and can you refer to multiple domains?  And how do you do it if you can do either.  I know about NTLM but I need it to work in both Netscape and IE since I have both from users.  Thanks for any help.