This repository was archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcontrol
More file actions
69 lines (64 loc) · 3.79 KB
/
Copy pathcontrol
File metadata and controls
69 lines (64 loc) · 3.79 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: aad-auth
Section: admin
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dh-apport,
dh-cargo,
dh-golang,
golang-go (>= 2:1.22~),
libpam0g-dev (>= 1.4),
libc6-dev (>= 2.35),
libglib2.0-dev (>= 2.72.1),
pkg-config (>= 0.29.2),
libsqlite3-dev (>= 3.37.2)
Standards-Version: 4.6.0.1
XS-Go-Import-Path: github.com/ubuntu/aad-auth
XS-Vendored-Sources-Rust: ahash@0.8.7, allocator-api2@0.2.16, bitflags@1.3.2, bitflags@2.4.2, bstr@0.2.17, cc@1.0.90, cfg-if@1.0.0, console@0.15.8, ctor@0.2.7, deranged@0.3.11, encode_unicode@0.3.6, equivalent@1.0.1, errno@0.3.8, error-chain@0.12.4, faccess@0.2.4, fallible-iterator@0.3.0, fallible-streaming-iterator@0.1.9, fastrand@2.0.1, goldenfile@1.6.0, hashbrown@0.14.3, hashlink@0.9.0, hostname@0.3.1, indexmap@2.2.2, itoa@1.0.10, lazy_static@1.4.0, libc@0.2.153, libnss@0.6.0, libsqlite3-sys@0.28.0, linux-raw-sys@0.4.13, log@0.4.21, match_cfg@0.1.0, memchr@2.7.1, num-conv@0.1.0, num_threads@0.1.6, once_cell@1.19.0, paste@1.0.14, pkg-config@0.3.29, powerfmt@0.2.0, proc-macro2@1.0.79, quote@1.0.35, regex-automata@0.1.10, rusqlite@0.31.0, rustix@0.38.31, ryu@1.0.16, scopeguard@1.2.0, serde@1.0.197, serde_derive@1.0.197, serde_yaml@0.9.34+deprecated, similar-asserts@1.5.0, similar@2.4.0, simple_logger@4.3.3, smallvec@1.13.1, syn@2.0.48, syslog@6.1.0, tempfile@3.10.1, test-case-core@3.3.1, test-case-macros@3.3.1, test-case@3.3.1, time-core@0.1.2, time-macros@0.2.17, time@0.3.34, unicode-ident@1.0.12, unicode-segmentation@1.11.0, unsafe-libyaml@0.2.11, users@0.11.0, vcpkg@0.2.15, version_check@0.9.4, winapi-i686-pc-windows-gnu@0.4.0, winapi-x86_64-pc-windows-gnu@0.4.0, winapi@0.3.9, windows-sys@0.48.0, windows-sys@0.52.0, windows-targets@0.48.5, windows-targets@0.52.0, windows_aarch64_gnullvm@0.48.5, windows_aarch64_gnullvm@0.52.0, windows_aarch64_msvc@0.48.5, windows_aarch64_msvc@0.52.0, windows_i686_gnu@0.48.5, windows_i686_gnu@0.52.0, windows_i686_msvc@0.48.5, windows_i686_msvc@0.52.0, windows_x86_64_gnu@0.48.5, windows_x86_64_gnu@0.52.0, windows_x86_64_gnullvm@0.48.5, windows_x86_64_gnullvm@0.52.0, windows_x86_64_msvc@0.48.5, windows_x86_64_msvc@0.52.0, yansi@1.0.0-rc.1, zerocopy-derive@0.7.32, zerocopy@0.7.32
Homepage: https://github.com/ubuntu/aad-auth
Description: Azure Active Directory Authentication
Azure Active Directory Authentication enables authentication of Azure Active
Directory accounts on your local system. It dynamically creates local accounts,
supporting additional features like offline connectivity.
Package: libpam-aad
Architecture: any
Built-Using: ${misc:Built-Using},
Depends: aad-common,
${shlibs:Depends},
${misc:Depends},
Description: ${source:Synopsis} module for PAM
${source:Extended-Description}
.
This package contains the PAM module.
Package: libnss-aad
Architecture: any
Multi-Arch: same
Built-Using: ${misc:Built-Using},
Depends: aad-common,
${shlibs:Depends},
${misc:Depends},
Description: ${source:Synopsis} module for NSS
${source:Extended-Description}
.
This package contains the NSS module.
Package: aad-common
Architecture: all
Multi-Arch: foreign
Enhances: libpam-aad, libnss-aad, aad-cli
Depends: ${misc:Depends}
Description: ${source:Synopsis} common files
${source:Extended-Description}
.
This package contains configuration and translation files shared between the
other AAD packages.
Package: aad-cli
Architecture: any
Built-Using: ${misc:Built-Using},
Depends: aad-common,
${shlibs:Depends},
${misc:Depends},
Description: ${source:Synopsis} CLI tool
${source:Extended-Description}
.
This package contains the CLI tool to manage various aspects of the Azure AD
integration.