-
Notifications
You must be signed in to change notification settings - Fork 17
NethCTI login fails with uppercase users #7313
Copy link
Copy link
Closed
Labels
nethvoiceBug or features releted to the NethVoice projectBug or features releted to the NethVoice projectnethvoice-ctiThe issue is related to NethLink (NethVoice Web client)The issue is related to NethLink (NethVoice Web client)verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Metadata
Metadata
Assignees
Labels
nethvoiceBug or features releted to the NethVoice projectBug or features releted to the NethVoice projectnethvoice-ctiThe issue is related to NethLink (NethVoice Web client)The issue is related to NethLink (NethVoice Web client)verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done
If username is uppercase (if is an AD user this is legit) it is written in uppercase in cti user configuration file
/etc/nethcti/users.json, but from interface only accessing in lowercase works.authentication script
/app/scripts/ldap-authenticate.shworks woth both upper and lowercase, but if a login attempt is made in uppercase, an error "user not found" is logged and login script isn't even called