| Hari Fajri 2005-06-06, 8:55 am |
| Hi All,
what module to access windows active directory?
Regard
--- nancy clark <nancycl55@yahoo.com> wrote:
> Date: Mon, 6 Jun 2005 00:48:08 -0700 (PDT)
> From: nancy clark <nancycl55@yahoo.com>
> Subject: Re: Accessing Active Directory
> To: hf <hfprogs@yahoo.com>
>
> I'm using Perl, not C# man.
> I've no idea. Do u know a perl class/object to solve
> my problem ?
> Rgds,
>
>
> hf <hfprogs@yahoo.com> wrote:
>
> DirectoryEntry objDirEnt = new DirectoryEntry(path);
> foreach(string key in
> objDirEnt.Properties.PropertyNames) {
> Console.WriteLine(" " + key + " = ");
> foreach(Object objCollection in
> objDirEnt.Properties[key])
> Console.WriteLine(" " + objCollection);
> }
>
> --- nancy clark wrote:
>
>
>
> And make mention of Mary in the Scripture, when she
> had withdrawn from her people to a chamber looking
> East,
> And had chosen seclusion from them. Then We sent
> unto her Our Spirit and it assumed for her the
> likeness of a perfect man.
> She said: Lo! I s refuge in the Beneficent One
> from thee, if thou art God- fearing.
> He said: I am only a messenger of thy Lord, that I
> may bestow on thee a faultless son.
> She said: How can I have a son when no mortal hath
> touched me, neither have I been unchaste ?
> He said: So (it will be). Thy Lord saith: It is easy
> for Me. And (it will be) that We may make of him a
> revelation for mankind and a mercy from Us, and it
> is a thing ordained.
> And she conceived him, and she withdrew with him to
> a far place.
> And the pangs of childbirth drove her unto the trunk
> of the palm-tree. She said: Oh, would that I had
> died ere this and had become a thing of naught,
> forgotten!
> Then (one) cried unto her from below her, saying:
> Grieve not! Thy Lord hath placed a rivulet beneath
> thee,
> And shake the trunk of the palm-tree toward thee,
> thou wilt cause ripe dates to fall upon thee.
> So eat and drink and be consoled. And if thou
> meetest any mortal, say: Lo! I have vowed a fast
> unto the Beneficent, and may not speak this day to
> any mortal.
> Then she brought him to her own folk, carrying him.
> They said: O Mary! Thou hast come with an amazing
> thing.
> O sister of Aaron! Thy father was not a wicked man
> nor was thy mother a harlot.
> Then she pointed to him. They said: How can we talk
> to one who is in the cradle, a young boy ?
> He spake: Lo! I am the slave of Allah. He hath given
> me the Scripture and hath appointed me a Prophet,
> And hath made me blessed wheresoever I may be, and
> hath enjoined upon me prayer and almsgiving so long
> as I remain alive,
> And (hath made me) dutiful toward her who bore me,
> and hath not made me arrogant, unblest.
> Peace on me the day I was born, and the day I die,
> and the day I shall be raised alive!
> Such was Jesus, son of Mary: (this is) a statement
> of the truth concerning which they doubt.
> It befitteth not (the Majesty of) Allah that He
> should take unto Himself a son. Glory be to Him!
> When He decreeth a thing, He saith unto it only: Be!
> and it is.
> And lo! Allah is my Lord and your Lord. So serve
> Him. That is the right path.
> The sects among them differ: but woe unto the
> disbelievers from the meeting of an awful Day.
> See and hear them on the Day they come unto Us! yet
> the evil-doers are to- day in error manifest.
> And warn them of the Day of anguish when the case
> hath been decided. Now they are in a state of
> carelessness, and they believe not.
> Lo! We, only We, inherit the earth and all who are
> thereon, and unto Us they are returned.
>
> Qoran, Mary 16-50
>
>
>
> ---------------------------------
> Discover Yahoo!
> Stay in touch with email, IM, photo sharing & more.
> Check it out!
__________________________________
Discover Yahoo!
Stay in touch with email, IM, photo sharing and more. Check it out!
http://discover.yahoo.com/stayintouch.html
|