Quanah Gibson-Mount wrote:
--On Wednesday, February 10, 2016 7:05 PM +0100 Chris chris2014@postbox.xyz wrote:
# 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 )
Clearly slapd functions just fine when nis.schema is not present, even though gidNumber is hard coded in. It's hard coded in for non-NIS functions. Unless you have objects in your tree *using* other elements of the nis.schema, it's fine to remove. Built-in items are *always* present in slapd. Removing a schema that doesn't actually define it (such as nis.schema) then has no effect if you're not using it.
Thank you. I will try removing it.
- Chris