diff options
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 1b4a284945..9dbe04f4ca 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -921,6 +921,11 @@ NTSTATUS make_server_info_system(TALLOC_CTX *mem_ctx, return (*server_info != NULL) ? NT_STATUS_OK : NT_STATUS_NO_MEMORY; } +const struct auth_serversupplied_info *get_server_info_system(void) +{ + return system_info; +} + bool copy_current_user(struct current_user *dst, struct current_user *src) { gid_t *groups; |