mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
libcli:drsuapi: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
adcc92f835
commit
e3a710f290
@ -115,7 +115,7 @@ static WERROR drsuapi_decrypt_attribute_value(TALLOC_CTX *mem_ctx,
|
|||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* The following rid_crypt obfuscation isn't session specific
|
* The following rid_crypt obfuscation isn't session specific
|
||||||
* and not really needed here, because we allways know the rid of the
|
* and not really needed here, because we always know the rid of the
|
||||||
* user account.
|
* user account.
|
||||||
*
|
*
|
||||||
* some attributes with this 'additional encryption' include
|
* some attributes with this 'additional encryption' include
|
||||||
@ -240,7 +240,7 @@ static WERROR drsuapi_encrypt_attribute_value(TALLOC_CTX *mem_ctx,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* The following rid_crypt obfuscation isn't session specific
|
* The following rid_crypt obfuscation isn't session specific
|
||||||
* and not really needed here, because we allways know the rid of the
|
* and not really needed here, because we always know the rid of the
|
||||||
* user account.
|
* user account.
|
||||||
*
|
*
|
||||||
* some attributes with this 'additional encryption' include
|
* some attributes with this 'additional encryption' include
|
||||||
|
Loading…
Reference in New Issue
Block a user