Andreas Merk

Results 7 comments of Andreas Merk

> I think some users may want to install the stack on their gateway in order to create a on premise / private service and pass data to other services....

I did the same and still get the `Error: ldap_exop_passwd(): Passwd modify extended operation failed: Extended Operation(1.3.6.1.4.1.4203.1.11.1) not supported (2) at /var/www/html/custom_apps/ldap_write_support/lib/LDAPUserManager.php#353`.

> Hi. > I've just had troubles with changing users passwords from NC. I'm using samba 4 with 6.1.1.2.4.1.2 dSHeuristics set to 1. But everytime changing password (not only by...

I run the samba AD via ubuntu focal, current release is: 2:4.11.6+dfsg-0ubuntu1.6. Output is sanitised. LDAPTLS_REQCERT=never ldapsearch -H ldaps://192.168.x.x:636 -D "CN=Administrator,CN=Users,DC=mydom,DC=lan" -W -s base -b '' -x -LLL -o ldif-wrap=no...

I can confirm, but with a very small change. I searched a bit further and found: https://stackoverflow.com/questions/13078022/php-ldap-modify-insufficient-access Instead of "ldap_modify" I use here the recommended "ldap_mod_replace" and it works. Thank...

Hi, do we have any updates on this? I would like to skip the double checking of the exop/mod functions on any update. As another idea, why not make a...