Lines Matching defs:server

121 /* Cached ADS server to communicate with */
193 * On error, smb/server will enter maintenance mode; administrator intervention
345 * This is used to bind to an ADS server to see
656 * DNS server to query it for a list of ADS server(s). Once a reply is
671 * Upon successful completion, host list of ADS server(s) is returned. A host
862 * If this function is called during domain join, the specified kpasswd server
867 * kpasswd_srv: fully-quailifed hostname of the kpasswd server.
1088 * Reorder the list of servers 'servers' such that the specified server is
1090 * specified server will be moved to the end of the list.
1205 * The cached AD host will be set to the specified server.
1207 * functional level of the specified server after an anonymous LDAP query
1208 * is made to the specified server.
1212 * configured DNS server is down during DC failover.
1253 * Open a LDAP connection to an AD server and bind to it using credentials of
1296 * Acquire a TGT ticket for the specified user and then bind to an AD server
1404 * Open an LDAP connection to a discovered AD server for the specified domain.
1406 * server. On success, returns an AD handle. Otherwise, returns NULL.
1519 * Close connection to ADS server and free memory allocated for ADS handle.
1522 * ah: handle to ADS server
1643 * ah : handle to ADS server
1716 * ah : handle to ADS server
1802 * ah : handle to ADS server
2065 * These values are not populated on Windows 2000 server.
3023 * If server argument is set, try to locate the specified DC.
3027 * server - fully-qualifed hostname of the DC to be sought
3031 smb_ads_lookup_msdcs(char *fqdn, char *server, char *buf, uint32_t buflen)
3042 sought_host = (*server == 0 ? NULL : server);