-
### Description
The following code:
```sh
./buildconf
./configure --with-ldap=/path/to/oracle-instantclient/instantclient_19_23/
gmake
```
Resulted in this output:
```
In file include…
-
Currently the go-susi instance on the server needs a clear text password for LDAP write access in its config file. For read access an optional clear text password can be used. When TLS support is impl…
-
In our cloud, if a VM has a public IP, all connections go through the public IP. When authenticating against an external LDAP, this means that the LDAP firewall configuration needs to be adjusted ever…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on Github _(I've …
Fregf updated
1 month ago
-
- Gitea version : 1.11
- Can you reproduce the bug at https://try.gitea.io:
- [ ] Yes (provide example URL)
- [ ] No
- [x] Not relevant
- Log gist:
2019/12/20 18:46:51 ...es/auth/l…
-
**Describe the bug**
LDAP doesn't work I receive (in the browser) 401 when trying to login with ldap user
**To Reproduce**
Steps to reproduce the behavior:
1. Install after tutorial
2. Try to …
-
I write ldap client to connect ldap. And build like
`GOOS=linux GOARCH=arm GOARM=7 go build -o ldapexport main.go`
And run it on linux arm7. Then some error come
`2018/11/07 19:15:51.94037…
-
**Describe the bug**
The proxy outpost just crashed for me:
```
{"error":"websocket: close 1012","event":"ws read error","level":"warning","logger":"authentik.outpost.ak-api-controller","loop":"w…
-
### 🔖 Feature description
After a bunch of testing I finally got backstage working locally with lldap
It seems the settings required were:
```yaml
vendor:
dnAttributeName: dn
uuidAttri…
-
Parameters were added to functions, breaking downstream dependencies. eg:
`.../go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.3/bind.go:500:96: not enough arguments in call to ntlmssp.ProcessChallenge`…