Linux Mint 18

  1. sudo vim /usr/share/mdm/defaults.conf
  2. buscar Exclude y cambiar nobody por la lista de usuarios que no se quiere que aparezca

o

  1. ajusta el UID del usuario(s) que no queremos que aparezcan por debajo del «habitual» (1000)
  2. sudo vim /usr/share/mdm/defaults.conf
  3. buscar MinimalUID=1000 y cambiar por el UID a nuestra conveniencia

/via: https://forums.linuxmint.com/viewtopic.php?t=178215

un usuario no-admin no puede conectarse a nuevas redes WIFI, pide permisos de admin (sudo) para añadir la nueva red.

http://askubuntu.com/questions/244567/remove-sudo-password-when-connecting-to-new-wifi-network

/etc/polkit-1/localauthority/50-local.d/10-network-manager.pkla
[Let user pupil modify system settings for network]
Identity=unix-user:<user>
Action=org.freedesktop.NetworkManager.settings.modify.system
ResultAny=no
ResultInactive=no
ResultActive=yes

otra posible solución, que dicen funciona en Ubuntu 14.04 LTS & 16.04 LTS:

  1. su -
  2. nano /usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy
  3. Towards the end of the file, find the section labeled:<action id=«org.freedesktop.NetworkManager.settings.modify.system»>
  4. At the the bottom of the org.freedesktop.NetworkManager.settings.modify.system Section, locate the following line of code: <allow_active>auth_admin_keep</allow_active>
  5. Change this line to read as follows: <allow_active>yes</allow_active>
  6. Restart
  • linux/mint/start.txt
  • Darrera modificació: 14/06/2023 06:21
  • per mate