summaryrefslogtreecommitdiff
path: root/source4/param/param.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-05-26 14:18:16 +1000
committerAndrew Tridgell <tridge@samba.org>2009-05-26 14:18:16 +1000
commit02996093088a9244c44f46818ac093430d21a99c (patch)
treee635307f9ba9c259b183fdcbc6bd0c5d096718da /source4/param/param.h
parentc80c3b5edd231ab919b2054e22a99ba28aa11eac (diff)
parent6ef65389fd2f2bdcafe840e0cd0221bb9f26bdfc (diff)
downloadsamba-02996093088a9244c44f46818ac093430d21a99c.tar.gz
samba-02996093088a9244c44f46818ac093430d21a99c.tar.bz2
samba-02996093088a9244c44f46818ac093430d21a99c.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source4/param/param.h')
-rw-r--r--source4/param/param.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/param/param.h b/source4/param/param.h
index 3d257be062..27bc32f9b9 100644
--- a/source4/param/param.h
+++ b/source4/param/param.h
@@ -362,6 +362,9 @@ int param_write(struct param_context *ctx, const char *fn);
bool lp_is_mydomain(struct loadparm_context *lp_ctx,
const char *domain);
+bool lp_is_my_domain_or_realm(struct loadparm_context *lp_ctx,
+ const char *domain);
+
/**
see if a string matches either our primary or one of our secondary
netbios aliases. do a case insensitive match
@@ -434,6 +437,8 @@ const char *lp_messaging_path(TALLOC_CTX *mem_ctx,
struct smb_iconv_convenience *smb_iconv_convenience_init_lp(TALLOC_CTX *mem_ctx,
struct loadparm_context *lp_ctx);
+const char *lp_sam_name(struct loadparm_context *lp_ctx);
+
/* The following definitions come from lib/version.c */
const char *samba_version_string(void);