Anjali,
You need create the OUs too. The first three steps to create a new directory tree:
1 - Create a suffix:
dn:dc=example,dc=com
2 - Create OUs
dn: ou=test,dc=example,dc=com dn:ou=test2,dc=example,dc=com
3 - Create things in OUs:
dn:cn=something,ou=test,dc=example,dc=com dn:cn=something2,ou=test2,dc=example,dc=com
Cheers.
On 11/5/07, Anjali Arora anjalikool@gmail.com wrote:
Hi,
Actually i want to create a directory tree hierarchy. If i mention suffix as dc=example,dc=com and next time a want to add dn: cn=file_name,ou=Development,dc=example,dc=com and dn: cn=file2,ou=SoftwareDeveloper,dc=example,dc=com then server is not allowing me to perform these kinds of operation server is giving ERROR: server is umwilling to perform the operation. how to handle this situation Please let me know as soon as possible.
Thanks and Regards, Anjali