博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenLDAP for Windows 安装手册(2.4.26版)
阅读量:4136 次
发布时间:2019-05-25

本文共 3400 字,大约阅读时间需要 11 分钟。

You can download the latest version of OpenLDAP for Windows from . The installation is pretty straightforward. After running
openldap-for-windows.msi, the standard security warning dialog appears. You should click
Run to follow to the Welcome screen.
Security warning dialog
OpenLDAP for Windows Welcome screen

The next screen is the End-User License Agreement for OpenLDAP for Windows, which allows you to use the software for free under Common Public License (CPL). You must accept the terms of the agreement to get to the next screen.

OpenLDAP for Windows Common Public License (CPL)

The Destination Folder screen enables you to select the location the software will be installed to.

OpenLDAP for Windows Destination Folder

The next screen, Custom Setup, allows you to exclude some features of OpenLDAP for Windows if you do not need them.

OpenLDAP for Windows Features

The below table contains the features and prerequisites and their descriptions.

Feature/Prerequisite Optional Descripton
VC Redistribution Package No Microsoft Visual C++ 2005 Redistributable Installer Package
OpenLDAP Client Tools No Command line utilities (ldapsearch, ldapcompare, ldapexop, etc.) for working with LDAP entries
OpenLDAP Server Yes OpenLDAP server components with different backend modules like LDIF, BDB, SQL DATABASE, etc.
BDB Backend Tools No Berkley Database tools
OpenLDAP Service Yes Configures and starts the OpenLDAP daemon
DejaVu Sans Mono Font for Windows Console Yes Installs a DejaVu Sans Mono font and adds it to the list of fonts available to the console. The font provides a wide range of Unicode characters./td>

The Additional Settings screen can be helpful if you need to change the default settings: your servername or IP address and the open and SSL ports of the OpenLDAP server. You can also turn on or off the option for activating the statistics for the OpenLDAP instance. You can manage the server properties remotely without restarting the the service by checking the dynamic configuration backend option.

OpenLDAP for Windows Server Settings

Die Seite Backend Configuration ermöglicht die Auswahl zwischen vier unterschiedlichen Backend Modulen.

OpenLDAP for Windows Backend Configuration

The below table contains the available modules and their descriptions.

Module Description
BDB Berkeley Database Backend
LDAP Proxy-Server in front of the real LDAP Server
LDIF This module saves the results in LDIF files
SQL Server Microsoft SQL Server 2005/2008

The page BDB Backend Settings configures the password for the root-user. Optionally you can enable the statistics.

OpenLDAP for Windows Berkeley Database

The page LDAP Backend Settings configures a so called Proxy-Server, which redirects the requests to the real LDAP server. Please refer to the of the producer for all available options.

OpenLDAP for Windows LDAP-Backend

The page LDIF Backend Settings configures the Backend module saving the results in LDIF files. Please refer to the of the producer for all available options.

OpenLDAP for Windows LDAP-Backend

The page SQL-Server Backend Settings configures a relational database for saving the objects. The SQL server Microsoft SQL-Server 2005/2008 will be supported. An installed version of the product is necessary to use this option. Please refer to the of the producer for all available options.

OpenLDAP for Windows LDAP-Backend

The last screen, Ready to install OpenLDAP for Windows, allows you to start the installation process or return back and make any changes to the settings on the previous screens.

OpenLDAP for Windows Ready to Install

After the installation is complete, you can open the folder to where OpenLDAP was installed and start using the package to your your best advantage. The following credentials are valid by using the default settings.

User: cn=Manager,dc=maxcrc,dc=comPassword: secret

转载地址:http://sdlvi.baihongyu.com/

你可能感兴趣的文章
Android使用相机获取照片并显示的代码
查看>>
android从网络获取图片并显示和保存
查看>>
android 相机获取照片显示代码实例
查看>>
dip转pix
查看>>
实现动态加载VXWORKS .O/.OUT模块
查看>>
Android listview分页加载内容
查看>>
andorid 上下滑动状态判断和listview分页显示
查看>>
Android listview分页显示——data from php
查看>>
Android实现ListView异步加载图片
查看>>
wordpress用户权限
查看>>
wordpress用户角色和权限函数注解
查看>>
linux系统ioctl函数使用实例
查看>>
Linux文件遍历
查看>>
剖析Linux系统启动过程
查看>>
深入理解Linux启动过程
查看>>
Linux C语言错误处理
查看>>
浏览器返回结果解压
查看>>
Android中程序与Service交互的方式——综述
查看>>
Android中程序与Service交互的方式——交互方式
查看>>
Linux Examples: dm-crypt
查看>>