RE: [vchkpw] vpopmail + ldap problem

2006-03-21 Thread Jennifer Abel
-Original Message- From: Oliver A. Rojo Sent: Sunday, March 19, 2006 5:07 AM To: vchkpw@inter7.com Subject: Re: [vchkpw] vpopmail + ldap problem Jennifer Abel wrote: -Original Message- From: Oliver A. Rojo [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16

Re: [vchkpw] vpopmail + ldap problem

2006-03-19 Thread Oliver A. Rojo
Jennifer Abel wrote: -Original Message- From: Oliver A. Rojo [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 9:26 PM To: Vpopmail Mailing List Subject: [vchkpw] vpopmail + ldap problem Im having a problem with integrating vpopmail with ldap. I've already installed

Re: [vchkpw] vpopmail + ldap problem

2006-03-19 Thread Oliver A. Rojo
Edy Sulai wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You much fill out the sn field because in qmailUser object, sn is required attribute. Make sure each object has their sn entry. I had vpopmail setup with ldap before, but that was quite a long time ago. As I remembered, a patch to

Re: [vchkpw] vpopmail + ldap problem

2006-03-19 Thread Edy Sulai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Easiest way to edit ldap object is through a GUI client, ie: phpldapadmin, ldapadministrator, etc. search for ldap client, you should get quite a lot of option. I use JExplorer myself. or you could do it by command line with ldapmodify command. And

RE: [vchkpw] vpopmail + ldap problem

2006-03-17 Thread Jennifer Abel
-Original Message- From: Oliver A. Rojo [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 9:26 PM To: Vpopmail Mailing List Subject: [vchkpw] vpopmail + ldap problem Im having a problem with integrating vpopmail with ldap. I've already installed everything... What

Re: [vchkpw] vpopmail + ldap problem

2006-03-16 Thread Edy Sulai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You much fill out the sn field because in qmailUser object, sn is required attribute. Make sure each object has their sn entry. I had vpopmail setup with ldap before, but that was quite a long time ago. As I remembered, a patch to vpopmail source was

Re: [vchkpw] vpopmail + ldap addressbook questions

2005-11-28 Thread Will Stringer
Thanks. Though this isn't exactly what I would like to do, I used it to make several scripts that tie in with qmailadmin's hooks. As soon as I have some time to clean them up a bit I will post them somewhere. -- Will On Sat, 26 Nov 2005, [EMAIL PROTECTED] spewed forth with great

Re: [vchkpw] vpopmail + ldap addressbook questions

2005-11-26 Thread eric . mar
hi, i.m using mysql+vpopmail configuration and export users with scripts i have created 3 scripts in sequence for export users of vpopmail to LDAP 1- LDAP REMOVE - Execute the command (ldap_remove.sh remove.ldif) 2- LDAP CREATE OU - Execute the command (ldap_create_ou.sh ou.ldif) 3- LDAP

Re: [vchkpw] vpopmail ldap round robin

2005-08-23 Thread Jan-Willem Regeer
On Jun 28, 2005, at 10:25 PM, Mathieu CHATEAU wrote: Hello all, some points regarding vpopmail ldap. 1/ qmailUser.schema while it is working with openldap 2.2.26, it's not with openldap 2.2.27. it inherits objects from person objectclass where they are MUST.

Re: [vchkpw] vpopmail + ldap

2005-03-18 Thread Tom Collins
On Mar 18, 2005, at 7:06 AM, Mike Husmann wrote: The catch: My user database is in Active Directory, and I can't talk management out of letting it go yet. There's an Active Directory authentication module in the source code. I don't know who wrote it, how to use it, whether it ever worked, or

Re: [vchkpw] vpopmail + ldap

2005-03-18 Thread Mike Husmann
On Fri, March 18, 2005 9:15 am, Tom Collins said: On Mar 18, 2005, at 7:06 AM, Mike Husmann wrote: The catch: My user database is in Active Directory, and I can't talk management out of letting it go yet. There's an Active Directory authentication module in the source code. I don't know

Re: [vchkpw] vpopmail + ldap

2005-03-18 Thread Ken Jones
On Friday 18 March 2005 9:15 am, Tom Collins wrote: On Mar 18, 2005, at 7:06 AM, Mike Husmann wrote: The catch: My user database is in Active Directory, and I can't talk management out of letting it go yet. There's an Active Directory authentication module in the source code. I don't

RE: [vchkpw] vpopmail + ldap

2005-03-18 Thread Jason Wilkinson
Mike Husmann wrote: I tried to compile it, but that fails, complaining about undefined references to ldap functions. The documentation I've read says to stay away from using it, especially in a production environment. So I turn back to ldap: Is it possible/feasible to extend the AD

Re: [vchkpw] vpopmail+ldap developer?

2003-12-22 Thread Michael Bowe
- Original Message - From: Michael Bowe [EMAIL PROTECTED] I am currently in the process of producing documentation along with a set of patches, so that we can ensure the LDAP module is good to go for the upcoming 5.4 release OK that has been done. Changes have been uploaded to CVS I

Re: [vchkpw] vpopmail+ldap developer?

2003-12-21 Thread Michael Bowe
- Original Message - From: Michael Bowe [EMAIL PROTECTED] - Original Message - From: Tom Collins [EMAIL PROTECTED] On Friday, December 5, 2003, at 10:23 AM, Oscar Retana M. wrote: I've found several bugs in vldap.c module. Who should I contact to report the bugs...

RE: [vchkpw] vpopmail+ldap developer?

2003-12-21 Thread Shane Chrisp
Well done Michael! :) Shane This weekend I have spent some time tinkering with vpopmail+ldap, and at last have successfully got it going :-) I have located quite a few pieces of code that need to be updated I am currently in the process of producing documentation along with a set of

Re: [vchkpw] Re:?[vchkpw]?vpopmail?+?ldap:?Error?80

2003-12-16 Thread Tom Collins
On Tuesday, December 16, 2003, at 04:37 PM, [EMAIL PROTECTED] wrote: but it scares me if there are few people using vpopmail-ldap. maybe i should use qmail-ldap instead? but i already use vpopmail 2 years, and it works great. now every service are using ldap, so i hope maybe vpopmail can

Re: [vchkpw] vpopmail + ldap: Error 80

2003-12-15 Thread X-Istence
Oscar Retana M. wrote: Despite the message found in README.ldap, Using vpopmail with LDAP is not very common, I have no other choise; I have to use it. I'll try to solve the bugs I find, and then even upload the patches. Buy maybe someone has already faced this problem: vadddomain test.com

Re: [vchkpw] vpopmail + ldap: Error 80

2003-12-15 Thread Michael Bowe
- Original Message - From: X-Istence [EMAIL PROTECTED] Oscar Retana M. wrote: vadddomain test.com password Error: Internal (implementation specific) error 80 Error 80 - 0x50 LDAP_OTHER - Unknown Error - Cool! Like README.ldap says, its not very common, in fact, we

Re: [vchkpw] vpopmail+ldap developer?

2003-12-07 Thread Michael Bowe
- Original Message - From: Tom Collins [EMAIL PROTECTED] On Friday, December 5, 2003, at 10:23 AM, Oscar Retana M. wrote: I've found several bugs in vldap.c module. Who should I contact to report the bugs... and the solutions :) Please post patches to SourceForge

Re: [vchkpw] vpopmail+ldap developer?

2003-12-06 Thread Tom Collins
On Friday, December 5, 2003, at 10:48 PM, X-Istence wrote: It would be nice to see an active developer for this part of vpopmail, would make a lot of things simpler for a company i work for, i do not have the time or skills to track down and find errors in the code.

Re: [vchkpw] vpopmail+ldap developer?

2003-12-06 Thread X-Istence
Tom Collins wrote: On Friday, December 5, 2003, at 10:48 PM, X-Istence wrote: It would be nice to see an active developer for this part of vpopmail, would make a lot of things simpler for a company i work for, i do not have the time or skills to track down and find errors in the code.

Re: [vchkpw] vpopmail+ldap developer?

2003-12-05 Thread Tom Collins
On Friday, December 5, 2003, at 10:23 AM, Oscar Retana M. wrote: I've found several bugs in vldap.c module. Who should I contact to report the bugs... and the solutions :) Please post patches to SourceForge http://vpopmail.sf.net/. Make sure they're against the latest development version. As

Re: [vchkpw] vpopmail+ldap developer?

2003-12-05 Thread X-Istence
Oscar Retana M. wrote: Hello. I've found several bugs in vldap.c module. Who should I contact to report the bugs... and the solutions :) Bye. - Oscar Retana M. It would be nice to see an active developer for this part of vpopmail, would make a lot of things simpler for a company i work for, i

Re: [vchkpw] Vpopmail +Ldap

2002-09-18 Thread Marcos Dutra
Hi Koji, My slapd.conf include is: include /usr/local/etc/openldap/schema/core.schema include /usr/local/etc/openldap/schema/cosine.schema include /usr/local/etc/openldap/schema/nis.schema include /usr/local/etc/openldap/schema/inetorgperson.schema include

Re: [vchkpw] Vpopmail +Ldap

2002-09-18 Thread Matteo Ridolfi
Scrive Marcos Dutra [EMAIL PROTECTED]: Hi Koji, My slapd.conf include is: include /usr/local/etc/openldap/schema/core.schema include /usr/local/etc/openldap/schema/cosine.schema include /usr/local/etc/openldap/schema/nis.schema include

Re: [vchkpw] Vpopmail +Ldap

2002-09-18 Thread Marcos Dutra
Hi speza. Thanks for help, this option resolved my problem.. Marcos Dutra Try with the line: schemacheck off into your slapd.conf /speza --Linux segfault 2.4.19-- home: http://speza.com icq#: 11471656 home2:

Re: [vchkpw] Vpopmail +Ldap

2002-09-18 Thread Sunagawa Koji / 砂川 孝児
Hi Marcos, Marcos Dutra [EMAIL PROTECTED] wrote: My slapd.conf include is: include /usr/local/etc/openldap/schema/core.schema include /usr/local/etc/openldap/schema/cosine.schema include /usr/local/etc/openldap/schema/nis.schema include

Re: [vchkpw] Vpopmail +Ldap

2002-09-17 Thread Sunagawa Koji / 砂川 孝児
Hi, Marcos Marcos Dutra [EMAIL PROTECTED] wrote: I compiled vpopmail with ldap and i copied qmailUser.schema from vpopmail source. When i will create a new domain or a new user, my ldap don't create the user and verifing the syslog and receive a message: ...(snip)... Sep 17 16:33:45 crash