Yuri

Results 35 comments of Yuri

I join this question: how could it be used with https://github.com/bigbluebutton/docker ?

As there is no response I could suggest [my solution](https://github.com/drlight17/bbb-video-download-manual-init) for dockerized BBB.

Use [this](https://github.com/drlight17/bbb-add-download-button). Now it supports BBB 2.2, but I will release updated version soon.

> > Is there a really security cause to use ldap_exop_passwd() function to operate with userPassword attrribute? > > It will ensure that the password is hashed instead of possibly...

> Are you sure Samba4 is configured correctly? It seems odd to me that it would not be able to operate with the intended method to change passwords on LDAP....

Samba is upgraded to the latest 4.11.6 with no luck. Still having the same error: ``` Result: Protocol error (2) Additional info: Extended Operation(1.3.6.1.4.1.4203.1.11.1) not supported ``` Just found info...

> Same issue here, can't change password with Samba AD, there is another way to implement this feature? > > ldap_exop_passwd(): Passwd modify extended operation failed: Extended Operation(1.3.6.1.4.1.4203.1.11.1) not supported...

> Hi, > > Try this on your samba AD: > > Replace /var/lib/samba/private/ for your path and the dc domain part > > ldbedit -e vi -H /var/lib/samba/private/sam.ldb -b...

> I can add detection of passwdModify extended operation. > > @drlight17 @meckiemac can you send current version of your LDAP backend and your DSE? > You shoud get DSE...

> @drlight17 @meckiemac can you confirm that modifying userPassword attribute works for you? Yes, I confirm.