summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/ldap/libkdb_ldap/ldap_err.h
blob: 1f866925268809cf35278e5d82a31ee287e42ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
#define OP_INIT 1
#define OP_BIND 2
#define OP_UNBIND 3
#define OP_ADD 4
#define OP_MOD 5
#define OP_DEL 6
#define OP_SEARCH 7
#define OP_CMP 8
#define OP_ABANDON 9


int translate_ldap_error(int err, int op);