summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-06-04 15:24:20 +0000
committerLuke Leighton <lkcl@samba.org>1998-06-04 15:24:20 +0000
commit59e2992139774762456826f6667e73f2b39828d8 (patch)
tree22da85295b46db07c77fe44c4001faa21fad2665 /source3/include/proto.h
parent206f5882e7b93fc7e58785e005ea8c238b9b3c35 (diff)
downloadsamba-59e2992139774762456826f6667e73f2b39828d8.tar.gz
samba-59e2992139774762456826f6667e73f2b39828d8.tar.bz2
samba-59e2992139774762456826f6667e73f2b39828d8.zip
added "domain admin group" and "domain guest group" parameters. this is
because "domain admin users" and "domain guest users" was overloaded. incorrectly. (This used to be commit 04b824007263ac4879c7282a2d230deaac7d2c7b)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ff44a5841f..737ae94571 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -956,6 +956,8 @@ char *lp_driverfile(void);
char *lp_domain_sid(void);
char *lp_domain_other_sids(void);
char *lp_domain_groups(void);
+char *lp_domain_admin_group(void);
+char *lp_domain_guest_group(void);
char *lp_domain_admin_users(void);
char *lp_domain_guest_users(void);
char *lp_domain_hostsallow(void);