How to get a list of domain user accounts with win32 api?
In particular, I cannot get this list if the computer is not a domain controller. Instead, he is a member of the domain.
Take a look at the LDAP API. This will allow you to query the LDAP server, which will have a list of user accounts.
Just use the netw apis.
Source: https://habr.com/ru/post/1698773/More articles:Vista Office Interop not working - c #Configuring a backup database server in an ASP.NET web.config file - sql-serverURL Based Authentication Link - securityHow to change the format of substitution variables in a template - unixCan I target an item before it is closed? - javascriptJoining Time Series - c #Processing large (over 1 gigabyte) files in PHP using stream_filter_ * - phpUsing Nagios / Monit / Munin with Windows - monitoringКак сделать прокручиваемый UIView в моем приложении iPhone? - iphoneIs there a good way to get around the limitations of running EXE files? - windowsAll Articles