Martijn
Martijn
got the same issues: `Unknown error`
@Mugane , can you check this link: https://webdevops.slack.com/forgot/check
Why not use a very simple web gui? In this way you can help every OS ;)
I'm unable to ping a local VM with Openpyn installed. So thought this could resolve this.
Unfortunately the VM's (including the system) are in the 192.168.1.x subnet but my physical devices and VPN devices are each in an other subnet due to security reasons.
It works, thanks! When I added the credentials in the GUI they are not hashed/encrypted. Shouldn't that be a bug?
_By default, pyad will connect to the Active Directory domain to which the machine is joined (rootDSE):_ comment out "pyad.set_defaults(ldap_server="[server_ip]", username="administrator", password="[admin_password")" and try again. I never needed to authenticate...
Is there a solution to this problem? It also happens with the function move.
user.get_attribute("msDS-UserPasswordExpiryTimeComputed") //readonly user.get_attribute("pwdLastSet") //Writeable msDS-UserPasswordExpiryTimeComputed = USER:pwdLastSet + Effective-MaximumPasswordAge (where Effective-MaximumPasswordAge is defined in MS-SAMR section 3.1.1.5). msDS-UserPasswordExpiryTimeComputed: This is based on Effective-MaximumPasswordAge (A 64-bit value with delta time syntax,...
workaround for now is to create an additional entrypoint.sh for docker wp container and change the values in wp-config using sed. But I would rather see something native from wp-cli