我正在尝试处理Ldap ----> LdapSettings ----> config.json,我需要对配置进行一些说明,
这是我的配置:
> “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”: “”
},
感谢您的帮助。