Displaying 3 results from an estimated 3 matches for "unicodepwd_string_here".
2024 Dec 02
1
Import of exported unicodePwd does not update Kerberos password
...9;s implemented so that passwords are exported using "samba-tool user
getpassword {username} --attributes=unicodePwd".
On the import side, an LDIF file is created in the following format:
```
dn: CN={username},OU=Users,DC=example,DC=com
changetype: modify
replace: unicodePwd
unicodePwd:: {unicodePwd_string_here}
```
This file is then applied using `ldbmodify -H
/var/lib/samba/private/sam.ldb
--controls=local_oid:1.3.6.1.4.1.7165.4.3.12:0`.
However, this no longer seems to work, at least not for Kerberos. I've
found and tried the `--pw-nt-hash` option, but it doesn't make a difference.
After appl...
2024 Dec 02
1
Import of exported unicodePwd does not update Kerberos password
...re exported using "samba-tool user
> getpassword {username} --attributes=unicodePwd".
> On the import side, an LDIF file is created in the following format:
> ```
> dn: CN={username},OU=Users,DC=example,DC=com
> changetype: modify
> replace: unicodePwd
> unicodePwd:: {unicodePwd_string_here}
> ```
> This file is then applied using `ldbmodify -H
> /var/lib/samba/private/sam.ldb
> --controls=local_oid:1.3.6.1.4.1.7165.4.3.12:0`.
>
> However, this no longer seems to work, at least not for Kerberos. I've
> found and tried the `--pw-nt-hash` option, but it doesn...
2024 Dec 02
1
Import of exported unicodePwd does not update Kerberos password
...user
> > getpassword {username} --attributes=unicodePwd".
> > On the import side, an LDIF file is created in the following format:
> > ```
> > dn: CN={username},OU=Users,DC=example,DC=com
> > changetype: modify
> > replace: unicodePwd
> > unicodePwd:: {unicodePwd_string_here}
> > ```
> > This file is then applied using `ldbmodify -H
> > /var/lib/samba/private/sam.ldb
> > --controls=local_oid:1.3.6.1.4.1.7165.4.3.12:0`.
> >
> > However, this no longer seems to work, at least not for Kerberos. I've
> > found and tried the `--...