<br><br><div class="gmail_quote">On Mon, Mar 19, 2012 at 2:32 PM, Simo Sorce <span dir="ltr"><<a href="mailto:simo@redhat.com">simo@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Mon, 2012-03-19 at 13:51 +0100, Marco Pizzoli wrote:<br>
><br>
> In attachment. You can find only one, but all of them are equivalent<br>
> from this point.<br>
> They are indeed seen as structural, even if my added schema file<br>
> declare them as auxiliary.<br>
<br>
</div>Can you attach the (sanitized) schema file you added to 389ds ?<br></blockquote><div><br>Already done on this thread. See my previous mail to Dmitri.<br><br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


Also can you run a ldapsearch command and search in the 'cn=schema'<br>
base ? This will give you back what 389ds sends to a client.<br></blockquote><div><br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
This command searches for everything but uses an attribute filter to<br>
show only the objectclasses:<br>
ldapsearch -x -h server -b 'cn=schema' 'objectClasses'<br>
<br>
No need to attach everything return, just edit the result and attach<br>
only the results for your calsses.<br></blockquote><div><br>Ok, here it is:<br>[root@freeipa01 ~]# ldapsearch -h 127.0.0.1 -x -D"cn=Directory Manager" -s base  -W -b "cn=schema" "objectClasses"|perl -0pe 's/\n //g'<br>

<br>objectClasses: ( 1.3.6.1.4.1.36005.0.2.6.2 NAME 'xxxPeopleAttributes' DESC 'Definizione di attributi specifici per gli utenti XXX' STRUCTURAL MAY xxxUfficio )<br>objectClasses: ( 1.3.6.1.4.1.36005.0.2.6.3 NAME 'xxxGroupsAttributes' DESC 'Definizione di attributi specifici per i gruppi XXX' STRUCTURAL MAY ( xxxProgetto $ xxxAmbiente $ xxxTipoGruppo ) )<br>

objectClasses: ( 1.3.6.1.4.1.36005.0.2.6.4 NAME 'xxxWebminAttributes' DESC 'Definizione di attributi specifici per gli oggetti Webmin' STRUCTURAL MAY xxxWebminAmbiente )<br>objectClasses: ( 1.3.6.1.4.1.36005.0.2.6.5 NAME 'xxxDB2GroupsAttributes' DESC 'Definizione di attributi specifici per i gruppi DB2' STRUCTURAL MAY xxxDB2GruppiPrivilegi )<br>

objectClasses: ( 1.3.6.1.4.1.36005.0.2.6.1 NAME 'xxxAttributes' DESC 'Definizione di attributi specifici per utilizzo interno' STRUCTURAL MAY ( xxxProgetto $ xxxAmbiente $ xxxTipoGruppo $ xxxDB2GruppiPrivilegi ) ) <br>

<br></div></div>By seeing this output, I just checked again and I confirm that in my file /etc/dirsrv/slapd-UNIX-MYDOMAIN-IT/schema/98myfile.ldif they are still AUXILIARY. <br><br>Marco<br>