slackbuilds_ponce/system/nss-mysql
2010-05-13 01:00:59 +02:00
..
config system/nss-mysql: Added to 13.0 repository 2010-05-13 01:00:59 +02:00
patches system/nss-mysql: Added to 13.0 repository 2010-05-13 01:00:59 +02:00
doinst.sh system/nss-mysql: Added to 13.0 repository 2010-05-13 01:00:59 +02:00
nss-mysql.info system/nss-mysql: Added to 13.0 repository 2010-05-13 01:00:59 +02:00
nss-mysql.SlackBuild system/nss-mysql: Added to 13.0 repository 2010-05-13 01:00:59 +02:00
README system/nss-mysql: Added to 13.0 repository 2010-05-13 01:00:59 +02:00
README.SLACKWARE system/nss-mysql: Added to 13.0 repository 2010-05-13 01:00:59 +02:00
slack-desc system/nss-mysql: Added to 13.0 repository 2010-05-13 01:00:59 +02:00

The NSS-MySQL name service switch library

libnss_mysql retrieves user account information from a MySQL database server.
Per default stored in /etc/{group,passwd,shadow} on Unix-like systems. Which
(partly) is similar in functionality to NIS, LDAP, RADIUS, Hesoid, winbindd

When used over a remote-network uttermost care should be taken in the security
of this (such as TLS/SSL encrypting the connection) and even then storing any
valid password for such 'virtual' users is probably a bad idea in itself.

Kerberos provides for a far superior single-sign-on authentication system
(the 'shadow' part in these setups) in both performance and security.

Besides, this may break stuff so bad you'd need console access to fix it...
For some basic installation instructions though see README.SLACKWARE