Re: How do I allow root to edit mdb database?

2016-08-02 Thread Ryan Tandy
On Tue, Aug 02, 2016 at 12:37:58AM -0400, John Lewis wrote: How do I allow root aka dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external to edit olcDatabase={1}mdb,cn=config. Besides olcAuthRegex mentioned by other posters, setting up an explicit access control entry for that DN is

Modification of objectClass failing: how can I get details?

2016-08-02 Thread Côme Chilliet
Hello, I’m trying to modify an LDAP node to change its objectClasses: dn: cn�non-c5250,ou=printers,ou=systems,dc=xxx,dc=xxx cn: canon-c5250 description:: Q2Fub24gSVIgQURWIEM1MjUwIA=labeledURI: ipp://127.0.0.1 ipHostnumber: 127.0.0.1 macAddress: 12:12:12:12:12:12 objectClass: top objectClass:

Re: password policies not functioning properly

2016-08-02 Thread Kruger, P (Justid)
Just found the problem and the solution to the problem that policies were not working. It occurred that there was also a (probably mistakenly) second config module activated. The module I had configured with ppolicy, was not used. The extra module that was active, did not have the ppolicy

password policies not functioning as expected

2016-08-02 Thread Kruger, P (Justid)
Just found the problem and the solution. It occurred that there was also a (probably mistakenly) second config module activated. The module I had configured with ppolicy, was not used. The extra module that was active, did not have the ppolicy overlay loaded. After correcting this, all seems

Re: How do I allow root to edit mdb database?

2016-08-02 Thread Hallvard Breien Furuseth
On 02. aug. 2016 14:45, John Lewis wrote: On 08/02/2016 08:29 AM, John Lewis wrote: On 08/02/2016 08:17 AM, Hallvard Breien Furuseth wrote: (...) Set the global directive olcAuthzRegexp (in cn=config) aka authz-regexp (in slapd.conf) to "^gidNumber=0[+]uidNumber=0,cn=peercred,cn=external$"

In-Reply-To: AdHrvUgXFwns0ylwRzawJ6D0CewYvg==

2016-08-02 Thread Kruger, P (Justid)
Just found the problem and the solution. It occurred that there was also a (probably mistakenly) second config module activated. The module I had configured with ppolicy, was not used. The extra module that was active, did not have the ppolicy overlay loaded. After correcting this, all seems

Re: How do I allow root to edit mdb database?

2016-08-02 Thread John Lewis
On 08/02/2016 08:29 AM, John Lewis wrote: > On 08/02/2016 08:17 AM, Hallvard Breien Furuseth wrote: >> On 02. aug. 2016 13:15, John Lewis wrote: >>> If I wanted to map the permissions from >>> dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external to my >>> olcRootDN: which I will call

Re: How do I allow root to edit mdb database?

2016-08-02 Thread John Lewis
On 08/02/2016 08:17 AM, Hallvard Breien Furuseth wrote: > On 02. aug. 2016 13:15, John Lewis wrote: >> If I wanted to map the permissions from >> dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external to my >> olcRootDN: which I will call cn=Manager,dc=example,dc=com which is the >> olcRootDN:

Re: How do I allow root to edit mdb database?

2016-08-02 Thread Hallvard Breien Furuseth
On 02. aug. 2016 13:15, John Lewis wrote: If I wanted to map the permissions from dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external to my olcRootDN: which I will call cn=Manager,dc=example,dc=com which is the olcRootDN: for dn: olcDatabase={1}mdb,cn=config, how would I do it? Set the

Re: How do I allow root to edit mdb database?

2016-08-02 Thread John Lewis
On 08/02/2016 05:15 AM, Dieter Klünter wrote: > Am Tue, 2 Aug 2016 00:37:58 -0400 > schrieb John Lewis : > >> How do I allow root aka >> to edit >> olcDatabase={1}mdb,cn=config. I am trying to configure ldapscripts >> , but the

Re: How do I allow root to edit mdb database?

2016-08-02 Thread Dieter Klünter
Am Tue, 2 Aug 2016 00:37:58 -0400 schrieb John Lewis : > How do I allow root aka > dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external to edit > olcDatabase={1}mdb,cn=config. I am trying to configure ldapscripts > , but the