[Date Prev][Date Next] [Chronological] [Thread] [Top]

back-ldap



I've committed all the changes for the slapd LDAP backend to devel. This
includes additions to configure.in and a new configure script, along with
the actual new code. It built and ran with no real difficulty, except:

In slapd/main.c, "inet_aton" is undefined on my Solaris 2.5 box. I used the
inet_addr line instead (lines 130-135) to get past this hiccup. (Local patch
only, I didn't commit this change.) I don't believe inet_aton is commonly
present on older Unix libraries, but I haven't checked in depth.