RE: AD / ldap update

2011-09-26 Thread Conor Lillis
@listserv.ActiveState.com Subject: RE: AD / ldap update So, While you may or may not be using Microsoft Exchange, I wrote a Module that does a lot of Active Directory calls that help you with tasks like adding extra SMTP email addresses, etc (because it gets all this stuff into the correct format

RE: AD / ldap update

2011-09-24 Thread Steven Manross
estate.com] On Behalf Of Conor Lillis Sent: Thursday, September 22, 2011 4:02 AM To: perl-win32-users@listserv.ActiveState.com Subject: AD / ldap update Hi all, I have a requirement to add a new primary SMTP address to our users, and retain the existing primary SMTP address as an alias. The att

Re: AD / ldap update

2011-09-22 Thread anthony . okusanya
$ldap_server") or die "$@"; my $mesg = $obj_ldap->bind( $ADUserDN, password => $ADUser_Password ); my $mesg->code && die "ERROR:AD Connection Failure [". $mesg->error."]"; Try that Tony B. Okusanya From: "Conor Lillis"

Re: AD / ldap update

2011-09-22 Thread Tim Mooney
In regard to: Perl-Win32-Users Digest, Vol 61, Issue 7, perl-win32-users-re...: > Exchange uses any SMTP values in lowercase (eg > smtp:co...@angloirishbank.ie) as aliases, and will stamp outgoing SMTP > email with the value that starts with SMTP: uppercase (eg > SMTP:conorlil...@angloirishbank.ie

RE: AD / ldap update

2011-09-22 Thread Conor Lillis
in32-users@listserv.ActiveState.com Subject: RE: AD / ldap update Hi Angelos, Thanks for coming back to me. The account does have the rights - as part of testing I have successfully modified the displayName attribute. Regards, Conor Lillis Senior Systems Administrat

RE: AD / ldap update

2011-09-22 Thread Conor Lillis
-win32-users-boun...@listserv.activestate.com] On Behalf Of Angelos Karageorgiou Sent: 22 September 2011 12:19 To: perl-win32-users@listserv.ActiveState.com Subject: Re: AD / ldap update Without going through your code a quick question , does the username that you are using to authenticate against

Re: AD / ldap update

2011-09-22 Thread Angelos Karageorgiou
Without going through your code a quick question , does the username that you are using to authenticate against AD have Administrative level privileges ? On Thu, 22 Sep 2011 12:02:21 +0100, Conor Lillis wrote: > Hi all, > > I have a requirement to add a new primary SMTP address to our u

AD / ldap update

2011-09-22 Thread Conor Lillis
Hi all, I have a requirement to add a new primary SMTP address to our users, and retain the existing primary SMTP address as an alias. The attribute in AD that holds these values is "proxyAddresses". Exchange uses any SMTP values in lowercase (eg smtp:co...@angloirishbank.ie) as aliases, and will