- Commits:
-
Summary ID Author 026969a4501e89f1b1651767c6c90b3bf9663680 Andre Klitzing 590cb62b0f685433c40248515260ee79d64665b2 Andre Klitzing
Add support to fetch username from LDAP
Review Request #2450 — Created May 2, 2023 and submitted
Add support to fetch username from LDAP
Summary | ID | Author |
---|---|---|
3dd83b4de959b9ad424810c604abe0dcf5571d37 | Andre Klitzing |
Description | From | Last Updated |
---|---|---|
While this look okay overall, I'm on the fence if hgkeeper should be supporting stuff like ldap and other IdP's … |
grim | |
Looks good, just waiting on 2449 to move forward with this. |
grim | |
since this is in the access package this should probably be namespaced to something a bit more specific than just … |
grim | |
s/pf/for the/ |
grim |
- Summary:
-
Add support to fetch public keys from LDAPAdd support to fetch username from LDAP
- Description:
-
~ Add support to fetch public keys from LDAP
~ Add support to fetch username from LDAP
- Commits:
-
Summary ID Author 590cb62b0f685433c40248515260ee79d64665b2 Andre Klitzing d5adcdf11f8b4aafb346726de5bb7b59f8baeff6 Andre Klitzing
- Commits:
-
Summary ID Author d5adcdf11f8b4aafb346726de5bb7b59f8baeff6 Andre Klitzing c4dd24d7531497b636d193250eee71e5d7cdc3b5 Andre Klitzing
- Commits:
-
Summary ID Author c4dd24d7531497b636d193250eee71e5d7cdc3b5 Andre Klitzing 16a07378fda7ff22f779168436e552d017d5e5b2 Andre Klitzing
- Commits:
-
Summary ID Author 16a07378fda7ff22f779168436e552d017d5e5b2 Andre Klitzing c998d0f55db6758f805cadd28c12771211bcf2c3 Andre Klitzing
-
-
While this look okay overall, I'm on the fence if hgkeeper should be supporting stuff like ldap and other IdP's directly and instead wondering if it would make more sense to run a command like the ssh
AuthorizedKeysCommand
because then we just have one interface and people can adapt to whatever their situation is without code changes. -
since this is in the access package this should probably be namespaced to something a bit more specific than just
config
. -