LDAP & clients; no attributes and no binding

Jeffrey Weiss (weiss@ties.k12.mn.us)
Thu, 30 May 1996 08:43:58 -0500 (CDT)

Hello,

First: apologies for asking BASIC questions. I've been reading the docs
and searching old posts to no avail on what is probably apparent to
everyone else. And many thanks to those that have already attempted
to help me out with my prior post.

I cannot figure out how to list additional attributes with saucer;
it just gives me names.

Apparently ud CAN'T dump the user-defined attribs; saw this in an old mail.

I compiled web500gw with no home or DN to bind to, and DID define
DEFAULT_BASEDN. But when web500gw starts up, it complains:

# web500gw -d 1
warning: ldap debugging requires LDAP_DEBUG
web500gw listening on port 8888
TRAILER: empty!
HOMETRAILER: empty!
Using filterfile: /usr/local/etc/web500/ldapfilter.conf
templatefile: /usr/local/etc/web500/ldaptemplates.conf
friendlyfile: /usr/local/etc/web500/ldapfriendly
messagefile: /usr/local/etc/web500/web500gw.messages
ldap_first_entry: Unknown basedn: Success

And then, it exits. If I compile without DEFAULT_BASEDN I can run web500gw
with a specific URL "ties:8888/Rcn=jeffrey weiss,o=TIES,c=US" and it
returns my entry WITHOUT any attribute info, although I have added the
attrib types/values in the database file and to slapd.oc.conf in the

objectclass person

requires
objectClass,
sn,
cn
allows
description,
seeAlso,
telephoneNumber,
userPassword,
fm,
beverage

As I am unable to see attributes other than simple cn with ANY client,
I assume that I am misconfigured.
Ideas?

Thank you,

Jeffrey Weiss