Z D
2017-03-24 21:23:59 UTC
Hi there,
We've been looking to add indirect maps for users home directories, and did the next.
1. There is the automount location (named "global") with one map "auto_home", it has keys (they are username) and mount info is <server>:/path
2. The idea is that this is "global location"
3. Another location (named "userdirs") has auto.master map with key = "/home" and mount info is like "ldap:automountmapname=auto_home,cn=global,cn=automount,dc=comp,dc=com"
4. It was added with command:
ipa automountkey-add userdirs auto.master --key=/home --info=ldap:automountmapname=auto_home,cn=global,cn=automount,dc=comp,dc=com
5. All work as expected, the issue is that below command shows error.
ipa automountlocation-tofiles userdirs
ipa: ERROR: ldap:automountmapname=auto_home,cn=global,cn=automount,dc=comp,dc=com: automount map not found
Is there any concern with such design?
Thanks
Zarko
We've been looking to add indirect maps for users home directories, and did the next.
1. There is the automount location (named "global") with one map "auto_home", it has keys (they are username) and mount info is <server>:/path
2. The idea is that this is "global location"
3. Another location (named "userdirs") has auto.master map with key = "/home" and mount info is like "ldap:automountmapname=auto_home,cn=global,cn=automount,dc=comp,dc=com"
4. It was added with command:
ipa automountkey-add userdirs auto.master --key=/home --info=ldap:automountmapname=auto_home,cn=global,cn=automount,dc=comp,dc=com
5. All work as expected, the issue is that below command shows error.
ipa automountlocation-tofiles userdirs
ipa: ERROR: ldap:automountmapname=auto_home,cn=global,cn=automount,dc=comp,dc=com: automount map not found
Is there any concern with such design?
Thanks
Zarko