Lets not stretch our luck

This commit is contained in:
Johannes Zellner
2022-02-18 18:40:49 +01:00
parent b54c4bb399
commit 2160644124
+1 -1
View File
@@ -172,7 +172,7 @@ async function userSearch(req, res, next) {
attributes: {
objectclass: ['user', 'inetorgperson', 'person', 'organizationalperson', 'top' ],
objectcategory: 'person',
cn: displayName,
cn: user.id,
uid: user.id,
entryuuid: user.id, // to support OpenLDAP clients
mail: user.email,