You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already had a "ticket" on the subject, but apparently the messages that the ticket has been closed are no longer coming through.
I have found that I can import users from the Active Directory without special characters in the CN path. Unfortunately, my users have a comma in the CN path. This is due to the pattern: last name, first name.
Could the code perhaps be adapted so that an import works here via LDAP?
As a test, I created a user that contains a space between the first name and last name, and it worked here. Unfortunately, due to the number of users, I cannot create all users again.
To Reproduce
Steps to reproduce the behavior:
Go to Settings
Feature-Configuration
Set LDAP-Settings
Import LDAP-Users
See Errors
Logfile WARN: {cps.admin:1676} LDAP User: CN=Lastname, Firstname,OU=LDAP-Benutzer,OU=Benutzer,DC=phillipde,DC=local Not Found
Expected behavior
I want to sync my LDAP-Users from the Microsoft Active Directory
Environment (please complete the following information):
OS: Unraid (Latest Version)
Python: 3.10.12
Calibre-Web version: 0.6.24
Docker container: LinuxServer
Browser: Google Chrome
The text was updated successfully, but these errors were encountered:
I fixed the usecase that the "," is escaped via a backslash (this was how it looked in my testing infrastructure). I'll check what to do if this isn't the case
Describe the bug/problem
I already had a "ticket" on the subject, but apparently the messages that the ticket has been closed are no longer coming through.
I have found that I can import users from the Active Directory without special characters in the CN path. Unfortunately, my users have a comma in the CN path. This is due to the pattern: last name, first name.
Could the code perhaps be adapted so that an import works here via LDAP?
As a test, I created a user that contains a space between the first name and last name, and it worked here. Unfortunately, due to the number of users, I cannot create all users again.
To Reproduce
Steps to reproduce the behavior:
Logfile
WARN: {cps.admin:1676} LDAP User: CN=Lastname, Firstname,OU=LDAP-Benutzer,OU=Benutzer,DC=phillipde,DC=local Not Found
Expected behavior
I want to sync my LDAP-Users from the Microsoft Active Directory
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: