summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-05-16 20:36:28 -0400
committerGünther Deschner <gd@samba.org>2009-05-29 18:03:56 +0200
commitf48e39540c9767e9077e7534a6d410b4ce597c86 (patch)
treeff28231947b4a63aab85daf2b37001c849738ca0 /source3/include
parent64d1b5c4e1efd734176c1ea6e5e564e626128b4f (diff)
downloadsamba-f48e39540c9767e9077e7534a6d410b4ce597c86.tar.gz
samba-f48e39540c9767e9077e7534a6d410b4ce597c86.tar.bz2
samba-f48e39540c9767e9077e7534a6d410b4ce597c86.zip
Consolidate create/delete account paths in pdbedit
Use common paths like for smbpasswd, so that all utilities behave the same way. As for smbpasswd this changes the behavior of pdbedit to create/delete unix users is the add/delete user scripts are provided, or ldapsam:editposix is configured. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 7d297f6c32..d5e403fa85 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4312,7 +4312,7 @@ enum brl_flavour lp_posix_cifsu_locktype(files_struct *fsp);
void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val);
int lp_min_receive_file_size(void);
char* lp_perfcount_module(void);
-
+void lp_set_passdb_backend(const char *backend);
/* The following definitions come from param/util.c */