Displaying 3 results from an estimated 3 matches for "cowwlgiqqahryhy4hxwp4a".
2015 Jun 18
2
Samba4 as AD, what password hash is used?
Hi,
Thank you for this answer, unfortunately I was not able to re-hash password
as they are hashed into LDB database.
First I retrieved the hash:
ldbsearch -H $sam '(cn=some user)' unicodePwd
# record 1
dn: CN=some user,OU=Users Management,DC=ad,DC=example,DC=com
unicodePwd:: COwwLgiqqaHRyhy4HxWp4A==
This "unicodePwd" attribute comes from a quick search into "user" class:
ldbsearch -H $sam -b 'CN=SCHEMA,CN=CONFIGURATION,DC=AD,DC=EXAMPLE,DC=COM'
'(&(objectClass=classSchema)(cn=user))' | egrep -i 'pass|pwd'
systemMayContain: msDS-UserPasswordExp...
2015 Jun 18
0
Samba4 as AD, what password hash is used?
...is answer, unfortunately I was not able to re-hash password
> as they are hashed into LDB database.
>
> First I retrieved the hash:
> ldbsearch -H $sam '(cn=some user)' unicodePwd
> # record 1
> dn: CN=some user,OU=Users Management,DC=ad,DC=example,DC=com
> unicodePwd:: COwwLgiqqaHRyhy4HxWp4A==
>
> This "unicodePwd" attribute comes from a quick search into "user" class:
> ldbsearch -H $sam -b 'CN=SCHEMA,CN=CONFIGURATION,DC=AD,DC=EXAMPLE,DC=COM'
> '(&(objectClass=classSchema)(cn=user))' | egrep -i 'pass|pwd'
> systemMayCont...
2015 Jun 17
2
Samba4 as AD, what password hash is used?
Hi all,
I was wondering what kind of password encryption is used into LDB file to
store user's password.
Our users are authenticating against some OpenLDAP tree to access their
applications. We would like to add some field on this OpenLDAP to generate
Samba4 valid password when users are connecting against it, to be able then
to copy this field into our Samba4 users for they have same