fix: glauth: add ldap scheme to server url

main
LeRoyce Pearson 2024-01-09 18:33:14 -07:00
parent e32e78228e
commit 5b07801210
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
# For now, simply act as a proxy for lldap
{
datastore = "ldap";
servers = [ "127.0.0.1:3890" ];
servers = [ "ldap://127.0.0.1:3890" ];
}
];
api = {