Hello samba, I have 2 question. 1. what is uidnumber ? where is it defined ? I looked samba.schema, there is no definition, only use. and as result openldap failed: /usr/local/etc/openldap/schema/samba.schema: line 147: AttributeType not found: "uidNumber" How can I correct this.? 2. Can I use smbpasswd file, without ldap, if I compile samba with flag --ldapsam ? openldap 2.14 samba 2.2.5 solaris 2.6 -- Best regards, Koriun mailto:koriun@ipia.sci.am
Donnerstag den 19.09.2002 um 14:32 CEST +0200, schrieb Koriun A. Margarian:> Hello samba, > > I have 2 question. > > 1. what is uidnumber ? where is it defined ? > I looked samba.schema, there is no definition, only > use. and as result openldap failed: > > /usr/local/etc/openldap/schema/samba.schema: line > 147: AttributeType not found: "uidNumber"You have to add samba.schema at the end of inlcudes in the slapd.conf. Before this include there must be a line with inetorgperson.schema. -- Frank Matthie? fm@Microdata-pos.de
Donnerstag den 19.09.2002 um 13:58 CEST +0200, schrieb Frank Matthie?:> Donnerstag den 19.09.2002 um 14:32 CEST +0200, schrieb Koriun A. Margarian: > > Hello samba, > > > > I have 2 question. > > > > 1. what is uidnumber ? where is it defined ? > > I looked samba.schema, there is no definition, only > > use. and as result openldap failed: > > > > /usr/local/etc/openldap/schema/samba.schema: line > > 147: AttributeType not found: "uidNumber" > > You have to add samba.schema at the end of inlcudes in the slapd.conf. > Before this include there must be a line with inetorgperson.schema.Only one part. Sorry: The comment at the beginning of my samba.schema told me: ## Prerequisite schemas - uid (cosine.schema) ## - displayName (inetorgperson.schema) -- Frank Matthie? fm@Microdata-pos.de
Hello Frank, Thursday, September 19, 2002, 3:58:07 PM, you wrote: FM> Donnerstag den 19.09.2002 um 14:32 CEST +0200, schrieb Koriun A. Margarian:>> Hello samba, >> >> I have 2 question. >> >> 1. what is uidnumber ? where is it defined ? >> I looked samba.schema, there is no definition, only >> use. and as result openldap failed: >> >> /usr/local/etc/openldap/schema/samba.schema: line >> 147: AttributeType not found: "uidNumber"FM> You have to add samba.schema at the end of inlcudes in the slapd.conf. FM> Before this include there must be a line with inetorgperson.schema. FM> -- FM> Frank Matthie? fm@Microdata-pos.de In samba.schema is included after inetorgperson.schema, uidnumber contained only in nis.schema, must I include this file also in samba.schema ? -- Best regards, Koriun mailto:koriun@ipia.sci.am
Hello Frank, Thursday, September 19, 2002, 4:01:40 PM, you wrote: FM> Donnerstag den 19.09.2002 um 13:58 CEST +0200, schrieb Frank Matthie?:>> Donnerstag den 19.09.2002 um 14:32 CEST +0200, schrieb Koriun A. Margarian: >> > Hello samba, >> > >> > I have 2 question. >> > >> > 1. what is uidnumber ? where is it defined ? >> > I looked samba.schema, there is no definition, only >> > use. and as result openldap failed: >> > >> > /usr/local/etc/openldap/schema/samba.schema: line >> > 147: AttributeType not found: "uidNumber" >> >> You have to add samba.schema at the end of inlcudes in the slapd.conf. >> Before this include there must be a line with inetorgperson.schema.FM> Only one part. Sorry: The comment at the beginning of my samba.schema FM> told me: FM> ## Prerequisite schemas - uid (cosine.schema) FM> ## - displayName (inetorgperson.schema) FM> -- FM> Frank Matthie? fm@Microdata-pos.de Yes, i see that , but it say uid and displayName is in cosine.schema and inetorgperson.schema. But it does not mean, that uidNumber and gidNumber also there. They are in nis.schema. I want understand what is different ? why u have not problem with uidNumber and gidNumber. May be you include nis.schema? Then some one must correct documentation. -- Best regards, Koriun mailto:koriun@ipia.sci.am