Quoting Adam Tauno Williams <[EMAIL PROTECTED]>:
Anyhow, if using either groupOfNames or groupOfUniqueNames, how about gidNumber attribute from posixGroup? I guess nss_ldap is not going to work without it. What would be the best way to add that attribute? Other than defining my custom object classes or using extensibleObject (obviously you do not recommend those two approaches)?In rfc2307bis.schema posixGroup is AUXILLIARY. objectclass ( 1.3.6.1.1.1.2.2 NAME 'posixGroup' SUP top AUXILIARY DESC 'Abstraction of a group of accounts' MUST gidNumber MAY ( userPassword $ memberUid $ description ) ) So it can be used in an additive fashion to groupOfNames.
OK, I see. Instead of making my custom object class, modify the existing posixGroup object class. Currently, my schema files define posixGroup as structural (the way it is defined in current standards). Hopefully this modification will be standardized soon.
I guess that when I'm making this change, I'll need to find all objects that use posixGroup, remove them from directory, and re-add them with new structural object class after the change. Anything else I need to watch out in general and OpenLDAP specific?
-- See Ya' later, alligator! http://www.8-P.ca/ --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
