Hi Roland, > > please edit your LAM server profile. In the modules selection for > groups > please remove the posixGroup module and add > groupOfUniqueNames+rfc2307bisPosixGroup. > I guess you are using Suse Linux which uses a special posixGroup object > class.
While my clients are OpenSUSE I am using the OpenDJ LDAP server, http://www.forgerock.com/opendj.html. It's the continuation of OpenDS after Oracle affectively killed the project by abandoning it. I've set "types: modules_group: groupOfUniqueNames,rfc2307bisPosixGroup" in my server profile but when I attempt to create a posixGroup I'm getting a message that I need to add at least one member to the group. Technically this is not required by the schema, see the objectClass definition below. The OpenLDAP schema is based on RFC2256 where a uniqueMember is required. Is this hardcoded into LAM or is it determining referencing the schema from the server? objectClasses: ( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL MUST cn MAY ( uniqueMember $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' ) The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient of this message, please contact the sender and delete this material from this computer. ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Lam-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lam-public
