| Stefan Zoerner (JIRA) 2006-10-01, 7:11 pm |
| [ http://issues.apache.org/jira/brows...ER-752?page=all ]
Stefan Zoerner updated DIRSERVER-752:
-------------------------------------
Attachment: AddAliasTest.java
Here is a JUint test, which basically adds the following to the example partition. and deletres it afterwards.
---
dn: ou=favorite,dc=example,dc=com
ou: favorite
objectclass: organizationalUnit
objectclass: top
dn: ou=bestFruit,dc=example,dc=com
aliasedobjectname: ou=favorite,dc=example,dc=com
ou: bestFruit
objectclass: alias
objectclass: top
---
It works on IBM Tivoli Directory Server 6.0 and Apache Directory Server 1.0 RC4.
> Alias Problem
> -------------
>
> Key: DIRSERVER-752
> URL: http://issues.apache.org/jira/browse/DIRSERVER-752
> Project: Directory ApacheDS
> Issue Type: Bug
> Environment: windows XP
> Reporter: mbah tenjoh-okwen
> Attachments: AddAliasTest.java
>
>
> hello
> I would like to know if apacheDS supports aliasing and if so what do I need to do in other to add a
> sub context of object class type "alias". Each time I try to add one I get an error report. I use JNDI and so the error i get is of type javax.naming.NamingException .
> I will appreciate your help
> thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|