> I'm setting up a Fedora Directory Server for user authentication; > > Currently users are stored as the following: > > dn: uid=user01,ou=People,dc=na,dc=infn,dc=it > <entry of user01> > > dn: uid=user02,ou=People,dc=na,dc=infn,dc=it > <entry of user02> > > Is it possible to publish each user entry as: > > dn: uid=user01,ou=People,dc=na,dc=infn,dc=it > <entry of user01> > > and also with: > > dn: email=user01 at domain.it,ou=People,dc=na,dc=infn,dc=it > <entry of user01> While it's theoretically possible using something like aliased records, DNs are, by definition, a single specifier per entry. What exectly are you trying to accomplish? Are you sure you need multiple DNs per entry?