From: Graham B. <gb...@po...> - 2002-01-04 08:05:14
|
On Thu, Jan 03, 2002 at 09:50:04PM -0600, Clif Harden wrote: > Graham, > > I have attached 2 files that contain data about the schema > problem. > > ldap.oids.gz contains oids that do not return data. > > ldap.schema.gz is a complete schema from one of my test > netscape directory servers. Thanks. > If possible, possibly now or in the future, I would like to > see us do away with changing the case of the oids and names. > I have not had a chance to see how hard this would be. You cannot. Attribute names etc are not case sensetive. So the module must ignore case when doing a lookup for the name supplied. Graham. > > This would do away with some confusion and I know in my case would do > away with creating multi-valued oid strings. On one of my servers I > have an objectclass named mhsMessagingStore and an attribute aliased as > MHSMessagingStore, when we lower case the names and aliases in this case > we create the same name pointing to 2 different > oids. > > I might be able to look into this problem some this weekend. > > Regards, > > Clif Harden ch...@po... |