
KevinR
Veteran

Jan 4, 2006, 11:15 AM
Post #4 of 5
(604 views)
|
it appears you are reading the perl source in a browser, the < and other entities like this are supposed to display as regular characters, like < is < and > is > so the line: GetObject("LDAP://<OrgUnitDN>"); should be: GetObject("LDAP://<OrgUnitDN>"); EDIT: actually it's a PDF document, but it looks OK to me. -------------------------------------------------
(This post was edited by KevinR on Jan 4, 2006, 11:19 AM)
|