[CalendarServer-users] Groups with no members syntax

Gaurav Jain monkeyfdude at gmail.com
Wed Mar 11 15:23:24 PDT 2015


Hi,

Groups conf has a syntax like this

  <group>
    <uid>users</uid>
    <password>users</password>
    <name>Users Group</name>
    <members>
      <member type="users">test</member>
    </members>
  </group>


What should be the syntax for groups with no members. I get errors on
configuration with empty elements

  <group>
    <uid>users</uid>
    <password>users</password>
    <name>Users Group</name>
    <members>
    </members>
  </group>

or

  <group>
    <uid>users</uid>
    <password>users</password>
    <name>Users Group</name>
  </group>

or

  <group>
    <uid>users</uid>
    <password>users</password>
    <name>Users Group</name>
    <members/>
  </group>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-users/attachments/20150311/59f0571a/attachment.html>


More information about the calendarserver-users mailing list