Définit comment se connecter au serveur LDAP et récupérer les informations utilisateur utilisées dans la section Données utilisateur
Notez que le mot de passe à lier au serveur LDAP est stocké en clair dans le registre du système client. vous devez utiliser un compte de recherche restreint (uniquement capable d'effectuer des recherches LDAP).
L'attribut unique d'utilisateur doit correspondre au nom d'utilisateur Windows de l'utilisateur connecté sans domaine.
Configuration du serveur LDAP
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.LDAP\UserDirectory\ServerDefinition\Server |
Value Name | Value |
Value Type | REG_SZ |
Default Value | example.com |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.LDAP\UserDirectory\ServerDefinition\Port |
Value Name | Value |
Value Type | REG_DWORD |
Default Value | 389 |
Min Value | |
Max Value |
Configuration de la recherche LDAP
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.LDAP\UserDirectory\SearchUser |
Value Name | Value |
Value Type | REG_SZ |
Default Value | exemple\bindLdap |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.LDAP\UserDirectory\SearchPassword |
Value Name | Value |
Value Type | REG_SZ |
Default Value |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.LDAP\UserDirectory\ServerDefinition\BaseDN |
Value Name | Value |
Value Type | REG_SZ |
Default Value | cn=Users,dc=exemple,dc=com |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.LDAP\UserDirectory\UserObjectClass |
Value Name | Value |
Value Type | REG_SZ |
Default Value | Utilisateur |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.LDAP\UserDirectory\UserUniqueAttribute |
Value Name | Value |
Value Type | REG_SZ |
Default Value | sAMAccountName |