Donate Share

jabook - Java LDAP Addressbook Front-End

Code

Programming Languages: Java

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2006-05-01 cvs -d:pserver:anonymous@jabook.cvs.sourceforge.net:/cvsroot/jabook login

cvs -z3 -d:pserver:anonymous@jabook.cvs.sourceforge.net:/cvsroot/jabook co -P modulename

Show:

What's happening?

  • Comment: Default port number incorrect

    I'm using 1.0.0 beta 2.

    2007-02-22 09:26:32 UTC by ffes

  • Comment: Default port number incorrect

    What version are you using? I think we've fixed this by now in CVS.

    2007-02-22 05:07:10 UTC by rizzo

  • Refresh button

    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

  • Button bar

    A button bar would really help a lot, just like adding more hot keys.

    2007-02-13 16:13:20 UTC by ffes

  • Default port number incorrect

    The default port number is 398. This should be 389.

    2007-02-13 16:09:17 UTC by ffes

  • Fix for bug 1649638

    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

  • Fixed custom maps loading

    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

  • Comment: LDAP ACLs not repected ?

    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

  • Comment: LDAP ACLs not repected ?

    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

  • LDAP ACLs not repected ?

    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

Our Numbers