|
From: Jamie C. <jca...@we...> - 2006-02-15 01:49:02
|
Hi Alan,
Thanks, that is what I needed. In future, the module will add the inetOrgPerson object class if the option to enter a surname and first name is enabled..
- Jamie
-----Original Message-----
From: Alan Dobkin <We...@Om...>
Subj: Re: [webmin-l] LDAP Useradmin 'name' attribute issue
Date: Wed 15 Feb 2006 1:38 am
Size: 1K
To: Webmin List <Web...@li...>
On 2/14/2006 6:01 AM, Jamie Cameron wrote:
> Hi Murray,
> That looks like a reasonable patch .. however, I have a question about
> that "gn" attribute - which object class is it defined it?
>
> - Jamie
It is defined in the inetOrgPerson objectClass. In OpenLDAP, it is in
the inetorgperson.schema file:
# inetOrgPerson
# The inetOrgPerson represents people who are associated with an
# organization in some way. It is a structural class and is derived
# from the organizationalPerson which is defined in X.521 [X521].
objectclass ( 2.16.840.1.113730.3.2.2
NAME 'inetOrgPerson'
DESC 'RFC2798: Internet Organizational Person'
SUP organizationalPerson
STRUCTURAL
MAY (
audio $ businessCategory $ carLicense $ departmentNumber $
displayName $ employeeNumber $ employeeType $ givenName $
homePhone $ homePostalAddress $ initials $ jpegPhoto $
labeledURI $ mail $ manager $ mobile $ o $ pager $
photo $ roomNumber $ secretary $ uid $ userCertificate $
x500uniqueIdentifier $ preferredLanguage $
userSMIMECertificate $ userPKCS12 )
)
Also see the LDAP Schema Viewer:
http://ldap.akbkhome.com/index.php/attribute/givenName.html
Alan
|