s3-auth struct security_unix_token replaces UNIX_USER_TOKEN
[metze/samba/wip.git] / source3 / include / proto.h
index 0d710fc3e11a8475e307fbea2832519f6e737c2d..3ff8d0bdc196b1464dc6d1d0ec9c03d197ae2966 100644 (file)
@@ -5648,7 +5648,7 @@ NTSTATUS access_check_object( struct security_descriptor *psd, struct security_t
                              uint32 des_access, uint32 *acc_granted,
                              const char *debug );
 void map_max_allowed_access(const struct security_token *nt_token,
-                           const struct unix_user_token *unix_token,
+                           const struct security_unix_token *unix_token,
                            uint32_t *pacc_requested);
 
 /* The following definitions come from ../libds/common/flag_mapping.c  */