-
I'm using 1.0.0 beta 2.
2007-02-22 09:26:32 UTC by ffes
-
What version are you using? I think we've fixed this by now in CVS.
2007-02-22 05:07:10 UTC by rizzo
-
A way to manually refresh the tree. When two people use JABook, there is no way to refresh to see the updates by the other user, apart from disconnect and reconnect.
2007-02-13 16:14:02 UTC by ffes
-
A button bar would really help a lot, just like adding more hot keys.
2007-02-13 16:13:20 UTC by ffes
-
The default port number is 398. This should be 389.
2007-02-13 16:09:17 UTC by ffes
-
Here is the fix i use for bug 1649638.
The patch just add a uid attribute (and accessors) to Entry, parse the uid from the dn in the constructor and changes getUpdatedDn() so that it doesn't nuke the uid.
2007-02-01 17:34:16 UTC by jwickers
-
Added the path to the xml file as it is expected by the loader function later (JAbookAddressDetailPane.drawTabs() )
Note that you should also make a log fatal and exit 1 on the FileNotFoundException, this would at least give the user some feedback instead of just a crash.
2007-02-01 17:30:22 UTC by jwickers
-
Just patched the code, i will submit it in the Patches section.
I understand that changing the RDN is necessary when using CN but somehow you should probably add UID in the creation dialog.
The patch just add a uid attribute (and accessors) to Entry, parse the uid from the dn in the constructor and changes getUpdatedDn() so that it doesn't nuke the uid.
2007-02-01 16:06:38 UTC by jwickers
-
After some debugging with wireshark i found out what is different.
When Jxplorer performs a "modifyRequest" to the DN which works or not according to the ACL i defined in slapd configuration.
When JAbook wants to update an entry it performs a "modDNRequest" on the user DN entry, with "newrdn: cn=John Doe" (the value is in fact the same) and "deleteoldrdn: True"
Two things :
- Not...
2007-02-01 14:21:58 UTC by jwickers
-
I have setup my LDAP so that users can update there own info.
With the same connection parameters i can update my fields with Jxplorer but not with Jabook:
LDAPException: Insufficient Access Rights (50) Insufficient Access Rights
LDAPException: Server Message: no write access to old entry
LDAPException: Matched DN:
Any reason why the permission are not respected in Jabook but are in...
2007-02-01 10:48:07 UTC by nobody