Trever L. Adams
2010-Aug-07 19:57 UTC
[Samba] Samba4 questions (idmap, forest, inter-domain trust)
Hello everyone, I am trying to go after learning Samba4 from two directions. Code and implementing it. (If you know Samba4, please help me answer the questions after the brief explanation.) I have used the following scenario before, it is real and a way for me to learn things: My siblings and I are setting up some family services (over VPN, etc.). There are X of us, including 1 being parents. So, we have X families. We are wanting these to do inter-domain trusts, or just forest level trust. Family1 ... Family X Should all trust one another. Q1: How do I set the Unix uid/gid range in Samba4 for the local domain? Is it possible before the first user is created? Q2: As I understand it, there are no inter-domain trusts yet with Samba4, is this accurate? Is it planned? Q3: As I understand it, Samba4 doesn't do forests yet. Is this accurate? Is it planned? Q4: If I setup the domains now with Samba4, can they be converted to a forest or setup with trusts later when it is supported? Thank you, Trever Adams
Trever L. Adams
2010-Aug-15 23:48 UTC
[Samba] Samba4 questions (idmap, forest, inter-domain trust)
On 08/07/2010 01:57 PM, Trever L. Adams wrote:> > Q1: How do I set the Unix uid/gid range in Samba4 for the local > domain? Is it possible before the first user is created? > > > Thank you, > Trever AdamsAnswering myself, to help others. I cannot answer any of the other questions, but this one is easy. Edit the following entries: lowerBound: 3000000 upperBound: 4000000 They are found in samba-master/source4/setup/idmap_init.ldif If these are not done before provision, it is a pain to do afterward. Trever
Apparently Analagous Threads
- Bug in Samba4? (idmap Domain Users
- [LLVMdev] How to unroll loop with non-constant boundary
- [LLVMdev] How to unroll loop with non-constant boundary
- [LLVMdev] RFC: change BoundsChecking.cpp to use address-based tests
- [LLVMdev] How to unroll loop with non-constant boundary