Hi All Experts, I am about to extend our production Samba4 schema to add a few intra-organizational attributes (Employee ID,Passport No., Date of Joining, Date of Leaving) . How can I make change in my samba4 schema. I have already make a post in the forum, but got no reply. Sorry for posting again. But precaution should be taken in to prevent the server from any damage. Kindly help. With Warm Regards, Vijay Thakur
> -----Original Message----- > From: samba-bounces at lists.samba.org > [mailto:samba-bounces at lists.samba.org] On Behalf Of Vijay Thakur > Sent: Wednesday, 13 February 2013 4:21 PM > To: samba at lists.samba.org > Subject: [Samba] Extend Samba4 Schema Scope > > Hi All Experts, > > > I am about to extend our production Samba4 schema to add a > few intra-organizational attributes (Employee ID,Passport > No., Date of Joining, Date of Leaving) . How can I make > change in my samba4 schema. I have already make a post in > the forum, but got no reply. Sorry for posting again. But > precaution should be taken in to prevent the server from any damage. > > Kindly help. > > With Warm Regards, > > > Vijay Thakur > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/sambaA similar question was asked yesterday. Geza replied: https://wiki.samba.org/index.php/Samba4/Schema_extenstions Is a good starting point. Though a follow-up question would be, how do you define an index in Samba's LDB? In openldap it could be done via ldif such as: dn: olcDatabase={1}bdb,cn=config changetype: modify add: olcDbIndex olcDbIndex: cn,gidNumber,uid,uidNumber eq Is there such a construct for samba4 ldap? Regards, Dewayne.
2013-02-13 06:20 keltez?ssel, Vijay Thakur ?rta:> Hi All Experts, > > > I am about to extend our production Samba4 schema to add a few > intra-organizational attributes (Employee ID,Passport No., Date of > Joining, Date of Leaving) . How can > I make change in my samba4 schema. I have already make a post in the > forum, but got no reply. Sorry for > posting again. But precaution should be taken in to prevent the server > from any damage. > > Kindly help. > > With Warm Regards, > > > Vijay ThakurHi, First of all I suggest setting up a test domain (preferably holding the same data as the production one, but on a physically separated network), then trying to load the schema mods on that test system. If everything goes fine then apply it to the prod network, if not come back with the errors. As a starting point I suggest the thread starting with https://lists.samba.org/archive/samba/2013-February/171523.html Regards Geza Gemes