1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +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:
Tim Potter 2002-05-13 23:31:51 +00:00
parent b6c77fd3bb
commit 38788fbec5

View File

@ -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,