can you try with this:
dn: cn=schema,cn=config
changetype: modify
add: olcAttributeTypes
olcAttributeTypes: ( 1.3.6.1.4.1.34617.2.3.1 NAME 'webadmSettings'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
dn: cn=schema,cn=config
changetype: modify
add: olcAttributeTypes
olcAttributeTypes: ( 1.3.6.1.4.1.34617.2.3.2 NAME 'webadmData' SYNTAX
1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
dn: cn=schema,cn=config
changetype: modify
add: olcAttributeTypes
olcAttributeTypes: ( 1.3.6.1.4.1.34617.2.3.3 NAME 'webadmType' SYNTAX
1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
dn: cn=schema,cn=config
changetype: modify
add: olcObjectClasses
olcObjectClasses: ( 1.3.6.1.4.1.34617.2.4.1 NAME 'webadmAccount' SUP
top AUXILIARY MUST (cn $ uid) MAY (webadmSettings $ webadmData $
preferredLanguage $ mobile $ mail $ description) )
dn: cn=schema,cn=config
changetype: modify
add: olcObjectClasses
olcObjectClasses: ( 1.3.6.1.4.1.34617.2.4.2 NAME 'webadmConfig' SUP
top MUST (cn $ webadmType) MAY (webadmSettings $ description) )
dn: cn=schema,cn=config
changetype: modify
add: olcObjectClasses
olcObjectClasses: ( 1.3.6.1.4.1.34617.2.4.3 NAME 'webadmGroup' SUP top
AUXILIARY MUST (cn) MAY (webadmSettings $ description) )
On Feb 28, 5:49 pm, Administrators <
adm...@rcdevs.com> wrote:
> Look at thishttp://
www.openldap.org/lists/openldap-technical/201104/msg00108.html