Fix LDAP Ppassword env variable #182
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/182/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes: #179
TBH, this seems to not fully fix the regression or at least not fully finalize this feature. Previous to that PR, the admin user was created by using the LDAP bind settings (if I'm getting this right). Now with the correct environment variable for the LDAP credentials no admin user will be created when using
existingSecret
for the admin account. This feature was introduced withc49dc047a4
as well, I assume that we should fix this, too. Right now the admin account is only created when using inline credentials invalues.yaml
(seec49dc047a4/templates/gitea/init.yaml (L43)
)Oh no... too late.