Paso 4: Configurar automounter para tener acceso a OpenLDAP
Emulador de terminal abierto en Rpi2
Hacer copia de seguridad:
sudo cp /etc/default/autofs /etc/default/autofs.pristine
/Etc/default/autofs de cambio:
sudo vi /etc/default/autofsChange: MASTER_MAP_NAME="/etc/auto.master" To: MASTER_MAP_NAME="ldap://192.168.0.6/ou=auto.master,ou=automount,ou=etc,dc=example,dc=com" Change: #LOGGING="none" To: LOGGING="verbose" #Change it back to "none" when you get successful results Change: #LDAP_URI="" To: LDAP_URI="ldap://192.168.x.x" # This is the IP address of your LDAP machine/device or Rpi1 Change: #SEARCH_BASE="" To: SEARCH_BASE="ou=automount,ou=etc,dc=example,dc=com" Uncomment the following lines: MAP_OBJECT_CLASS="automountMap" ENTRY_OBJECT_CLASS="automount" MAP_ATTRIBUTE="ou" ENTRY_ATTRIBUTE="cn" VALUE_ATTRIBUTE="automountInformation"