Thanks for the information. I think the problem was in my perl script somewhere. I wasn't able to figure out exactly where. (It basically was a "foreach $domain ( @domains )" type loop. When I removed the loop and called the script from the shell one domain at a time ie:
#!/bin/sh /path/to/getusers.pl -domain=domain1.ext /path/to/getusers.pl -domain=domain2.ext /path/to/getusers.pl -domain=domain3.ext /path/to/getusers.pl -domain=domain4.ext it worked just fine. Sorry if this is getting a little off topic. I just thought it might have been the Imail LDAP implementation limiting me. Appearantly it was my lack of knowledge of perl or at least Net::LDAP. Thanks again for the help, Robert A. Fairburn III Network Administrator Leavenworth Online 4501 Commercial Place Leavenworth, KS 66048 (913) 727-2225 http://www.lvnworth.com ---------- Original Message ---------------------------------- From: "Doug Anderson" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Tue, 14 Sep 2004 18:52:42 -0500 >The problem I see with the scenario is if you're copying from ldap to a >different system, you're not getting the passwords. They didn't store them >in the ldap db from what I see. > >I had to modify those values to get the .net program working...it creates a >downloadable address book for the users. > >as for modifying them in the slapd.conf. It doesn't look like the admin >program makes any changes. so I added them in. > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
