[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: make posixGroup auxiliary in 2.4.40



Quanah Gibson-Mount wrote:
> --On Tuesday, February 09, 2016 10:42 PM +0100 Chris
> <chris2014@postbox.xyz> wrote:
>> Nevertheless, is there a way to use rfc2307bis with dynamic
>> configuration?
>
> Sure.  Use slapcat to export your config DB, remove the problem schema, and
> reload with slapadd.

Ok. I thought this wasn't possible, because some attribute types are
marked as builtin in nis.schema:

# builtin
#attributetype ( 1.3.6.1.1.1.1.1 NAME 'gidNumber'
#       DESC 'An integer uniquely identifying a group in an administrative
domain'
#       EQUALITY integerMatch
#       SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )

- Chris