mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
a4a4d64170
a/e2fsprogs-1.46.5-x86_64-1.txz: Upgraded. ap/sqlite-3.37.1-x86_64-1.txz: Upgraded. n/mutt-2.1.5-x86_64-1.txz: Upgraded. n/yptools-4.2.3-x86_64-4.txz: Rebuilt. Added /usr/sbin/yp_dump_binding and /usr/sbin/yptest. Add a hint about adding "nis" in /etc/pam.d/system-auth to /etc/default/yp.
43 lines
1.4 KiB
Text
43 lines
1.4 KiB
Text
# This file can be used to tweak the way YP (NIS) services
|
|
# are started.
|
|
#
|
|
# IMPORTANT HINT: In order to get NIS clients to function on PAM, you will
|
|
# need to find this line in /etc/pam.d/system-auth:
|
|
# password sufficient pam_unix.so nullok sha512 shadow minlen=6 try_first_pass use_authtok
|
|
# and change it adding nis to the end like this:
|
|
# password sufficient pam_unix.so nullok sha512 shadow minlen=6 try_first_pass use_authtok nis
|
|
#
|
|
# Optional arguments to pass ypserv upon startup:
|
|
#YPSERV_OPTS=""
|
|
#
|
|
# Example:
|
|
# If you run NIS in a firewalled environment you might want
|
|
# to bind ypserv to a specific port:
|
|
# YPSERV_OPTS="-p 12345"
|
|
# See ypserv(8) for more details.
|
|
#
|
|
#
|
|
# Optional arguments to pass rpc.yppasswdd upon startup:
|
|
#YPPASSWDD_OPTS=""
|
|
#
|
|
# Example:
|
|
# You might want users to be able to change their shell
|
|
# and GECOS information, in which case you should add
|
|
# these options:
|
|
# YPPASSWDD_OPTS="-e chsh -e chfn"
|
|
# See rpc.yppasswdd(8) for more details.
|
|
#
|
|
#
|
|
# Optional arguments to pass rpc.ypxfrd upon startup:
|
|
#YPXFRD_OPTS=""
|
|
#
|
|
# Example:
|
|
# If you run NIS in a firewalled environment you might want
|
|
# to bind rpc.ypxfrd to a specific port:
|
|
# YPXFRD_OPTS="-p 54321"
|
|
#
|
|
#
|
|
# Optional arguments to pass ypbind upon startup. The default
|
|
# is to use -broadcast if YPBIND_OPTS is not set. This ignores
|
|
# /etc/yp.conf and broadcasts across the network to find a server.
|
|
#YPBIND_OPTS="-broadcast"
|