Hi,
  Seems that my schema conversion tool doesn't support attribute 
inheritance. That's not something which is used very often, however 
Turbo used it in the phpqladmin schema.

  Replace all those lines where you see "SUP owner" in an attribute 
definition, example:


Current:

attributetype ( 1.3.6.1.4.1.8767.3.2.4.4 NAME 'administrator'
   DESC 'Administrator for branch'
   SUP owner)


Fixed:

attributetype ( 1.3.6.1.4.1.8767.3.2.4.4 NAME 'administrator'
   DESC 'Administrator for branch'
   EQUALITY distinguishedNameMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   SINGLE-VALUE)


  I will keep this in mind for a feature enhancement.

BR,
Mike
-- 
http://www.netauth.com - LDAP Directory Consulting

--
Fedora-directory-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-directory-users


Hi Mike,

   Thank you for your help!
   This work!
   But exists other fileds that is the sama problem


 -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= 
-= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -=
   [09/Jul/2006:04:04:16 -0300] dse - The entry cn=schema in file 
/opt/fedora-ds/slapd-ldaptest/config/schema/55ns-phpQLAdmin.ldif is invalid, 
error code 21 (Invalid syntax) - attribute type controlBaseDn: Missing parent 
attribute syntax OID
[09/Jul/2006:04:04:16 -0300] dse - Please edit the file to correct the reported 
problems and then restart the server
 -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= 
-= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -=


I can make the same procedure with atrribute 'administrator' ?


current 
attributetype ( 1.3.6.1.4.1.8767.3.2.4.5 NAME 'controlBaseDn'
  DESC 'Search base DN for QmailLDAP/Controls objects'
  SUP owner)

fixed 
attributetype ( 1.3.6.1.4.1.8767.3.2.4.5 NAME 'controlBaseDn'
  DESC 'Search base DN for QmailLDAP/Controls objects'
   EQUALITY distinguishedNameMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   SINGLE-VALUE)




the all attributes with SUP onwer are...

attributetype ( 1.3.6.1.4.1.8767.3.2.4.5 NAME 'controlBaseDn'
  DESC 'Search base DN for QmailLDAP/Controls objects'
  SUP owner)
 

attributetype ( 1.3.6.1.4.1.8767.3.2.4.10 NAME 'ezmlmAdministrator'
  DESC 'Mailinglist Administrator for branch'
  SUP owner)


attributetype ( 1.3.6.1.4.1.8767.3.2.4.12 NAME 'controlsAdministrator'
  DESC 'QmailLDAP/Controls information administrator(s)?'
  SUP owner)



I can make the same procedure?!


Very very thanks!


Carlos Cesario

--
Fedora-directory-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-directory-users

Reply via email to