summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/ldapd.h
diff options
context:
space:
mode:
authorMartin Hedenfal <martinh@cvs.openbsd.org>2010-06-30 19:26:40 +0000
committerMartin Hedenfal <martinh@cvs.openbsd.org>2010-06-30 19:26:40 +0000
commitf17407b7baba9198ecd8a467cbe39994d2955ad1 (patch)
treeed3950b57efca91a134898fc4130be4ee10e750c /usr.sbin/ldapd/ldapd.h
parent8d14703bd5414281e04301d2961bbb8b45280f37 (diff)
Add a global root user that is allowed to read/write entries in all local
namespaces. Useful for dump/restore of all namespaces.
Diffstat (limited to 'usr.sbin/ldapd/ldapd.h')
-rw-r--r--usr.sbin/ldapd/ldapd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ldapd/ldapd.h b/usr.sbin/ldapd/ldapd.h
index 5837391a984..ea206c14e09 100644
--- a/usr.sbin/ldapd/ldapd.h
+++ b/usr.sbin/ldapd/ldapd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldapd.h,v 1.14 2010/06/29 21:54:38 martinh Exp $ */
+/* $OpenBSD: ldapd.h,v 1.15 2010/06/30 19:26:39 martinh Exp $ */
/*
* Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se>
@@ -241,6 +241,8 @@ struct ldapd_config
struct referrals referrals;
struct acl acl;
struct schema *schema;
+ char *rootdn;
+ char *rootpw;
};
struct ldapd_stats