homura_left_得得bb
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
thanks you!
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
ok where should i pass the refresh token?
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
data = {
'grant_type' : 'refresh_token',
'refresh_token' : refesh_token,
}
r = session.post("http://localhost:17170/auth/refresh", data=data,cookies={"cookie":"123"})
i have try refresh-token is not accepted,24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
``
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
HTTP request [ 12.9µs | 100.00% ] method: "POST" | uri: "/auth/refresh"
2023-10-13T09:58:14.560054474+00:00 DEBUG ┕━ 🐛 [debug]: | status_code: 405
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
i already have it enabled but it seems have nothing return in the log
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
cat lldapconfig.toml
`## Default configuration for Docker.
All the values can be overridden through environment variables, prefixed
with "LLDAP". For instance, "ldap_port" can be overridden with the
"LLDAP_LDAP_PORT" variable.
Tune the logging to be more verbose by setting this to be true.
You can set it with the LLDAP_VERBOSE environment variable."
verbose=true`
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
i still figure out how to set to verbose mode,
my docker command was
docker run -p 17170:17170 -p 3890:3890 -v /home/user/Jeff/Software/dev_project/lldap/lldap_data:/data nitnelave/lldap
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
but post get 405.., thats why i use get
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
i have also try this according to oauth spec
data = {
'grant_type' : 'refresh_token',
'refresh_token' : refesh_token, "client_id": login_username, "client_secret": login_password }
r = session.get("http://localhost:17170/auth/refresh", data=data,cookies={"cookie":"123"})
'refresh_token' : refesh_token, "client_id": login_username, "client_secret": login_password }
r = session.get("http://localhost:17170/auth/refresh", data=data,cookies={"cookie":"123"})
24 replies
LLLDAP
•Created by homura_left_得得bb on 10/13/2023 in #troubleshooting
homura_left_得得B - hello i am try to use the ref...
how do i enable verbose mode ?
24 replies