mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Merge from HEAD:
> Don't store domain with username in secrets.tdb
(This used to be commit a4a01afebe
)
This commit is contained in:
parent
b6c77fd3bb
commit
38788fbec5
@ -594,7 +594,7 @@ static BOOL wbinfo_set_auth_user(char *username)
|
||||
/* Store in secrets.tdb */
|
||||
|
||||
if (!secrets_store(SECRETS_AUTH_USER, username,
|
||||
strlen(username) + 1) ||
|
||||
strlen(user) + 1) ||
|
||||
!secrets_store(SECRETS_AUTH_DOMAIN, domain,
|
||||
strlen(domain) + 1) ||
|
||||
!secrets_store(SECRETS_AUTH_PASSWORD, password,
|
||||
|
Loading…
Reference in New Issue
Block a user