All,
Running OpenLDAP 2.4.23 on CentOS5.8. Looking into modifying our automount a bit. For example, say we have the following LDIF for an automap:
from the auto.master:
objectClass automount(structural)
automountInformation auto.admin -nosuid
automountKey /admin
The auto.admin LDIF has this:
objectClass automount(structural)
automountInformation server:/vol/vol2/admin/documents
automountKey docs
There is another entry, same automountInformation (server:/vol/vol2/admin/documents) for documents and doc.
Is there any way that we can combine those entries into one? For example, something like this:
objectClass automount(structural)
automountInformation server:/vol/vol2/admin/documents
automountKey docs
automountKey documents
automountKey doc
I tried to modify things in this fashion but, it failed, "only one automountKey is permitted". Thanks for the help, I hope I made our intentions clear. In the long run we would like to have the option for an EU (end-user) to be able to change directories to /admin/docs, /admin/documents, or /admin/doc.
Dave Borresen
Solaris/Linux Systems Administrator
Surveillance Systems Group
MIT Lincoln Laboratory
john.borresen@ll.mit.edu