-
Cannot Read Home-MDB from LDAP Exchange with ADSI, in ASP
Hi,
I made this code, to read the information of ADSI var LDAP Exchange server
(5.5): Home-MDB.
In the code, I tried to read "Home-MDB" and "cn" LDAP var. Why I cannot
read the Home-MDB var? But I can read the "cn" var...
In admin /r of exchange, I modified the heuristics attributs of Home-MDB,
from 12 to 14, so I can read this var from LDAP client. But it's still not
work. Someone can help me?
Thanks
Here the ASP code, and the answer of program after :
<%
Dim bstrMailboxPath ' the ADsPath to the user's mailbox
bstrMailboxPath =
"LDAP://MFE_MTL_EXCH/cn=martin.healey,cn=Recipients,ou=Mtl-Fullum,o=M.F.E."
....
%>
<FONT FACE="Arial, Helvetica" SIZE=2>Server:
*<%=bstrMailboxPath%>*</font><br>
<%
Set monPath = GetObject(bstrMailboxPath)
%>
<FONT FACE="Arial, Helvetica" SIZE=2>Value Home-MDB:
*<%=Server.HTMLEncode(monPath.Get("Home-MDB"))%>*</font><br>
<FONT FACE="Arial, Helvetica" SIZE=2>Value cn:
*<%=Server.HTMLEncode(monPath.Get("cn"))%>*</font><br>
....
It's Answer:
Server:
*LDAP://MFE_MTL_EXCH/cn=martin.healey,cn=Recipients,ou=Mtl-Fullum,o=M.F.E.*
Value Home-MDB: **
Value cn: *Healey.Martin*
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|