"Young, Darren" <[EMAIL PROTECTED]> writes: > Ok, so I set /etc/sysconfig/autofs to what looks to be the format Sun > wants: > > > > DEFAULT_MAP_OBJECT_CLASS="automountMap" > DEFAULT_ENTRY_OBJECT_CLASS="automount" > DEFAULT_MAP_ATTRIBUTE="automountMapName" > DEFAULT_ENTRY_ATTRIBUTE="automountKey" > DEFAULT_VALUE_ATTRIBUTE="automountInformation"
Good so far. > And I set the following there: > DEFAULT_MASTER_MAP_NAME="ldap:automountMapName=auto_home" You should only need: DEFAULT_MASTER_MAP_NAME="auto_master" > And all auto.master has is this: > /home ldap Not quite right. Given what I think you're trying to do, you don't want a file called /etc/auto.master at all. > As autofs starts up I receive the following in syslog: > > Apr 28 12:10:03 gsbtestfilervm automount[22969]: Starting automounter > version 5.0.1-0.rc2.55, master map ldap:automountMapName=auto_home > > Apr 28 12:10:03 gsbtestfilervm automount[22969]: using kernel protocol > version 5.00 > > Apr 28 12:10:55 gsbtestfilervm automount[22969]: master_notify: syntax > error in map near [ /mbahome/& ] I believe these are all syntax errors in your master map. Can you give us the contents of that? -Jeff _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
