You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, October 2nd 2006, 6:25pm

Using a single Kopete contact list for all users in a private network

Hello everybody!

Here we use Kopete to communicate with each other, using our private network. Each user has an account and therefore a contact list. However, my boss asked me if it would be possible to store a single contact list in our server, so when someone logs on, his(er) Kopete client retrieves contacts from this list. Working this way, the System Admin could only edit this file and all the accounts could be actualized when a new employee comes in or leaves the company...

Is it possible to do so?!

Another question: Is it possible to synchronize the Kontact and the Kopete lists, the same way MSN Messenger and Hotmail accounts do so?!

Thanks for all!

Cássio Marques

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Monday, October 2nd 2006, 7:25pm

RE: Using a single Kopete contact list for all users in a private network

What you could do is to copy someone's contactlist.xml (from ~/.kde/share/apps/kopete) to a folder which is readable for everyone. Make sure it's readonly and then, make symlinks from every user's home folder to that file:

Source code

1
2
$ cd ~/.kde/share/apps/kopete
$ ln -s /path/to/global/contactlist.xml contactlist.xml


I don't know if Kopete chokes on readonly contactlists however.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)