F
Feijó
How can I get all users, with name, fone, email, etc. from AD ?
I use Delphi 6, there is any component or lib? I had build a program to do
that from Novel with LDAP, ie:
conex := ldap_open(ldapSrv, port);
Ldap_set_Option(conex, LDAP_OPT_DEREF, @i);
I1 := ldap_search_s(conex, 'OU=*,O=SERVER', LDAP_SCOPE_SUBTREE, '(CN=*)',
nil, 0, @pSearch);
But I cant figure out how to make it work with Win2k server
are my parameters incorrect?
TIA!!!
Feijó
I use Delphi 6, there is any component or lib? I had build a program to do
that from Novel with LDAP, ie:
conex := ldap_open(ldapSrv, port);
Ldap_set_Option(conex, LDAP_OPT_DEREF, @i);
I1 := ldap_search_s(conex, 'OU=*,O=SERVER', LDAP_SCOPE_SUBTREE, '(CN=*)',
nil, 0, @pSearch);
But I cant figure out how to make it work with Win2k server
are my parameters incorrect?
TIA!!!
Feijó