[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: invalid syntax on pwdPolicy object add
On Mon, 13 Sep 2010 11:34:56 +0200, Emmanuel Lecharny <elecharny@gmail.com> wrote:
>> On Mon, 13 Sep 2010 10:52:03 +0200, Christian Manal<moenoel@informatik.uni-bremen.de> wrote:
>>> Hi,
>>>
>>> pwdPolicy is an auxiliary objectClass. You have to use it in conjunction
>>> with a structural objectClass. Look at the example from the admin guide:
>>>
>>> <http://www.openldap.org/doc/admin24/overlays.html#Password%20Policies>
>>>
>>>
>> Hi
>>
>> I've tried to use add the 'person' object (core.schema is loaded), but I still obtain the same error
>
> Also include the schema :
>
> |include /opt/symas/etc/openldap/schema/ppolicy.schema|
>
> in slapd.conf.
Hi,
>From my first email, ppolicy.schema is included:
---
include /etc/ldap/schema/ppolicy.schema
---
Julien