Hi,
wenn ich momentan eine Festplatte über das Gnomepanel-Applett "Festplatten einbinden" mounten will, geht das (abhängig von der Rechtekonfiguration) zum Teil nur mit root-Rechten. Ich möchte nun mein eigenes Passwort eingeben. Momentan werd ich nach dem root-Passwort gefragt.
Ich hab nun ehrlich gesagt keine Ahnung, wo ich das konfigurieren kann; in der /etc/sudoers hab ich bereits mounten drin, ist das vielleicht syntaktisch falsch?
/etc/suoders:
[yarch@yarch-host ~]$ sudo cat /etc/sudoers
Passwort:
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
# Failure to use 'visudo' may result in syntax or file permission errors
# that prevent sudo from running.
#
# See the sudoers man page for the details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
# Cmnd alias specification
# Defaults specification
#Defaults env_reset # hab ich in den ubuntu-sudoers-files gefunden, weiß jemand was es bewirkt?
Defaults insults
Defaults:wine env_keep=DISPLAY # wine ist mein account für emulationen via wine..
# Runas alias specification
# User privilege specification
root ALL=(ALL) ALL
# Uncomment to allow people in group wheel to run all commands
%wheel ALL=(ALL) ALL
# Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
# Samples # Erstes war auskommentiert:
%users ALL=PASSWD:/sbin/mount /cdrom,/sbin/umount /cdrom
# %users localhost=/sbin/shutdown -h now
Edit: Ich hab den Titel angepasst - zum Einen, um ein [solved] davor zu bekommen, zum anderen um den Titel dem letztlichen Inhalt besser anzupassen.