Menu

#9 LDAP support for abook_group-0.51rc1

open
nobody
None
5
2006-10-09
2006-06-27
No

This patch adds support for LDAP address books to the
SquirrelMail plugin "abook_group".
I only tested this with flat files, but I assume it
will also work with PEAR databases.

As LDAP "nicknames" contain commas, we could not keep
on using comma "," as the group member separator.
We use the pipe character ("|") to replace the comma.

Therefore the new flat file format patch is not
backward compatible.

In order to convert potential existing
/var/lib/squirrelmail/data/*.agroup files, you can type
this :
sed -i 's/,/|/g' *.agroup

Note : I've just seen another patch was submitted for
doing the same. I see we had the same idea about the "|".

Discussion

  • Sebastien Ducoulombier

    Patch for abook_group version 0.51rc1

     
  • Tomas Kuliavas

    Tomas Kuliavas - 2006-08-19

    Logged In: YES
    user_id=225877

    I will release current 0.51cvs as 0.51 and will check your
    patch in 0.52cvs.

     
  • Tomas Kuliavas

    Tomas Kuliavas - 2006-08-19
    • assigned_to: nobody --> tokul
     
  • Tomas Kuliavas

    Tomas Kuliavas - 2006-10-09
    • assigned_to: tokul --> nobody
     

Log in to post a comment.