osdir.com
mailing list archive
Mozy Online Backup: 2GB Free. Automatic. Secure.

Subject: Re: LDAP Authentication - msg#00040

List: kde.devel.pim

Date: Prev Next Index Thread: Prev Next Index
Thanks, now all I need to do is get a stable version of KDE running
(Installing CVS kdelibs on top of KDE 3.1 seems to be a bad idea. ;)

> In KControl
> KDE Components -> Address Book Configuration
>
> - select the LDAP resource
> - click the 'Edit...' button
> - uncheck the 'anonymous login' checkbox and fill out the
> user/password field
> - have fun :)
>
> Ciao,
> Tobias

--
Joshua Pollak 617-491-3474 x586
Software Engineer joshp@xxxxxxx
Charles River Analytics
_______________________________________________
kde-pim mailing list
kde-pim@xxxxxxxxxxxx
http://mail.kde.org/mailman/listinfo/kde-pim
kde-pim home page at http://pim.kde.org/



Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: LDAP Authentication

On Mon, Feb 03, 2003 at 03:46:03PM -0500, Joshua Pollak wrote: Hi Joshua, > Is it possible to get KAddressBook (from KDE 3.1) to authenticate with the > LDAP server before searching? We have an Exchange 5.5 server here at work > that requires authentication before we can search... I couldn't find a > dn/password entry under the LDAP setup. In KControl KDE Components -> Address Book Configuration - select the LDAP resource - click the 'Edit...' button - uncheck the 'anonymous login' checkbox and fill out the user/password field - have fun :) Ciao, Tobias -- In a world without walls and fences who needs Windows and Gates??? _______________________________________________ kde-pim mailing list kde-pim@xxxxxxxxxxxx http://mail.kde.org/mailman/listinfo/kde-pim kde-pim home page at http://pim.kde.org/

Next Message by Date: click to view message preview

KPilot & non-latin1 Pilots

Just committed to BRANCH, partial QTextCodec support for KPilot (at last!) so that users of a SJIS or KOI8-R encoded Pilot can actually do something with KPilot other than use it to make backups. Right now the only part that does the conversion right is the list of titles in the memo viewer, but it's a start. People with charset problems in KPilot, I need you to update to KDE_3_1_BRANCH, and add Encoding=<whatever> to your kpilotrc. Either "Shift-JIS" or "KOI8-R" (no quotes) depending on your Pilot. Then, make sure that some memo has a non-latin1 title (ie. has some non-latin1 text in the first line) and take a look at it. Screenies of this not working: http://www.cs.kun.nl/~adridg/snapshot3.png and working: http://www.cs.kun.nl/~adridg/snapshot4.png (I have no idea what those memos say, I just hope Daniel didn't write anything rude). Net change between the two: adding the Encoding= line to the rc file. Needless to say, I'm excited about the bugs related to charsets finally going away. It's been fun hacking, too. I expect the rest of the code to gain support slowly this week as I exterminate const char *'s and latin1() from the code. [ade] PS. For the paranoid, md5's of the KPilot tarballs from 20030201, which _don't_ have any of the codec stuff (you really need CVS for that): MD5 (build-3.0-20030201.tar.gz) = 2313291e79f9b9286cfe061b1ecd9fc1 MD5 (build-3.1-20030201.tar.gz) = addcd08a3b686b3282a38666170998be MD5 (kpilot-3.0-20030201.tar.gz) = 024dde5fa493862eebb81d2a920a68d0 MD5 (kpilot-3.1-20030201.tar.gz) = 4b0896aa1f680f3b485e7e8917d4cc09 There will likely be new tarballs and a version number hike this weekend when the codec support is finalized. -- pub 1024D/FEA2A3FE 2002-06-18 Adriaan de Groot <groot@xxxxxxx> Key fingerprint = 934E 31AA 80A7 723F 54F9 50ED 76AC EE01 FEA2 A3FE _______________________________________________ kde-pim mailing list kde-pim@xxxxxxxxxxxx http://mail.kde.org/mailman/listinfo/kde-pim kde-pim home page at http://pim.kde.org/

Previous Message by Thread: click to view message preview

Re: LDAP Authentication

On Mon, Feb 03, 2003 at 03:46:03PM -0500, Joshua Pollak wrote: Hi Joshua, > Is it possible to get KAddressBook (from KDE 3.1) to authenticate with the > LDAP server before searching? We have an Exchange 5.5 server here at work > that requires authentication before we can search... I couldn't find a > dn/password entry under the LDAP setup. In KControl KDE Components -> Address Book Configuration - select the LDAP resource - click the 'Edit...' button - uncheck the 'anonymous login' checkbox and fill out the user/password field - have fun :) Ciao, Tobias -- In a world without walls and fences who needs Windows and Gates??? _______________________________________________ kde-pim mailing list kde-pim@xxxxxxxxxxxx http://mail.kde.org/mailman/listinfo/kde-pim kde-pim home page at http://pim.kde.org/

Next Message by Thread: click to view message preview

KPilot & non-latin1 Pilots

Just committed to BRANCH, partial QTextCodec support for KPilot (at last!) so that users of a SJIS or KOI8-R encoded Pilot can actually do something with KPilot other than use it to make backups. Right now the only part that does the conversion right is the list of titles in the memo viewer, but it's a start. People with charset problems in KPilot, I need you to update to KDE_3_1_BRANCH, and add Encoding=<whatever> to your kpilotrc. Either "Shift-JIS" or "KOI8-R" (no quotes) depending on your Pilot. Then, make sure that some memo has a non-latin1 title (ie. has some non-latin1 text in the first line) and take a look at it. Screenies of this not working: http://www.cs.kun.nl/~adridg/snapshot3.png and working: http://www.cs.kun.nl/~adridg/snapshot4.png (I have no idea what those memos say, I just hope Daniel didn't write anything rude). Net change between the two: adding the Encoding= line to the rc file. Needless to say, I'm excited about the bugs related to charsets finally going away. It's been fun hacking, too. I expect the rest of the code to gain support slowly this week as I exterminate const char *'s and latin1() from the code. [ade] PS. For the paranoid, md5's of the KPilot tarballs from 20030201, which _don't_ have any of the codec stuff (you really need CVS for that): MD5 (build-3.0-20030201.tar.gz) = 2313291e79f9b9286cfe061b1ecd9fc1 MD5 (build-3.1-20030201.tar.gz) = addcd08a3b686b3282a38666170998be MD5 (kpilot-3.0-20030201.tar.gz) = 024dde5fa493862eebb81d2a920a68d0 MD5 (kpilot-3.1-20030201.tar.gz) = 4b0896aa1f680f3b485e7e8917d4cc09 There will likely be new tarballs and a version number hike this weekend when the codec support is finalized. -- pub 1024D/FEA2A3FE 2002-06-18 Adriaan de Groot <groot@xxxxxxx> Key fingerprint = 934E 31AA 80A7 723F 54F9 50ED 76AC EE01 FEA2 A3FE _______________________________________________ kde-pim mailing list kde-pim@xxxxxxxxxxxx http://mail.kde.org/mailman/listinfo/kde-pim kde-pim home page at http://pim.kde.org/
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by