authentik fork
This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Lukas Söder 7f39399c32
providers/ldap: Added auto-generated uidNumber and guidNumber generated attributes for use with SSSD and similar software. (#1138)
* Added auto-generated uidNumber and guidNumber generated attributes for
use with SSSD and similar software.

The starting number for uid/gid can be configured iva environtment
variables and is by default 2000 which should work fine for most instances unless there are more than
999 local accounts on the server/computer.

The uidNumber is just the users Pk + the starting number.
The guidNumber is calculated by the last couple of bytes in the uuid of
the group + the starting number, this should have a low enough chance
for collisions that it's going to be fine for most use cases.

I have not added any interface stuff for configuring the environment variables as I couldn't really find my way around all the places I'd have to edit to add it and the default values should in my opinion be fine for 99% use cases.

* Add a 'fake' primary group for each user

* First attempt att adding config to interface

* Updated API to support new fields

* Refactor code, update documentation and remove obsolete comment

Simplify `GetRIDForGroup`, was a bit overcomplicated before.

Add an additional class/struct `LDAPGroup` which is the new argument
for `pi.GroupEntry` and util functions to create `LDAPGroup` from api.Group and api.User

Add proper support in the interface for changing gidNumber and uidNumber starting points

* make lint-fix for the migration files
2021-07-14 09:17:01 +02:00
.github ci: re-finalize releases in sentry since sourcemaps are fixed now 2021-07-05 18:30:11 +02:00
authentik providers/ldap: Added auto-generated uidNumber and guidNumber generated attributes for use with SSSD and similar software. (#1138) 2021-07-14 09:17:01 +02:00
cmd/server gproxy: add sentry integration 2021-05-04 14:28:48 +02:00
internal root: build bundled docs into helo dir to fix path issue with packaged static files 2021-07-13 19:09:16 +02:00
lifecycle Allow for Configurable Redis Port (#1124) 2021-07-12 11:01:41 +02:00
outpost providers/ldap: Added auto-generated uidNumber and guidNumber generated attributes for use with SSSD and similar software. (#1138) 2021-07-14 09:17:01 +02:00
scripts ci: build image with timestamp for flux 2021-05-26 10:37:33 +02:00
tests outposts: update outpost permissions on m2m change 2021-07-04 19:37:12 +02:00
web providers/ldap: Added auto-generated uidNumber and guidNumber generated attributes for use with SSSD and similar software. (#1138) 2021-07-14 09:17:01 +02:00
website providers/ldap: Added auto-generated uidNumber and guidNumber generated attributes for use with SSSD and similar software. (#1138) 2021-07-14 09:17:01 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.6.4 2021-07-05 16:59:29 +02:00
.dockerignore root: add bundled docs 2021-07-13 11:06:51 +02:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore root: fix references to helm chart 2021-06-13 14:30:44 +02:00
Dockerfile root: build bundled docs into helo dir to fix path issue with packaged static files 2021-07-13 19:09:16 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile core: fix error when setting icon/background to url longer than 100 chars 2021-07-09 19:31:32 +02:00
Pipfile providers/ldap: Added auto-generated uidNumber and guidNumber generated attributes for use with SSSD and similar software. (#1138) 2021-07-14 09:17:01 +02:00
Pipfile.lock providers/ldap: Added auto-generated uidNumber and guidNumber generated attributes for use with SSSD and similar software. (#1138) 2021-07-14 09:17:01 +02:00
README.md root: fix references to helm chart 2021-06-13 14:30:44 +02:00
SECURITY.md root: update security md 2021-05-06 14:43:19 +02:00
azure-pipelines.yml website/docs: remove migrate command 2021-06-16 22:43:43 +02:00
docker-compose.yml release: 2021.6.4 2021-07-05 16:59:29 +02:00
go.mod gproxy: load default config file for debug and listen statements 2021-05-04 14:10:34 +02:00
go.sum gproxy: load default config file for debug and listen statements 2021-05-04 14:10:34 +02:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyproject.toml API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
schema.yml providers/ldap: Added auto-generated uidNumber and guidNumber generated attributes for use with SSSD and similar software. (#1138) 2021-07-14 09:17:01 +02:00

README.md

authentik logo


CI Build status Tests Code Coverage Docker pulls Latest version LGTM Grade Transifex

What is authentik?

authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols. authentik is also a great solution for implementing signup/recovery/etc in your application, so you don't have to deal with it.

Installation

For small/test setups it is recommended to use docker-compose, see the documentation

For bigger setups, there is a Helm Chart [here])(https://github.com/goauthentik/helm). This is documented here

Screenshots

Light Dark

Development

See Development Documentation

Security

See SECURITY.md