service package missing in Delegated Admin but exists in ldap
Hi,
Recently we have just upgraded a patch on our existing Delegated Admin (2005Q1) with 119777-09 patch:
Keywords: commcli sunos5.8 sunos5.9 sunos5.10
Synopsis: commcli 6.3-0.09: core patch
Date: Oct/06/2005
When running ./config-commda, I set the parameters NOT to include sample service packages and sample organization as I already have existing service packages in the o=costemplates,dc=mycompany,dc=com tree.
However when login to the Delegated Admin, I now can only see other service packages and not those I have defined. But those that I have defined still exists in the costemplates tree. WHY?
I can only see standardMail, standardUserCalendar, standardUserMail, standardUserMailCalendar. Ldif output as below:
dn: cn=standardMail,dc=aig,dc=com
nsUniqueId: 4855dc6a-729911da-8036b365-b10b5db0
objectClass: top
objectClass: LDAPsubentry
objectClass: extensibleObject
objectClass: cosSuperDefinition
objectClass: cosClassicDefinition
costemplatedn: o=cosTemplates,dc=aig,dc=com
cosspecifier: inetCos
cosAttribute: mailAllowedServiceAccess
cosAttribute: mailMsgMaxBlocks
cosAttribute: mailquota
cosAttribute: mailmsgquota
daservicetype: mail user
cn: standardMail
creatorsName: cn=directory manager
modifiersName: cn=directory manager
createTimestamp: 20051222031657Z
modifyTimestamp: 20051222031657Z
My customized COS is as below:
dn: cn=myOwnService,o=cosTemplates,dc=aig,dc=com
changetype: add
objectclass: top
objectclass: LDAPsubentry
objectclass: extensibleobject
objectclass: cosTemplate
cn: myOwnService
mailQuota: 31457280
mailMsgQuota: -1
mailAllowedServiceAccess: +imaps:ALL$+smtps:ALL$+imap:ALL$+smtp:ALL$
So now in my own domain, I cannot see the COS assigned - it is empty. Is it a totally different schema? Or I need to change some path that would point the service package to costemplete tree (o=costemplates,dc=mycompany,dc=com)?
I am running Web Server, directory Server and messaging server from the standard JES 2005Q1 installation and running on Solaris 10

