b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * This file and its contents are supplied under the terms of the
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * Common Development and Distribution License ("CDDL"), version 1.0.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * You may only use this file in accordance with the terms of version
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * 1.0 of the CDDL.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * A full copy of the text of the CDDL should have accompanied this
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * source. A copy of the CDDL is also available via the Internet at
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross% * Copyright 2014 Nexenta Systems, Inc. All rights reserved.
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross% * from ads_priv.x
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross% * Active Directory Services (ADS) Private interface between
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross% * libads and the ADS deamon. (RPC over doors)
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross% * Declarations for the ADS API
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross% * Server side stubs for the ADS API
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross% * Client side stubs for the ADS API
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross% * XDR routines for the ADS API
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Rosstypedef opaque adspriv_sockaddr[ADSPRIV_SOCKADDR_LEN];
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * Structure returned from DsGetDcName
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * NB: Keep same as DOMAIN_CONTROLLER_INFO
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross unsigned int dci_Flags;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * DsForceRediscovery args
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross unsigned int Flags;
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross * DsGetDcName args, result
b3700b074e637f8c6991b70754c88a2cfffb246bGordon Ross unsigned int Flags;