From 18af18b35b72834284e079d79fae45a3d642676f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 17 Mar 2014 19:21:35 +0100 Subject: More progress.. Warning: Contains very ugly temporary hack for uidNumber<->objectSid mapping ;) --- server.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'server.h') diff --git a/server.h b/server.h index 1463f8a..79a6f4e 100644 --- a/server.h +++ b/server.h @@ -12,15 +12,11 @@ void server_setPassword(const char *server, const char *password); void server_setBase(const char *server, const char *base); -void server_setAlias(const char *server, const char *alias); - void server_initServers(); int server_send(epoll_server_t *server, const char *buffer, size_t len, const BOOL cork); -int server_aliasToBase(struct string *in, struct string *out); - -int server_baseToAlias(struct string *in, struct string *out); +int server_getFromBase(struct string *in); uint32_t server_searchRequest(int server, struct SearchRequest *req); -- cgit v1.2.3-55-g7522