From c096c2625a9533fc6b392a630a443784ef4f0ba1 Mon Sep 17 00:00:00 2001 From: "laodaming@fusen.cn" Date: Mon, 22 Jan 2024 15:10:17 +0800 Subject: [PATCH] fix --- service/ldap.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/service/ldap.proto b/service/ldap.proto index e1f8fc5..dbf6e52 100644 --- a/service/ldap.proto +++ b/service/ldap.proto @@ -307,4 +307,5 @@ message LdapParseTokenReq{ message LdapParseTokenRsp{ string UserDn = 1; int64 UserId = 2; + string UserEmail = 3; } \ No newline at end of file