Justin Albstmeijer wrote:
You shouldn't be trying to add a new "cn=schema" entry, but instead you should be adding the "attributetype" and "objectclasses" attributes from the published DUAConfigProfile schema to the existing "cn=schema" entry. You can do this with the ldapmodify tool.fedora-directory-users,using: RHEL4 (update 1), fedora-ds-7.1-2.RHEL4 Trying to follow the instructions on http://directory.fedora.redhat.com/wiki/Howto:SolarisClient. Both the published DUAConfigProfile schema and the http://web.singnet.com.sg/~garyttt/DUAConfigProfile.schema.txt converted by ol-schema-migrate.pl don't seem to be able to be imported. Both result in : cn=schema: Error adding object 'dn: cn=schema'. The error sent by the server was 'Object class violation. missing required attribute "objectclass" Any suggestions?
The DUAConfig Profile schema output on the wiki appears to be search output. -NGK
---
Note: in my case the ol-schema-migrate.pl output did not include the
"objectClasses", had to fix this in the script by changing:
- if ( /object[c|C]lass/ ) {
+ if ( /^object[c|C]lass/ ) {
(There where comments in the DUAConfigProfile with an "objectclass"
mentioned)
---
Justin
--
Fedora-directory-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-directory-users
smime.p7s
Description: S/MIME Cryptographic Signature
-- Fedora-directory-users mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-directory-users
