> I've been using the ldap entries like the one below to mimic the behavior
> of /etc/aliases fopr email addresses that have more than one user
> destination.  Its not pretty, but it seems to work.  Now I am trying to
> upgrade to OpenLDAP 2.1.29 an my workaround no longer functions.  Instead
> the entry below fails to load with a "no structural object class provided"
> error.
>
> Can someone suggest a better way of doing the aliasing below that will not
> bump into openldap's schema verification?  I hate to add a "posixaccount"
> objectclass for something that doesn't require a user.
>
>
> dn: [EMAIL PROTECTED],ou=Aliases,dc=ticom,dc=com
> mail: [EMAIL PROTECTED]
> uid: my_email_list
> deliveryMode: forwardonly
> mailMessageStore: [EMAIL PROTECTED]/
> objectClass: qmailUser
> objectClass: top
> mailForwardingAddress: [EMAIL PROTECTED]
> mailForwardingAddress: [EMAIL PROTECTED]
> mailForwardingAddress: [EMAIL PROTECTED]

I was experiencing the same problem. What I did?
Just replaced the rfc2307bis.schema by the
nis.schema in the slapd.conf file.

At the end of rfc2307bis.schema you see the
namedObject object class. May be, if you use it
as one of your objects, you do not need to replace
rfc2307bis.schema for nis.schema, and that should
be nice, because, AFAIK, rfc2307bis.schema is the
right thing to use.

-- 
Bye,
Fernando Maciel Souto Maior
[EMAIL PROTECTED]
http://www.araujo.com.br
+55+31 3270-5886
LPIC/1 # 31908

AVISO-------------------------------------------------------------
Esta mensagem pode conter informacao confidencial ou privilegiada.
Se voce nao for o destinatario ou a pessoa autorizada a receber
esta mensagem, nao pode usar, copiar ou divulgar as informacoes
nela contidas ou tomar qualquer acao baseada nessas informacoes.
Se voce recebeu esta mensagem por engano, favor avisar o remetente
imediatamente, respondendo o e-mail e em seguida apagando-o.
Obrigado pela cooperacao.

DISCLAIMER--------------------------------------------------------
This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose or take any action based
on any information herein. If you have received this message in
error, please advise the sender immediately by replying to this
e-mail and delete this message. Thank you for your cooperation.

------------------------------------------------------------------
This email was sent using SquirrelMail - http://squirrelmail.org

Reply via email to