[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
aliased objects follow across different suffixes on same server?
- To: openldap-technical@openldap.org
- Subject: aliased objects follow across different suffixes on same server?
- From: Tyler Gates <tgates81@gmail.com>
- Date: Fri, 12 Aug 2011 21:46:55 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=p+Qugb9eUNVkLtkCUPf5VJTePpckG/jg/VgA9qHYFgY=; b=fpHk5897S0omVH9u6GFFokXBB4Bh/iWhGn2oLHqcJwcb5eQIu4l4XxYdJCDbQsnjze +xWk7PMOaoL7IfdeP/xVsBwxRmdwMHf9OV3Y/eO8EL/hQCSBhX05vOVVHVnNrGlwFH5w Fs/zYrQX7y0XiOyL1kQS6w2civCtmh5xiqLrI=
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11
Hello,
I would like to know if it is possible to have an aliasedobjectname
reference an object that is defined in a different database as a
different suffix on the same server.
I have deref set to always but it doesn't seem to be following the alias
as long as it is not on its own suffix.
Below is an example of what I am trying to do.
suffix1: dc=example,dc=com
dn: cn=entry,dc=example,dc=com
...
suffix2: dc=example,dc=net
dn: cn=entry2,dc=example,dc=net
objectClass: alias
objectClass: extensibleObject
aliasedobjectname: cn=entry,dc=example,dc=com