summaryrefslogtreecommitdiff
path: root/source4/auth/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/session.h')
-rw-r--r--source4/auth/session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/session.h b/source4/auth/session.h
index ef736b58e31..900b6ab3365 100644
--- a/source4/auth/session.h
+++ b/source4/auth/session.h
@@ -29,7 +29,7 @@ struct tevent_context;
struct ldb_context;
struct ldb_dn;
/* Create a security token for a session SYSTEM (the most
- * trusted/prvilaged account), including the local machine account as
+ * trusted/privileged account), including the local machine account as
* the off-host credentials */
struct auth_session_info *system_session(struct loadparm_context *lp_ctx) ;
@@ -43,7 +43,7 @@ NTSTATUS auth_generate_security_token(TALLOC_CTX *mem_ctx,
uint32_t session_info_flags,
struct security_token **_security_token);
NTSTATUS auth_generate_session_info(TALLOC_CTX *mem_ctx,
- struct loadparm_context *lp_ctx, /* Optional, if you don't want privilages */
+ struct loadparm_context *lp_ctx, /* Optional, if you don't want privileges */
struct ldb_context *sam_ctx, /* Optional, if you don't want local groups */
const struct auth_user_info_dc *interim_info,
uint32_t session_info_flags,