George Holbert wrote: > I'm attempting to add a mail-routing draft schema > (draft-lachman-laser-ldap-mail-routing-02.txt) to FDS. > The schema can be found here (among other places): > http://www.sendmail.org/m4/laser.txt > > In an unusual and unfortunate coincidence, the mailRoutingAddress OID > defined by the schema is the same as the OID for 'ntGroupType', which is > defined in FDS' 50ns-directory.ldif schema. > Also: A quick fix to this problem is not to change anything, just disable the 50ns-mail.ldif if you are not using Netscape Mail Server: # cd /opt/fedora-ds/slapd-`hostname`/config/schema # mkdir disabled # mv 50ns-mail.ldif disabled # cp ~/mail-routing.ldif 80mail-routing.ldif # cd ../.. # ./restart-slapd -- mike