summaryrefslogtreecommitdiff
path: root/debian/control
blob: e1947597d049443f06e201bd010a2e2cf7342677 (plain)
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
32
33
34
35
36
37
38
39
40
Source: sudo
Section: admin
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends:
  debhelper (>= 10), libpam0g-dev, libldap2-dev, libsasl2-dev,
  libselinux1-dev [linux-any], autoconf, autotools-dev, bison,
  flex, libaudit-dev [linux-any], mandoc,
Standards-Version: 3.9.8
Vcs-Git: http://cgit.osdyson.org/sudo.git
Vcs-Browser: http://cgit.osdyson.org/sudo.git
Homepage: http://www.sudo.ws/

Package: sudo
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-modules, lsb-base
Conflicts: sudo-ldap
Replaces: sudo-ldap
Description: Provide limited super user privileges to specific users
 Sudo is a program designed to allow a sysadmin to give limited root
 privileges to users and log root activity.  The basic philosophy is to give
 as few privileges as possible but still allow people to get their work done.
 .
 This version is built with minimal shared library dependencies, use the
 sudo-ldap package instead if you need LDAP support for sudoers.

Package: sudo-ldap
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-modules, lsb-base
Conflicts: sudo
Replaces: sudo
Provides: sudo
Description: Provide limited super user privileges to specific users
 Sudo is a program designed to allow a sysadmin to give limited root
 privileges to users and log root activity.  The basic philosophy is to give
 as few privileges as possible but still allow people to get their work done.
 .
 This version is built with LDAP support, which allows an equivalent of the
 sudoers database to be distributed via LDAP.  Authentication is still 
 performed via pam.