diff options
author | Volker Lendecke <vl@samba.org> | 2008-05-06 17:37:00 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-05-07 14:47:29 +0200 |
commit | 64ddd381b74ca94e8ff8ae62d8f019a9b5290a80 (patch) | |
tree | 37e07a70b9b67c65d1a0674025f2fcfb4e01ce1c /source3/include | |
parent | 4f731150bdc4e7257e1fc87e6ea6944d33cb1e34 (diff) | |
download | samba-64ddd381b74ca94e8ff8ae62d8f019a9b5290a80.tar.gz samba-64ddd381b74ca94e8ff8ae62d8f019a9b5290a80.tar.bz2 samba-64ddd381b74ca94e8ff8ae62d8f019a9b5290a80.zip |
Rename server_info->was_mapped to server_info->nss_token
"nss_token" from my point of view much better reflects what this flag actually
represents
(This used to be commit b121a5acb2ef0bb3067d953b028696175432f10d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/auth.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index df2bed8756..56b8144a24 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -67,7 +67,11 @@ typedef struct auth_serversupplied_info { void *pam_handle; - bool was_mapped; /* Did the username map match? */ + /* + * This is a token from /etc/passwd and /etc/group + */ + bool nss_token; + char *unix_name; /* |