<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Jan 2016 13:47:40 Z</lastBuildDate><pubDate>21 Jan 2016 13:47:40 Z</pubDate><description>Hey there&#13;
&#13;
&#13;
Can anyone help with AD (Active Directory), I had no problem to connect to &#13;
AD and validate username and password, so far so good. I can not and need is &#13;
to bring the connected user attributes.&#13;
&#13;
Here I pass the code as I am using, maybe someone can help as should put the &#13;
DC parameters and CN, according to the following data:&#13;
&#13;
&#13;
LDAPReset ()&#13;
LDAPSession.Host = EDT_Servidor&#13;
LDAPSession.Port = 389&#13;
LDAPSession.Version = 3&#13;
LDAPSession.User = NoSpace (EDT_Usuario) + "@ cadena.com"&#13;
LDAPSession.Password = "BBHHJJ"&#13;
LDAPSession.Option = ldapDefaultOption&#13;
&#13;
// Connection&#13;
IF LDAPConnect ("MySession") = True THEN&#13;
sListAttributes is string = LDAPListAttribute ("MySession" "LDAP: &#13;
//cadena,CN=vpereyra@cadena.com,DC=cadena.com") -&gt; here the result brings &#13;
blank, no data&#13;
&#13;
&#13;
&#13;
Info ("Connected")&#13;
&#13;
ELSE&#13;
Info ("Not Connected")&#13;
END&#13;
LDAPDisconnect ("MySession")&#13;
&#13;
&#13;
From already thank you very much&#13;
&#13;
victor</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55970-windev-v20-active-directory/read.awp</link><title>windev v20 vs Active directory (AD)</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
