Samuel
Samuel
This would suggest that, as `cn=admin,dc=qq,dc=com`, no entries were returned when searching `cn=gitlab,dc=qq,dc=com` for objects matching filter `(&(objectClass=person)(uid=xiaoming))`. Are you sure base and/or filter are correct? Could you check using...
Hi, When `$who_change_password = "manager";`, it is assumed SSP would bind to your LDAP using the `$ldap_binddn` & `$ldap_bindpw`. On the other hand, if you want the user to change...
If the `who_change_password` was already set to `user`, then this message would suggest we can not search the directory after an anonymous bind, before logging in as the user changing...
That's weird: in 1.4.1, line 169 of the change.php is ``` 168: # Rebind as Manager if needed 169: if ( $who_change_password == "manager" ) { 170: $bind = ldap_bind($ldap,...
the type detection error with special characters is one thing, while previous posts were mentioning opening some About.odt file. having set LANG, LANGUAGE, LC_CTYPE, locale-gen, dpkg-reconfigure locales, setting some value...
No, I did not. I've also been trying with libreoffice/online:master, as well as building it myself on some ubuntu:18:04, I've got the exact same problem either way. I'm sure I'm...
I'm using an emptyDir. I could be wrong, though I'am not sure persisting data on that container is required, as I expect NextCloud to do this. Then again, you're right....
erratum: checking again, the above SCC seems to work as expected. I probably fucked up something in between. So, for the record, here's how to deploy Lool on OpenShift: ```...
I can't find any of those images either ... It this project still maintained? FYI, you may be able to pull those from: https://hub.docker.com/r/siddharth67/kubescan-scanner-ui/tags https://hub.docker.com/r/siddharth67/kubescan-scanner/tags Now I wouldn't recommend trusting...
You should use: ``` docker run -d -p 9120:9117 joeelliott/cert-exporter ./app -logtostderr=true -include-cert-glob "/etc/ssl/certs/*.pem" ```