Greg Dickie
2006-Nov-01 17:01 UTC
[Samba] object class 'sambaSamAccount' requires attribute 'sambaSID'
Hi, In the continuing saga of not being able to join machines to my openldap 2 & samba 3.0.23c controlled domain I now get the above error. The schema is the one distributed with 3.0.23c. I've seen many postings about the same error but no fixes for it. Does anyone know where to look? Thanks alot, Greg -- Greg Dickie just a guy Maximum Throughput
ryan punt
2006-Nov-01 17:41 UTC
[Samba] object class 'sambaSamAccount' requires attribute 'sambaSID'
If you take a look at the OpenLDAP schema, you'll see the definition of the sambaSamAccount objectClass; it contains the following: MUST ( uid $ sambaSID ) sambaSID is a required attribute of sambaSamAccount. Unless that entry is defined for your LDAP records, you'll get an objectClass violation. UID is also required. In short, the schema will tell you all you need to know. ~rlp>>> Greg Dickie <greg@max-t.com> 11/1/2006 10:28:04 AM >>>Hi, In the continuing saga of not being able to join machines to my openldap 2 & samba 3.0.23c controlled domain I now get the above error. The schema is the one distributed with 3.0.23c. I've seen many postings about the same error but no fixes for it. Does anyone know where to look? Thanks alot, Greg -- Greg Dickie just a guy Maximum Throughput -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -------------- next part -------------- ------------------------------------------------- This email transmission and any documents, files or previous email messages attached to it may contain information that is confidential or legally privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, printing, distributing or use of this transmission is strictly prohibited. If you have received this transmission in error, please immediately notify the sender by telephone or return email and delete the original transmission and its attachments without reading or saving in any manner. The Evangelical Lutheran Good Samaritan Society. ---------------------------------------------------------
Achim Gottinger
2006-Nov-01 23:14 UTC
[Samba] object class 'sambaSamAccount' requires attribute 'sambaSID'
Greg Dickie schrieb:> Hi, > > In the continuing saga of not being able to join machines to my > openldap 2 & samba 3.0.23c controlled domain I now get the above error. > The schema is the one distributed with 3.0.23c. I've seen many postings > about the same error but no fixes for it. Does anyone know where to > look? > > Thanks alot, > Greg > > >Hmm have you updated samba.schema? There's a new one coming with 3.0.23c it's mentioned only between the lines in the Changelog. achim~