summaryrefslogtreecommitdiffstats
path: root/server/providers/dp_backend.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-01-11 17:21:11 -0500
committerSimo Sorce <idra@samba.org>2009-01-11 17:21:11 -0500
commit9aaaff891a0125dc1102668a99338530fb07abfa (patch)
tree42b728f445da593aafdba32ee2fb456324b27c44 /server/providers/dp_backend.h
parent28fc5582c207d493a33406222da517a241a157ec (diff)
downloadsssd-9aaaff891a0125dc1102668a99338530fb07abfa.tar.gz
sssd-9aaaff891a0125dc1102668a99338530fb07abfa.tar.xz
sssd-9aaaff891a0125dc1102668a99338530fb07abfa.zip
Add support for getpwuid in proxy backend
Diffstat (limited to 'server/providers/dp_backend.h')
-rw-r--r--server/providers/dp_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/providers/dp_backend.h b/server/providers/dp_backend.h
index c7cb61c40..1ad31d5ec 100644
--- a/server/providers/dp_backend.h
+++ b/server/providers/dp_backend.h
@@ -52,6 +52,7 @@ int dp_be_store_account_posix(struct be_ctx *ctx,
uint64_t uid, uint64_t gid,
char *gecos, char *homedir, char *shell);
int dp_be_remove_account_posix(struct be_ctx *ctx, char *name);
+int dp_be_remove_account_posix_by_uid(struct be_ctx *ctx, uid_t uid);
int dp_be_cachedb_init(struct be_ctx *ctx);