Displaying 5 results from an estimated 5 matches for "igbwageacwbzahcabwbyagqaiga".
2019 Oct 08
2
user password hash
On Tue, Oct 8, 2019, 07:45 Rowland penny via samba <samba at lists.samba.org>
wrote:
> On 08/10/2019 12:27, Elias Pereira via samba wrote:
> > hello list,
> >
> > What kind of hashing/encryption samba4 ADDC uses for user passwords?
> base64?
>
Base64 is neither a hash nor an encryption algorithm; it is an encoding.
>
> > Thanks!
> >
> Basically
2019 Oct 09
3
user password hash
...n my Hard drive ;-)
> > Are you saying Samba stores plaintext passwords in the database?
>
> No, that bit of bash turns a plain password into what you would store in
> the users 'unicodePwd' attribute.
>
> For instance, if $PASSWORD == password , you would get
> 'IgBwAGEAcwBzAHcAbwByAGQAIgA='
>
> Rowland
I appreciate that this is how to pass the plaintext password for
setting it, for storage by the Kerberos back end. If Samba is using
Kerberos in normal fashion, *nothing* ever sees the plain text
password again. A decent explanation lives at
https://www.roguelynn.com/words/...
2019 Oct 08
0
user password hash
...Where is this scheme applied?
On my Hard drive ;-)
> Are you saying Samba stores plaintext passwords in the database?
No, that bit of bash turns a plain password into what you would store in
the users 'unicodePwd' attribute.
For instance, if $PASSWORD == password , you would get
'IgBwAGEAcwBzAHcAbwByAGQAIgA='
Rowland
>
> Jonathon
2019 Oct 09
0
user password hash
...)
>>> Are you saying Samba stores plaintext passwords in the database?
>> No, that bit of bash turns a plain password into what you would store in
>> the users 'unicodePwd' attribute.
>>
>> For instance, if $PASSWORD == password , you would get
>> 'IgBwAGEAcwBzAHcAbwByAGQAIgA='
>>
>> Rowland
> I appreciate that this is how to pass the plaintext password for
> setting it, for storage by the Kerberos back end. If Samba is using
> Kerberos in normal fashion, *nothing* ever sees the plain text
> password again. A decent explanation lives at
>...
2019 Oct 09
1
user password hash
...ying Samba stores plaintext passwords in the database?
> >> No, that bit of bash turns a plain password into what you would store in
> >> the users 'unicodePwd' attribute.
> >>
> >> For instance, if $PASSWORD == password , you would get
> >> 'IgBwAGEAcwBzAHcAbwByAGQAIgA='
> >>
> >> Rowland
> > I appreciate that this is how to pass the plaintext password for
> > setting it, for storage by the Kerberos back end. If Samba is using
> > Kerberos in normal fashion, *nothing* ever sees the plain text
> > password again. A dec...