Moin!

Today I installed phpLDAPadmin for my first ldap-server. I tried to
create a posix unix group but can't because of the following:

Missing RDN attribute cn in the xml-file

here is my posixGroup template:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd">

<template>
<askcontainer>1</askcontainer>
<description>New Posix Group</description>
<icon>ldap-ou.png</icon>
<invalid>0</invalid>
<rdn>cn</rdn>
<!-- <regexp>^ou=.*,</regexp> -->
<title>Generic: Posix Group</title>
<visible>1</visible>

<objectClasses>
<objectClass id="posixGroup"></objectClass>
</objectClasses>

<attributes>
<attribute id="cn">
        <display>Group</display>
        <order>1</order>
        <page>1</page>
</attribute>
<attribute id="gidNumber">
        <display>GID Number</display>
        <order>2</order>
        <page>1</page>
        <readonly>1</readonly>
        <spacer>1</spacer>
        <value>=php.GetNextNumber(/;gidNumber)</value>
        <!--
<value><![CDATA[=php.GetNextNumber(/;gidNumber;false;(&(objectClass=posixGroup));*2,+1000)]]></value>
 -->
</attribute>
<attribute id="memberUid">
        <display>Users</display>
        <hidden>0</hidden>
        <order>3</order>
        <page>1</page>

<value><![CDATA[=php.MultiList(/;(&(objectClass=posixAccount));cn;%cn%
(%uid|-4%))]]></value>
</attribute>
</attributes>

</template>

Any idea what's wrong?

Thanks, Leuchtfeuer18


------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to