mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
a2b7ea043b
not put it into /etc/pam.d.
17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
|
|
####################################################
|
|
|
|
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:
|
|
cat %%EXAMPLESDIR%%/gnomesu-pam.4.x.sample >> /etc/pam.conf
|
|
|
|
On 5.x:
|
|
cp %%EXAMPLESDIR%%/gnomesu-pam.5.x.sample \
|
|
/etc/pam.d/gnomesu-pam
|
|
|
|
####################################################
|
|
|