RE: problem with kerberos startup and LDAP

2003-12-03 Thread Andrey Beresovsky
Hello All, I have the same problem. See also PR58680. http://www.freebsd.org/cgi/query-pr.cgi?pr=58680 Guys who work on RCNG please consider the proposed solution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean McNeil Sent: Monday, December 01,

Re: problem with kerberos startup and LDAP

2003-12-01 Thread Sean McNeil
Yes, I use the following in make.conf: WITH_LDAP=openldap2 WITH_OPENLDAP=yes Great, I will give your patch a try. Thanks! Sean On Mon, 2003-12-01 at 10:23, Jacques A. Vidrine wrote: > On Mon, Dec 01, 2003 at 10:10:20AM -0800, Sean McNeil wrote: > > This was with Heimdal from an installation of

Re: problem with kerberos startup and LDAP

2003-12-01 Thread Jacques A. Vidrine
On Mon, Dec 01, 2003 at 10:10:20AM -0800, Sean McNeil wrote: > This was with Heimdal from an installation of -CURRENT. I am using LDAP > functionality, so option (a) below is not an option. Option (b) below > sounds more difficult than the change I made to /etc/rc.d/kerberos :) > > I hadn't thou

Re: problem with kerberos startup and LDAP

2003-12-01 Thread Sean McNeil
This was with Heimdal from an installation of -CURRENT. I am using LDAP functionality, so option (a) below is not an option. Option (b) below sounds more difficult than the change I made to /etc/rc.d/kerberos :) I hadn't thought kerberos would get linked in such a manner, but now that you mentio

Re: problem with kerberos startup and LDAP

2003-12-01 Thread Jacques A. Vidrine
On Sun, Nov 30, 2003 at 10:37:08PM -0800, Sean McNeil wrote: > Hello All, > > I was having trouble with startup and kdc/kadmin5 failing. Turns out > that they were trying to access a shared library in /usr/local/lib > (libldap.so.2). Unfortunately, both were getting started before > ldconfig. >