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

Re: What am I doing wrong?



>>> John Morrissey <jwm@horde.net> 12/03/01 09:22PM >>>
On Mon, Dec 03, 2001 at 10:15:07AM -0500, Douglas Loss wrote:
% to get the results file I've attached.  As you can see from that file, it
% appears that I can properly attach to the server, but something isn't
% working properly.  Oh, and I'm doing this all as root, so I doubt if
% permissions to any of the files is the problem.

What happens if you turn debugging up on the server (slapd)? Create
/etc/sysconfig/ldap and put something like:

SLAPD_OPTIONS=-d4

in it. Restart slapd; the extra debugging from the server side might give
you some insight.
<<<<<<<<<<<<<<<<<<<<<<<

I'll give it a try and let you know what I find.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
% I'd really appreciate some direction on this.  I can't help feeling that
% I'm missing something small but important.

You might want to take the control-Ms out of your config files (use Unix
line endings, not Windoze :-) - I'm not sure if that would confuse the
parser.
<<<<<<<<<<<<<<<<<<<<<<<<<<<

Well, the original config files were installed from the RPM on Mandrake; I edited them with vim, so I doubt there were any extra ^Ms inserted.  At a guess, I'd say that they were "converted" during an ASCII FTP transfer to the Windows box I have to use as a desktop machine.  But I'll check to make sure there are just newline characters on the config file.

Doug Loss