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

Re: inconsistent attribute names (ITS#2297)



This isn't a bug in OpenLDAP Software but a feature of
the LDAP technical specifications.

At 07:27 AM 2/2/2003, suomi@ayni.com wrote:
>Full_Name: suomi hasler
>Version: 2.0.25
>OS: SuSE Linux 8.1, kernel 4.19
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (195.141.97.126)
>
>
>take objectclass account
>
>if you create an object of objectclass account the attribute names stored in the
>LDAP DB are the following:
>
> 
> host: 
> l: 
> o: 
> objectClass: 
> objectClass: 
> ou: 
> seeAlso: 
> uid: 
>
>
>if you do a $schema->attributes('account')
>
>the attribute names are the following:
>
>userid
>description
>host
>localityName
>organizationName
>organizationalUnitName
>seeAlso
>objectClass
>
>