update
This commit is contained in:
parent
7a56fba049
commit
03c040a2cb
|
@ -10,7 +10,7 @@ export const ldapConfig = {
|
|||
admins: [
|
||||
{
|
||||
commonName: 'admin',
|
||||
password: 'Myzjvtit123',
|
||||
password: 'Myzjvtit',
|
||||
canModifyEntry: false,
|
||||
},
|
||||
]
|
||||
|
|
|
@ -31,7 +31,7 @@ export class UserService {
|
|||
// const dn = `mail=${mail},${u.firstDepartment.dn}`;
|
||||
// 映射到 iNetOrgPerson
|
||||
const personEntry = makePersonEntry(dn, {
|
||||
uid: user.id,
|
||||
uid: user.name,
|
||||
title: "",
|
||||
mobileTelephoneNumber: "",
|
||||
cn: user.name,
|
||||
|
|
Loading…
Reference in New Issue