thanks for you answer I'll check your advice and sorry for my late 
answer, I've reading about esasl that use gsasl and i don't know how to 
use that tool. Please if you have a example about that one, you'll help 
me so much <br><br><div class="gmail_quote">2011/12/2 Richard Carlsson <span dir="ltr"><<a href="mailto:carlsson.richard@gmail.com">carlsson.richard@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 12/03/2011 01:48 AM, Steve Davis wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Winston,<br>
<br>
This answer will not be directly helpful, and it's quite possible that<br>
someone else has done a lot of the work towards this capability within<br>
the (very helpful) community here. So please take my answer within the<br>
spirit it is meant.<br>
<br>
For sure it is possible to do this in Erlang. (Unless a programming<br>
language has a severe defect, it is always possible to do something<br>
with software :).<br>
<br>
The question is, how much effort will it take to achieve it?<br>
<br>
Well, I don't know of an Erlang application that implements an easy<br>
API for this particular functionality. But AFAIK active directory is<br>
essentially LDAP, and (obviously) communicates over TCP sockets. If<br>
you have a good definition of the protocol used, then Erlang's binary/<br>
bit syntax does make it relatively painless to implement a binary<br>
protocol, and gives you excellent control over socket communications.<br>
Definitely the binary/bit syntax is worth exploring as it is one of<br>
the great strengths of the language. This feature of Erlang will<br>
likely not meet your immediate need, but you'd be surprised at how<br>
quickly something like that can be done in Erlang compared to, say, an<br>
imperative language.<br>
<br>
Others here may be able to provide APIs/port drivers written with<br>
Erlang/OTP that get you closer with the AD and save some effort.<br>
</blockquote>
<br></div>
Maybe this will help:<br>
<a href="https://github.com/etnt/eldap" target="_blank">https://github.com/etnt/eldap</a><br><font color="#888888">
<br>
  /Richard</font><div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Meantime, I wish you luck and enjoyment in your journey with Erlang<br>
and OTP :)<br>
<br>
/s<br>
<br>
On Dec 2, 3:56 pm, Winston Sánchez<<a href="mailto:wsanc...@sidevox.com" target="_blank">wsanc...@sidevox.com</a>>  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm new at erlang programing, I need to know if is possible exchange<br>
messages with active directory with erlang's module.<br>
thanks for your attention<br>
<br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
erlang-questi...@erlang.<u></u>orghttp://<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</blockquote>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>