File: control

package info (click to toggle)
libnss-mysql 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 440 kB
  • sloc: ansic: 1,666; sql: 295; makefile: 45; sh: 30
file content (31 lines) | stat: -rw-r--r-- 982 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libnss-mysql
Section: admin
Priority: optional
Maintainer: Jing Luo <jing@jing.rocks>
Uploaders: Simon Josefsson <simon@josefsson.org>
Build-Depends:
 debhelper-compat (= 13),
 default-libmysqlclient-dev,
 dh-sequence-installnss,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/libnss-mysql
Vcs-Git: https://salsa.debian.org/debian/libnss-mysql.git

Package: libnss-mysql
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests:
 default-mysql-server,
 libpam-mysql,
Conflicts: libnss-mysql-bg
Replaces: libnss-mysql-bg
Description: NSS module for using MySQL/MariaDB as a naming service
 libnss-mysql provides a Name Service Switch module that allows MySQL/MariaDB
 to act as a name service.
 .
 Its configuration is very flexible by allowing to set an SQL query per NSS
 call (getpwnam, getpwuid, ...).
 .
 It currently supports storage of passwd, group and shadow information.