Define la manera en que se establecerán conexiones con servidores LDAP y se recuperará la información de los usuarios usada en la sección Datos de usuario.
Observe que la contraseña de vinculación con el servidor LDAP se almacena sin cifrar en el registro del sistema cliente; recomendamos que use una cuenta de búsquedas restringida (la cual solo puede realizar búsquedas en LDAP).
El atributo único de usuario debe corresponderse con el nombre de usuario de la cuenta de Windows, sin el dominio.
Configuracion del servidor 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 |
Configuración de la búsqueda 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 | example\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=example,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 | user |
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 |