From f17407b7baba9198ecd8a467cbe39994d2955ad1 Mon Sep 17 00:00:00 2001 From: Martin Hedenfal Date: Wed, 30 Jun 2010 19:26:40 +0000 Subject: Add a global root user that is allowed to read/write entries in all local namespaces. Useful for dump/restore of all namespaces. --- usr.sbin/ldapd/ldapd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ldapd/ldapd.h') 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 @@ -241,6 +241,8 @@ struct ldapd_config struct referrals referrals; struct acl acl; struct schema *schema; + char *rootdn; + char *rootpw; }; struct ldapd_stats -- cgit v1.2.3