Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 3f5b637

Browse files
committed
lets forgo the gid attribute. I guess we'll only need that when thinking about linux file permissions
1 parent 72a9cdc commit 3f5b637

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

customGroup.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<attributes>
2020
<attribute id="cn">
21-
<display>Group</display>
21+
<display>Group Name</display>
2222
<order>1</order>
2323
<page>1</page>
2424
</attribute>
@@ -27,20 +27,17 @@
2727
<order>2</order>
2828
<page>1</page>
2929
</attribute>
30-
<attribute id="gidNumber">
31-
<display>GID Number</display>
30+
<attribute id="owner">
31+
<display>Owner</display>
3232
<order>3</order>
3333
<page>1</page>
34-
<readonly>1</readonly>
35-
<spacer>1</spacer>
36-
<value>=php.GetNextNumber(/;gidNumber)</value>
37-
<!-- <value><![CDATA[=php.GetNextNumber(/;gidNumber;false;(&(objectClass=posixGroup));*2,+1000)]]></value> -->
34+
<value><![CDATA[=php.MultiList(/;(&(objectClass=posixAccount));dn;%cn% (%uid|-4%))]]></value>
3835
</attribute>
3936
<attribute id="uniqueMember">
4037
<display>Members</display>
4138
<order>4</order>
4239
<page>1</page>
43-
<!-- <value><![CDATA[=php.MultiList(/;(&(objectClass=posixAccount));dn;%cn% (%uid|-4%))]]></value> -->
40+
<value><![CDATA[=php.MultiList(/;(&(objectClass=posixAccount));dn;%cn% (%uid|-4%))]]></value>
4441
</attribute>
4542
</attributes>
4643

0 commit comments

Comments
 (0)