1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00

r152: a quick airport commit ....

added ldbedit, a _really_ useful command

added ldbadd, ldbdel, ldbsearch and ldbmodify to build

solved lots of timezone issues, we now pass the torture tests with
client and server in different zones

fixed several build issues

I know this breaks the no-LDAP build. Wait till I arrive in San Jose for that
fix.
This commit is contained in:
Andrew Tridgell
2004-04-10 20:18:22 +00:00
committed by Gerald (Jerry) Carter
parent 31c23f14d6
commit af34710d4d
62 changed files with 1317 additions and 745 deletions

View File

@@ -174,7 +174,7 @@ int ldb_search(struct ldb_context *ldb,
const char *base,
enum ldb_scope scope,
const char *expression,
const char *attrs[], struct ldb_message ***res);
char * const attrs[], struct ldb_message ***res);
/*
free a set of messages returned by ldb_search