RE: LDAP Dilemma

2001-10-04 Thread Snook, Kevin S (ITD)
]] Sent: 04 October 2001 13:36 To: MS-Exchange Admin Issues Subject: RE: LDAP Dilemma Kevin, Will this work for user permissions with Exchange 5.5? It looks more like the AD for Exchange 2000, I do not see where you call the Exchange Server Name, I see the domain. -Original Message- From

RE: LDAP Dilemma

2001-10-04 Thread White, Don (PSC)
:30 AM To: MS-Exchange Admin Issues Subject: RE: LDAP Dilemma Hiding the mailbox is easy use: objMailbox.Put "Hide-From-Address-Book", True The permissions are more difficult. Although, in Exchange admin, when you add the assoc-NT-account it automatically sets the permissions, you

RE: LDAP Dilemma

2001-10-04 Thread Snook, Kevin S (ITD)
rity Identifier. Picture this as the key to the door. Clearly, if the key fits the lock then you can open the door (Sorry about the first grade analogy but it's a good one!). Kevin -Original Message- From: White, Don (PSC) [mailto:[EMAIL PROTECTED]] Sent: 03 October 2001 21:33 To: MS-Ex

RE: LDAP Dilemma

2001-10-03 Thread White, Don (PSC)
$VBtest@" NewMailboxArray(3) = "smtp$[EMAIL PROTECTED]" objNewUser.PutEx 2, "otherMailbox", NewMailboxArray I bet the next thing you'll be asking about is how to set the Permissions. Get back to the list when you're there. Kevin -Original Message- From: W

RE: LDAP Dilemma

2001-10-02 Thread White, Don (PSC)
Admin Issues Subject: RE: LDAP Dilemma 1) Yes. The SID is required. Try this: Dim rbSID(1024) As Byte Get_Exchange_Sid strExchDomain, UserName, rbSID .Put "Assoc-NT-Account", rbSID Function Get_Primary_DCName(ByVal MName As String, ByVal DName As String) As String Dim Result As Long D

RE: LDAP Dilemma

2001-10-02 Thread Snook, Kevin S (ITD)
quot; NewMailboxArray(3) = "smtp$[EMAIL PROTECTED]" objNewUser.PutEx 2, "otherMailbox", NewMailboxArray I bet the next thing you'll be asking about is how to set the Permissions. Get back to the list when you're there. Kevin -Original Message- From: White,

LDAP Dilemma

2001-10-02 Thread White, Don (PSC)
I am trying to create an Exchange 5.5 Mailbox through LDAP using VB. If anyone has had any luck doing this in the past I am looking for a couple of helps 1) My first problem is with the following Line. I am assuming that I will need to get the SID for the account instead. Can anyone verif