Lets not stretch our luck
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user