2005-01-14 20:25:56 +01:00
|
|
|
|
|
|
|
####################################################
|
|
|
|
|
|
|
|
The gnomesu part of libgnomesu will use su(1) without
|
|
|
|
any further work. To utilize the PAM support, however,
|
|
|
|
you must perform the following:
|
|
|
|
|
|
|
|
On 4.x:
|
2005-01-14 20:57:27 +01:00
|
|
|
cat %%EXAMPLESDIR%%/gnomesu-pam.4.x.sample >> /etc/pam.conf
|
2005-01-14 20:25:56 +01:00
|
|
|
|
|
|
|
On 5.x:
|
|
|
|
cp %%EXAMPLESDIR%%/gnomesu-pam.5.x.sample \
|
|
|
|
/etc/pam.d/gnomesu-pam
|
|
|
|
|
|
|
|
####################################################
|
|
|
|
|