Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 034471f

Browse files
committed
use the plain user id, not the LDAP string
1 parent d94486f commit 034471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function getUserIdentity(api, connection, next) {
279279
},
280280
function (rs, cb) {
281281
response = {
282-
uid: api.ldapHelper.generateLDAPUid(caller.userId),
282+
uid: caller.userId,
283283
handle: rs[0].handle,
284284
email: rs[0].address
285285
};

0 commit comments

Comments
 (0)