Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nss-pam-webapi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
magicfelix
nss-pam-webapi
Commits
5ca3295d
Verified
Commit
5ca3295d
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Use Teckids mail address
parent
81411083
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
src/config.rs
+1
-1
1 addition, 1 deletion
src/config.rs
src/logging.rs
+1
-1
1 addition, 1 deletion
src/logging.rs
src/pam.rs
+1
-1
1 addition, 1 deletion
src/pam.rs
with
5 additions
and
5 deletions
Cargo.toml
+
1
−
1
View file @
5ca3295d
[package]
name
=
"nss_pam_oidc"
version
=
"0.1.0"
authors
=
[
"Dominik George <
nik@naturalnet.de
>"
]
authors
=
[
"Dominik George <
dominik.george@teckids.org
>"
]
edition
=
"2018"
description
=
"NSS/PAM modules for OpenID Connect/OAuth2"
repository
=
"https://edugit.org/lanki.cloud/glue/nss-pam-oidc"
...
...
This diff is collapsed.
Click to expand it.
LICENSE
+
1
−
1
View file @
5ca3295d
...
...
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2021 Dominik George <
nik@naturalnet.de
>
Copyright 2021 Dominik George <
dominik.george@teckids.org
>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
This diff is collapsed.
Click to expand it.
src/config.rs
+
1
−
1
View file @
5ca3295d
/* Copyright 2021 Dominik George <
nik@naturalnet.de
>
/* Copyright 2021 Dominik George <
dominik.george@teckids.org
>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
This diff is collapsed.
Click to expand it.
src/logging.rs
+
1
−
1
View file @
5ca3295d
/* Copyright 2020 Nicolas Goy
* Copyright 2021 Dominik George <
nik@naturalnet.de
>
* Copyright 2021 Dominik George <
dominik.george@teckids.org
>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
This diff is collapsed.
Click to expand it.
src/pam.rs
+
1
−
1
View file @
5ca3295d
/* Copyright 2021 Dominik George <
nik@naturalnet.de
>
/* Copyright 2021 Dominik George <
dominik.george@teckids.org
>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment