I want to build myself a single signon authentication server using OpenLDAP, Samba and such. One of the first steps is to install the debian package slapd. I'm using:
Code: Select all
# apt-get install slapd
Code: Select all
slapd : Depends: libdb4.8 (>= 4.8.30) but 4.8.26-1 is to be installed
I tried downloading a down-level slapd, but they have a dependency on the same kind of package, which is no help. I also tried downloading libdb4.8 at the required level, but that also gets me into the la-la land of dependencies. And I really really do not want to compile my own OpenLDAP.
I would also prefer not to switch to the "Testing" or "Unstable" distributions, for that way madness lies.
Any ideas?
Cheers,
Menno.