[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-09 Thread Ian Kent
On Thu, 2019-12-05 at 23:09 -0500, Oguzhan Eris wrote: > Thanks for the reply. > My file based maps are as such: > basically blank auto.master that includes auto.master.d > /etc/auto.master.d/foo.autofs: > /foo/x /etc/automap/x.txt > /foo/x/dev /etc/automap/x_dev.txt > foo/x/prod /etc/automap

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-09 Thread Ian Kent
On Sun, 2019-12-08 at 10:04 -0500, Oguzhan Eris wrote: > Hi Ian > > I must apologize as I forgot to mention that I do in fact use browse > mode. For the windows->Linux migration, it helps because we are > moving to a case sensitive world, and people need to know the exact > case of the mount point

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-09 Thread Ian Kent
On Fri, 2019-12-06 at 07:34 -0500, Oguzhan Eris wrote: > Thank you for thinking about this. I will investigate the submounts > you suggested as well as the NFS junctions. > > I am on the latest centos/rhel 7.x line So you should have "browse_mode = no" in your installed configuration unless you

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-09 Thread Ian Kent
On Wed, 2019-12-04 at 11:36 +0100, Pavel Březina wrote: > On 11/30/19 5:41 PM, Oguzhan Eris wrote: > > Hi everyone. > > > > First off, thanks to everyone who's ever worked on SSSD. It's > > easily in my top 5 favorite FOSS projects out there. > > > > I am not sure if this is the right way to ask

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-09 Thread Ian Kent
On Mon, 2019-12-09 at 07:50 +0800, Ian Kent wrote: > On Sun, 2019-12-08 at 10:04 -0500, Oguzhan Eris wrote: > > Hi Ian > > > > I must apologize as I forgot to mention that I do in fact use > > browse > > mode. For the windows->Linux migration, it helps because we are > > moving to a case sensitive

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-08 Thread Oguzhan Eris
Hi Ian I must apologize as I forgot to mention that I do in fact use browse mode. For the windows->Linux migration, it helps because we are moving to a case sensitive world, and people need to know the exact case of the mount points. I will still try out submounts as you suggested to see if the m

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-06 Thread Oguzhan Eris
Thank you for thinking about this. I will investigate the submounts you suggested as well as the NFS junctions. I am on the latest centos/rhel 7.x line On Fri, Dec 6, 2019, 2:39 AM Ian Kent wrote: > On Thu, 2019-12-05 at 23:09 -0500, Oguzhan Eris wrote: > > Thanks for the reply. > > My file ba

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-05 Thread Oguzhan Eris
Thanks for the reply. My file based maps are as such: basically blank auto.master that includes auto.master.d /etc/auto.master.d/foo.autofs: /foo/x /etc/automap/x.txt /foo/x/dev /etc/automap/x_dev.txt foo/x/prod /etc/automap/x_prod.txt /foo/z /etc/automap/z.txt /etc/automap/x.txt: dir1 -fs

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-04 Thread Goetz, Patrick G
Can someone explain what mount phase is, along with an example? On 12/4/19 9:26 AM, Spike White wrote: > In persistent mounts (found in /etc/fstab), there's two settings that > tell the init process in which phase to run fsck and in which phase to > mount.  So in persistent mounts, it's easy to

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-04 Thread Spike White
In persistent mounts (found in /etc/fstab), there's two settings that tell the init process in which phase to run fsck and in which phase to mount. So in persistent mounts, it's easy to order the mounts during boot time. If necessary. And (as you say, the "_netdev" flag tells the boot process to m

[SSSD-users] Re: Can SSSD sort the autofs map

2019-12-04 Thread Pavel Březina
On 11/30/19 5:41 PM, Oguzhan Eris wrote: Hi everyone. First off, thanks to everyone who's ever worked on SSSD. It's easily in my top 5 favorite FOSS projects out there. I am not sure if this is the right way to ask for an enhancement, or whether I should file an issue on GitHub, but I am ru