On Mon, Feb 02, 2015 at 06:50:12AM -0500, Dmitri Pal wrote:
On 02/02/2015 01:52 AM, Jakub Hrozek wrote:
On Sun, Feb 01, 2015 at 11:17:02AM -0500, Brendan Kearney wrote:
On Sat, 2015-01-31 at 19:01 -0500, Dmitri Pal wrote:
On 01/31/2015 12:23 PM, Brendan Kearney wrote:
i want to have an automount configured so that nas.bpk2.com:/export/music is mounted on /home/<username>/Music. i want to use the HOME variable, but several attempts have not gotten the job done. i have tried $HOME/Music, ${HOME}/Music, and {$HOME}/Music, and none have worked.
what is the correct way to use a variable with AutoFS and SSSD? i have used the hard values to get things working for my id, but want to have this work for all users.
dn: automountKey=/home/brendan/Music,automountMapName=auto.shares,cn=autofs,ou=Daemons,dc=bpk2,dc=com automountinformation: nas.bpk2.com:/export/music automountkey: /home/brendan/Music description: music objectclass: automount objectclass: top
thanks,
brendan
sssd-users mailing list sssd-users@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-users
I am not sure it is possible. Please file an RFE.
umm... how? i dont see a sign-in link in the trac page. do you have a link?
This would be an autofs RFE right? :-)
No it is more IPA and SSSD one(s). IPA to store the keys with macro and SSSD to expand the macro
No?
My understanding is that the expansion is done by the automounter deamon. IIRC there is something like "&" for homedirs. I would advise to ask on autofs lists first.
Please note I'm not saying we don't have any bugs in sssd, chances are we do, but so far I think we sholdn't touch the variables..