Re: program

tim@umich.edu
Fri, 09 Dec 1994 16:22:25 -0500

> From: Jason Cross <jcross01@eng.eds.com>
> To: ldap <ldap@umich.edu>

> I wrote a program using ldap to query the directory and return
> info from the directory. It works fine. In the directory, however,
> I added to some new object classes and attributes. When I use
> the program to return all the attributes of an entry, I get the
> OID for the attribute type and an ASN.1 string for the attribute
> value. How do I 'tell' ldap of the new object classes and attributes?

You probably need to restart ldapd so it will know about the
new syntaxes. It reads the oidtables once, when it starts up. -- Tim