Hi all,
I’ve a problem with my Domino LDAP, I’ve created a new object with my company OID, it is approved and ready to work. When i push the data in the Domino Directory by the LDAP, the cn field is empty.
The CN field is present in a subform and is a requiered attribute on my objectClass.
The others data are in the notes directory.
See this result for sample :
/ou=computers, samba, vesuvius
dn: CN=/ou=computers,OU=samba,O=vesuvius
modifytimestamp: 20050331171122Z
description: Samba Computer
sambasid: 123213541341
sambantpassword: FB5E148EABFB623CEC6F1DDFC80377D0
Data sent :
NAMETEST, computers, samba, vesuvius
dn: cn=toti,ou=computers,ou=samba,o=vesuvius
objectClass: top
objectClass: sambaHost
cn: toti
description: Samba Computer
sambaSID: 123213541341
sambaNTPassword: FB5E148EABFB623CEC6F1DDFC80377D0
No error when i sent.
Do you have an idea ?
Very tks for your helps !
Nicolas
Subject: CN Empty on Domino LDAP
The CN field is present in a subform and is a requiered attribute on my objectClass.
The others data are in the notes directory.
See this result for sample :
/ou=computers, samba, vesuvius
dn: CN=/ou=computers,OU=samba,O=vesuvius
modifytimestamp: 20050331171122Z
description: Samba Computer
sambasid: 123213541341
sambantpassword: FB5E148EABFB623CEC6F1DDFC80377D0
Data sent :
NAMETEST, computers, samba, vesuvius
dn: cn=toti,ou=computers,ou=samba,o=vesuvius
objectClass: top
objectClass: sambaHost
cn: toti
description: Samba Computer
sambaSID: 123213541341
sambaNTPassword: FB5E148EABFB623CEC6F1DDFC80377D0
Besides the search result not having the DN you suspect, it does not contain the objectClass values of top & sambaHost. Probably worthwhile to
perform an ldapsearch that dumps the schema and see if the dumped sambaHost objectClass definition matches what you think you’ve created
review the section in the Admin guide on extending the schema
If you’re not sure where to find these, look in the LDAP directory FAQ for pointers to the schema section of the Admin Guide.