[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605628#action_12605628
 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-319:
--------------------------------------------------

Thanks for the answer.

I can see from your logs that you managed to create 2 users and 1 group, but 
the creation of the 2nd group failed. Is that right?

I tried to follow what you did and I was able to create 2 users and 2 groups 
with success.
Here are my logs:
#!RESULT OK
#!CONNECTION ldap://localhost:10389
#!DATE 2008-06-17T16:41:37.861
dn: uid=test.0001,ou=users,dc=example,dc=com
changetype: add
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
objectClass: top
givenName: test0001
uid: test.0001
sn: 0001
cn: test

#!RESULT OK
#!CONNECTION ldap://localhost:10389
#!DATE 2008-06-17T16:42:19.905
dn: cn=test.0001,ou=groups,dc=example,dc=com
changetype: add
objectClass: groupOfUniqueNames
objectClass: top
uniqueMember: uid=test.0001,ou=users,dc=example,dc=com
cn: test.0001

#!RESULT OK
#!CONNECTION ldap://localhost:10389
#!DATE 2008-06-17T16:43:19.164
dn: uid=test.0002,ou=users,dc=example,dc=com
changetype: add
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
objectClass: top
givenName: tes0002
uid: test.0002
sn: test
cn: 0002

#!RESULT OK
#!CONNECTION ldap://localhost:10389
#!DATE 2008-06-17T16:43:58.775
dn: cn=test.0002,ou=groups,dc=example,dc=com
changetype: add
objectClass: groupOfUniqueNames
objectClass: top
uniqueMember: uid=test.0002,ou=users,dc=example,dc=com
cn: test.0002

I'm affraid, it'll be difficult for us to reproduce this bug.

What directory server are you using?

> LDAP Browser creating new entry becomes empty and unusable in Windows Vista 
> after certain actions
> -------------------------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-319
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-319
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-ldapbrowser
>    Affects Versions: 1.1.0
>         Environment: Windows Vista SP1 32Bit, 4GB RAM, Intel Core 2 Duo E6750 
> CPU @ 2,66GHz
> SUN Java JDK 1.5.0_15 and SUN Java JDK 1.6.0_05
>            Reporter: Markus Pohle
>            Assignee: Stefan Seelmann
>            Priority: Blocker
>             Fix For: 1.1.1
>
>         Attachments: DIRSTUDIO-319.jpg
>
>
> Following happens:
> 1. Starting Directory Studio
> 2. Browsing to tree position cn=users,cn=cms,dc=applications
> 3. Right click "new entry" and select "Inetorgperson"
> 4. fill out all needed information
> 5. finish creation
> 6. browse to cn=rollen,cn=cms,dc=application
> 7. Right click "new entry" and select "groupOfUniqueNames"
> 8. fill out all needed information
> 9. finish creation
> 10. repeat step 2 and 3
> 11. now the overlayed window becomes complete empty. can only be cancelled by 
> clicking on right corner "x"
> 12. underlaying Directory Studio window becomes inaccessible, too. only way 
> is to kill the task

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to