我想對的Ldap工作 ---->LdapSettings ---->config.json,我需要對配置一些澄清,
這是我的配置:MatterMost:如何在LdapSettings中填充字段?
> 「LdapSettings」: {
「Enable」: true,
「LdapServer」: 「myLdapServerAdress」,
「LdapPort」: 389,
「ConnectionSecurity」: 「」,
「BaseDN」: 「dc=XX,dc=com」, // is this true like that ?
「BindUsername」: 「」, I’m confused about what i should put in this field??
「BindPassword」: 「」,
「UserFilter」:「」,
「FirstNameAttribute」: 「」,
「LastNameAttribute」: 「sn」,
「EmailAttribute」: 「mail」, // i put the @ mail of who??
「UsernameAttribute」: 「uid」, // i don’t have an idea about the uid
"NicknameAttribute": 「」,
「IdAttribute」: 「uid」,
「PositionAttribute」: 「」,
「SyncIntervalMinutes」: 60,
「SkipCertificateVerification」: false,
「QueryTimeout」: 60,
「MaxPageSize」: 0,
「LoginFieldName」: 「」
},
感謝您的幫助。