Fedora Directory Server Project
I heard that Redhat announced the creation of the Fedora Directory Server project.
I downloaded a copy and tried to build it on one of my x86_64 boxes but it didn’t really work out:
~/tmp/fedora-ds-7.1 $ make
cat: ./x86_64-unknown-linuxoldld/buildnum.dat: No
such file or directory
cat: /etc/redhat-release: No such file or directory
if test ! -d x86_64-unknown-linuxoldld; then mkdir
x86_64-unknown-linuxoldld; fi;
/share/builds/sbstools/nsPerl/20020626/
Linux2.6_x86_glibc_PTH_DBG.OBJ/
nsperl buildnum.pl [...]
LAT – SSL Support
Last night I was hacking on SSL support in LAT. At first I couldn’t make an SSL connection, I kept getting errors about the certificate.
Turns out I needed to use the certmgr tool in Mono to import the certificate into the user’s certificate store:
$ certmgr -ssl ldaps://ldap.example.com:636
Once I did that I could make a [...]