Re: DN Comparison function

2013-06-13 Thread Brian Reichert
On Thu, Jun 13, 2013 at 04:01:53PM +0100, Christophe Wolfhugel wrote: > On 13/06/13 15:45, Brian Reichert wrote: > > Why not do a string compare on the output of > > Net::LDAP::Util::canonical_dn()? > > I am not sure this would work as the canonical_dn would not change cas

Re: DN Comparison function

2013-06-13 Thread Brian Reichert
this is not so easy, particularly > when comparison functions are not identical. Why not do a string compare on the output of Net::LDAP::Util::canonical_dn()? -- Brian Reichert BSD admin/developer at large

Re: Password modify

2011-02-18 Thread Brian Reichert
ger > USI Computer Center > (812) 465-1082 > Confidentiality Statement: This email message, including any > attachments, is for the sole use of the intended recipient(s) and may > contain confidential and privileged information. -- Brian Reichert 55 Crystal Ave. #286 Derry NH 03038-1725 USA BSD admin/developer at large

Re: Perl Script Needed To Create The Home Drectories.

2008-08-20 Thread Brian Reichert
le (is that a verb?) instances of perl "add user" out there, many using LDAP as a source of users. There are consultants out there who'll do this work for pay, if you feel you're in over your head. Good luck! -- Brian Reichert &l

Re: Can someone explain why this doesn't work?

2004-08-23 Thread Brian Reichert
On Mon, Aug 23, 2004 at 03:10:52PM -0600, Hutchins, Mike wrote: > I have no idea why this little chunk of code doesn't work. Any help > would be much appreciated. What errors are you seeing? -- Brian Reichert <[EMAIL PROTECTED]> 37

Re: technique for recursive delete?

2004-08-22 Thread Brian Reichert
your sub routine and let it > rip. :) Cool idea; thanks for the advice... -- Brian Reichert <[EMAIL PROTECTED]> 37 Crystal Ave. #303Daytime number: (603) 434-6842 Derry NH 03038-1713 USA BSD admin/developer at large

Re: R?f. : technique for recursive delete?

2004-08-13 Thread Brian Reichert
am with > DN as parameter. > -> And then, delete all entries under this OU. > > Yves-Marie Lain? -- Brian Reichert <[EMAIL PROTECTED]> 37 Crystal Ave. #303Daytime number: (603) 434-6842 Derry NH 03038-1713 USA BSD admin/developer at large

Re: technique for recursive delete?

2004-08-13 Thread Brian Reichert
On Fri, Aug 13, 2004 at 08:24:25AM +0200, Jama Poulsen wrote: > On Tue, Aug 10, 2004 at 04:53:33PM +0000, Brian Reichert wrote: > > With Net::LDAP, what is the best way to delete a subtree? > > See this thread: http://www.mail-archive.com/perl-ldap%40perl.org/msg00564.html >

technique for recursive delete?

2004-08-10 Thread Brian Reichert
et tree to manually delete them, but I don't know how to get a depth-first set of results. Am I missing something? I'd appreciate any feedback... -- Brian Reichert <[EMAIL PROTECTED]> 37 Crystal Ave. #303Daytime number: (603) 434-68

converse of 'ldap_explode_dn'?

2004-06-16 Thread Brian Reichert
ecial case one-off, but I'd hate to have to learn the hard way about any wierd violations of my assumptions on that matter. Thanks for any feedback... -- Brian Reichert <[EMAIL PROTECTED]> 37 Crystal Ave. #303Daytime number: (603) 434-6842 De

Re: possible misuse of UNIVERSAL::isa in Net::LDAP::Schema

2004-06-03 Thread Brian Reichert
. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 > <[EMAIL PROTECTED]> http://www.stonehenge.com/merlyn/> > Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. > See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl traini

possible misuse of UNIVERSAL::isa in Net::LDAP::Schema

2004-06-03 Thread Brian Reichert
ese is a class 'qmailUser' that is subclassed from 'Net::LDAP::Entry'. And the unwanted behavior begins. So - have I miscoded here, or have I ticked a bug in Net::LDAP::Schema? By merely renaming my package to QmailUser, everything works, but I don't like the dissoci