Hallo ich habe folgende Konfiguration für Authentifizierung über LDAP/AD.
Die Konfiguration funktioniert und die Synchronisation ebenfalls.
Also wenn ich neue Benutzer in der Gruppe hinzufüge, kann ich mich mit diesen in SeaTable anmelden.
Leider scheint es Probleme mit der Benutzerverknüpfung in SeaTable zu geben.
Wenn ich mich mit einem neuen Benutzer anmelde, wird der alte Benutzer durch den neuen ersetzt. Des Weiteren scheint die Zuordnung nicht zu stimmen, dass heißt wenn ich in einer Base den Spaltentyp “Mitarbeiter” auswähle werden mir die Benutzer nicht angezeigt.
Ich hoffe das ist einigermaßen verständlich und ihr könnt mir weiterhelfen.
Hello, I have the following configuration for authentication via LDAP/AD.
The configuration works and so does the synchronization.
So when I add new users to the group, I can log in to SeaTable with them.
Unfortunately, there seem to be problems with the user link in SeaTable.
When I log in with a new user, the old user is replaced by the new one. Furthermore, the assignment does not seem to be correct, i.e. if I select the column type “Employees” in a base, the users are not displayed.
I hope this is reasonably understandable and you can help me.
dtable_web_settings.py LDPA/AD Konfiguration: / dtable_web_settings.py LDPA/AD configuration:
ENABLE_LDAP = True
LDAP_PROVIDER = 'ldap'
LDAP_SERVER_URL = 'ldap://IP-Adresse'
LDAP_BASE_DN = 'ou=Benutzer,ou=IDEN,dc=domäne,dc=local'
LDAP_ADMIN_DN = 'admin'
LDAP_ADMIN_PASSWORD = 'password'
LDAP_USER_UNIQUE_ID = 'ObjectGUID'
LDAP_EMPLOYEE_ID_ATTR = 'employeeNumber'
LDAP_USER_FIRST_NAME_ATTR = 'givenName'
LDAP_USER_LAST_NAME_ATTR = 'sn'
LDAP_CONTACT_EMAIL_ATTR = 'mail'
LDAP_LOGIN_ATTR = 'employeeNumber'
LDAP_USER_ROLE_ATTR = 'employeeType'
LDAP_FILTER = 'memberOf=CN=SeaTable,OU=Gruppen,OU=Benutzer,DC=Domäne,DC=local'
LDAP_SYNC_GROUP = True
LDAP_GROUP_MEMBER_ATTR = 'member'
LDAP_GROUP_UUID_ATTR = 'ObjectGUID'
LDAP_GROUP_OBJECT_CLASS = 'group'
LDAP_USER_OBJECT_CLASS = 'person'
SYNC_GROUP_AS_DEPARTMENT = False