c - bsd or posix way get preferred domain controller? -
is there way preferred domain controller name using bsd/posix c function calls? please, advice if there functions can used preferred dc name under mac os x.
domain controllers aren't standardized in way. if want discover domain controller, best thing find target domain controller protocol , find through protocol using sockets. instance, windows domain controllers can found using c# libraries, in linux c you'd either have 3rd party library or write protocol out yourself.
Comments
Post a Comment