6fd57921a2f77575cda2e75abe22613408906f9d
[manu/libnss-mysql-bg.git] / debian / control
1 Source: libnss-mysql-bg
2 Section: admin
3 Priority: optional
4 Maintainer: Emmanuel Lacour <elacour@home-dn.net>
5 Build-Depends: debhelper (>= 7.0.50~), libmysqlclient15-dev, quilt (>= 0.40), autotools-dev
6 Standards-Version: 3.9.3
7
8 Package: libnss-mysql-bg
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Suggests: mysql-server, libpam-mysql
12 Conflicts: libnss-mysql
13 Description: NSS module for using MySQL as a naming service
14  libnss-mysql-bg provides a Name Service Switch module that allows MySQL
15  to act as a name service.
16  . 
17  Its configuration is very flexible by allowing to set an SQL query per NSS
18  call (getpwnam, getpwuid, ...). You would use it instead of the other
19  "libnss-mysql" package for building an NSS over an existing database (used for
20  another purpose like groupware, ...).  
21  .
22  It currently supports storage of passwd, group and shadow information.