CalypsoClient for Windows

The CalypsoClient for Windows is complete. The Windows client will add the computer to LDAP, create the kerberos host/ principal, create a keytab for the princiapl, copy the kaytab over, and join the computer to the Samba domain. ::phew:: Next up: CalypsoControl, and putting that host keytab to good use.

x-shernet-sweetness

The custom ldap attributes and objectClasses have been created and are loading nicely into ldap. Now it's time to get some code down for Calypso Control. With a little luck, we could have something very nice to show by the end of summer.

Time for the Custom Stuff

Having received our OID from IANA, we are now ready start implementing custom object classes and attributes in LDAP. This will pave the way for computer management, email management, and Calypso Control. As of now: Users, Groups, and DNS  are up and running and manageable in CalypsoAdmin. This could be an exciting summer!

DNS management almost done

Addition, removal, and editing of host entries is now done in CalypsoAdmin. Just need to implement domain addition/removal, which will hopefully just work nicely with the existing interface. I can turn JTree nodes into LDAP DN's in my sleep now.

32/64 Bit drivers for Windows Printing

As it's kind of tricky, here's the process to get 32 and 64 bit drivers working for Windows 7 clients from a 32-bit Server 2003 print server. First, sign into the print server. Download the HP 32 bit Universal PCL print driver Run the self-extractor to unzip the printer drivers Go to the properties of one of your … Continue Reading ››

Javascript no likey fractions

Since Ubuntu 10.04 LTS is on its way, I figured I'd wait on further development of Calypso until it's ready. Just makes things easier knowing bugs are really mine, and not the fine folks at Ubuntu. Since this has left me with and abundance of time on my hands, we've begun a super-secret project using Javascript … Continue Reading ››

Samba with Kerberos working again

It turns out that "valid users = ..." in smb.conf breaks kerberos logins to Samba. Otherwise it was returning "tree connect failed: NT_STATUS_ACCESS_DENIED", even though it worked fine with NTLM authentication. Wasn't falling asleep tonite until I had this one figured out.

Getting ahead of the game

Having worked out most of the bugs in migrating the Calypso installer to Ubuntu 9.10, I'm moving right along and bringing the test environment to Ubuntu 10.04 LTS. While alpha, it seems incredibly stable, and I feel much better target an LTS release. Also, most of the bug fixes being done in 10.04 apply directly … Continue Reading ››