From 61e8b80c85bf114da7f1d3dadfc2207564f5fbaa Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 3 Dec 2012 16:52:12 +0100 Subject: s3:passdb: fix building pdb_ldap as shared module Signed-off-by: Michael Adam Reviewed-by: Andreas Schneider Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Dec 3 19:12:29 CET 2012 on sn-devel-104 --- source3/passdb/ABI/pdb-0.sigs | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/passdb/ABI') diff --git a/source3/passdb/ABI/pdb-0.sigs b/source3/passdb/ABI/pdb-0.sigs index f32ca4f61f..4108b9a23b 100644 --- a/source3/passdb/ABI/pdb-0.sigs +++ b/source3/passdb/ABI/pdb-0.sigs @@ -238,6 +238,7 @@ pdb_set_workstations: bool (struct samu *, const char *, enum pdb_value_state) pdb_sethexhours: void (char *, const unsigned char *) pdb_sethexpwd: void (char *, const unsigned char *, uint32_t) pdb_sid_to_id: bool (const struct dom_sid *, struct unixid *) +pdb_sid_to_id_unix_users_and_groups: bool (const struct dom_sid *, struct unixid *) pdb_uid_to_sid: bool (uid_t, struct dom_sid *) pdb_update_autolock_flag: bool (struct samu *, bool *) pdb_update_bad_password_count: bool (struct samu *, bool *) -- cgit