LDAP-Based Address Books for Win32?
Snafoo asks: "I'm trying to replace an Access-powered communal address book at my office with something cross-platform and (preferably) LDAP-powered. Unfortunately, I can't find a single email client for windows that would allow people to update the LDAP dB from their address-book interface except, the usual suspect, Outlook. I've tried Mozilla, Eudora, and a slew of other 'freebies', but they only allow browsing; at the moment, I'm considering dropping cygwin+XFree on the desktops of the windows clients and giving them access to Evolution on a central server (God bless Ximian!), however, most of the Win32 boxen are used by non-clueful sorts who would be put out by the inconvenience of what amounts to a second desktop. Aside from shelling out $90 a seat for WinAxe, or another rootless X server for Windows, what do you all recommend?" Those interested in X-Servers for Windows may wish to check out this
previous article, however if you are using an X11 server not mentioned, please feel free to recommend others, here.
Couldn't you simply run Evo or whatever client in the X server WITHOUT running a window manager or desktop environment? Just pass it some window geometry and let it take up the entire X server display?
Just stick it on *nix. Problem solved. *shrug*
This sig no verb.
What about VNC?
While it's not seamless, it does work well, and its session state is stored on the server, so your local computer crashing won't take it down too. Plus as an added benefit, you can connect to it from other machines.
I am very interested in finding a cross platform solution. I don't believe that Evolution is the way to go. Creating an LDAP server and using LDAP clients on all the different platforms is a much more elegant solution.
I'd love to hear what others are doing.
I know that many mail clients out there support LDAP searches, however, I haven't found any good guides to setting up the LDAP servers. If anyone has any pointers, I'd love to hear them.
Doesn't Pegasus Mail have support for LDAP addressbooks?
Instead of Cygwin and Xfree to run a Unix app on a Windows (I love saying this..) dumb-terminal, use VNC! A VNC-server will read the user setup file for xwindows and create a virtual desktop using the windows manager settings of the setup file - this is where the clever bit comes in. Create your own window manager that does one and only one thing: run you specified app full screen.
Create a vnc schortcut on your windows decktop, label it "Ximian" and when when clicked, all the user sees is "Ximian" - it just happens to be Ximian funnign full screen on a VNC X-Windows desktop.
Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.
Just use Yahoo or something like that that has all the features you want, and access it via the Web
Open Source Identity Management: FreeIPA.org
SquirrelMail is a web-based IMAP client. Among its many features are . . . LDAP address book (RW).
You could use this for adding addresses and using your IMAP server remotely, and use any other IMAP client(s) for all other purposes.
-Peter
It's not quite as bad as stuffing them into some app their not used to through a complex delivery method.
I've done a little LDAP work with Java using JNDI. It should not be too difficult to knock out a Swing app that can read and update an LDAP address book, and it would of course be cross platform. Browsing an address book is what people do 90% of the time, so they should tolerate using a separate application to update it.
I begged Yahoo! to LDAP enable their "Address Book" web service years ago. I got blank stares at the time.
I'd pay Yahoo! or the like to provide such a service - a central repository for my personal addresses, RWable from (almost) any LDAP-enabled client.
Hmmm...if this guy's serious, maybe I'll start this meaningful new dotcom myself!
(VNC? Guys - get with the program!)
Makin' money, makin' friends, makin' whoopee and wearin' Depends
Oh, I agree that VNC is great. But if all you want is one app, you want a rootless X server. That way, you can run 2 windows apps and one X app on the same desktop, at the same time. The X app behaves basically like a normal windows app. You can resize it, maximize it, minimize it, move it around, etc, using the standard Windows controls.
Besides, you can set up a shortcut to an SSH client that automagically runs your X-app-of-choice.
I really like seeing a question asked when it's something that I'm in the process of figuring out for myself at that exact moment! ;)
Rolodap looks very promising. I'm probably going to put it up this weekend if I get time.
It's only software!
What's "non-clueful" about people who don't want to run a second desktop environment on top of the one they already have? What's wrong with wanting copy-and-paste that works well and being able to sync your addressbook to an offline laptop and a PDA?
I'm assuming your current system's worst problem (if there's even a problem at all) is that this Access-based system isn't integrated with your e-mail clients. It sure is nice to be able to access and select entries from your addressbook straight into the "To:" and "Cc:" fields of the message composition interface. I'll bet that's what will make users happiest. Maybe you should make user productivity and user happiness your primary goal, and not pick a backend technology first. If users are happy with the current system (and they probably aren't), is it a speed issue you could address by migrating the data to a better database and keeping the Access frontend, or is it an interface and data model issue that points to the complete overhaul you have in mind?
That said, LDAP's a good, flexible, extensible way to store multiuser, multi-departmental addressbooks. Go for it. But unless you're a complete jerk, you'll only use it if you can provide the users with interfaces that are at least as convenient (from their standpoint, not yours) as what they have now, and are preferably better. I don't think ugly XWindow applications (and X itself) glopped onto their Windows desktops are the answer.
You can get a good interface between addressbook and e-mail with Outlook. Heck, you can get that with the web interface to Exchange or Notes. What mail system are you using? Generic IMAP? Fine.
Granted, even with the best antivirus protection pushed out to every machine and aggressive scanning on the servers and WSH disabled in Outlook, you still may not be able to sleep nights knowing Outlook's out there. Maybe you can deploy a nice LDAP-maintenance tool or two for people to edit the addressbooks with (a simple web one and a complex, advanced Java one for power users) along with a mail client that can access the same LDAP store read-only.
Apparently the new Alpa version of Mozilla addes RW support of LDAP
Since recently upgrading our company's server's from exchange (god I hated that thing) to MDaemon, our systems have been working amazingly well and reliable. /. time!)i d=LDaemon
One of the bonuses to using Mdaemon, is a companion product, which can also be used as a stand-alone product, is Ldaemon, based on the OpenLDAP code. (It actually includes the OpenLDAP code that its based on!)
Not to sound like a plug for the product, but since I installed it, most of my mail headaches just went away... (giving me more
Anyways, heres the link
http://www.altn.com/Products/Default.asp?product_
Stop over-analyzing your analizations
Outlook lets you add/edit LDAP entries? I remember reading that Mozilla will have this functionality but can someone confirm this about Outlook?
I don't have the time to hack this modification to Xvnc, but wouldn't it be possible to change it and the viewer to be rootless?
:)
This would require a slight extension to the RFB protocol to be able to send window size updates at any time, as well as a client that could support multiple distinct windows. Each time an X client opens a new window, the Xvnc server would send a new geometry/window ID to the client.
There's probably a more elegant way to do this (perhaps a control connection and multiple RFB connections, a la FTP). Just some thoughts from someone who refuses to use non-rootless X servers on Win32.
/ \
\ / ASCII ribbon campaign for peace
x
/ \
netsarang.com has a pretty inexpensive, commercial (supported) X server that works the way you seem to need it to (even has ssh suppot). I've used it from Win98->2K->XP flawlessly (when not on my linux or solaris boxes). you can try it for free (and if you can put up with annoy-ware, you can just hit 'cancel' when the free trial period dialog comes up and it will still function flawlessly).
one thing your post has done is remind me of that "final" killer app - M$ Access. We've been doing a good job @ work coming up with as many alternatives to the M$ on the desktop. Before Ximian's wonderfull xchng connector, we used a whacky combo of fetchmail (with NTLM support), imap, and pine to read/send mail and do rudimentary calendaring (it can be presented by xchng as an imap folder). I can read PDF's with open source and use cool print spool hacks to make better PDF's than adobe's writer. OpenOffice/StarOffice get us by on the majority of docs and I see so little of Visio files anymore that it is no longer on the 'killer' list.
Unfortunately, we have a few Excel spreadsheets that neither "Office" likes (*why* do folks insist on creating Excel *databases*!). those users that got a bit smarter made access db's (which I don't need to use frequenetly and - hence - forgot about) - *without* a SQL back-end! - and there's little we can do do mitigate that.
just when i thought our work was almost done...
Mind the gap...
Maybe you could try labe ? It is a web based LDAP adress book editor written in PHP that nicely handles all the Outlook attributes.
Disclaimer: yes, I am working for Savoir-faire Linux, the company that made this software.
Eric-Olivier Lamey
In fact, I use LDAP lookup every day through Mozilla for email adresses and the address book. It's pretty simple.