On Fri, 30 May 2003 20:24:12 +0200, bgmiln wrote:
BTW, I will investigate the auxiliary objectclass accountAre you referring to the message Luke Howard sent to OpenIT's Core-Dev
list that I referred to in the other openldap 2.1 thread?
I discovered that if you modify the following in /usr/share/openldap/schema/cosine.schema, it will allow the proper import of the objectclass: account (unsure of all the ramifications though), and I still have the password update issue (users can not change, and su only updates passwords in ldap, not on system).
Originally:
objectclass ( 0.9.2342.19200300.100.4.5 NAME 'account'
SUP top STRUCTURAL
MUST userid
MAY ( description $ seeAlso $ localityName $
organizationName $ organizationalUnitName $ host )
)
New: objectclass ( 0.9.2342.19200300.100.4.5 NAME 'account' SUP top AUXILIARY MUST userid MAY ( description $ seeAlso $ localityName $ organizationName $ organizationalUnitName $ host ) )
Thanks,
S
