⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 ldap服务器源码
💻
字号:
Copyright 2004-2007 The OpenLDAP Foundation. All rights reserved.Redistribution and use in source and binary forms, with or withoutmodification, are permitted only as authorized by the OpenLDAPPublic License.This directory contains native slapd plugins for password mechanisms thatare not actively supported by the project. Currently this includes theKerberos and Netscape MTA-MD5 password mechanisms.To use the Kerberos plugin, add:moduleload pw-kerberos.soto your slapd configuration file.To use the Netscape plugin, add:moduleload pw-netscape.soto your slapd configuration file.No Makefile is provided. Use a command line similar to:gcc -shared -I../../../include -Wall -g -DHAVE_KRB5 -o pw-kerberos.so kerberos.cto compile the Kerberos plugin. Replace HAVE_KRB5 with HAVE_KRB4 if you wantto use Kerberos IV. If your Kerberos header files are not in the C compiler'sdefault path, you will need to add a "-I" directive for that as well.The corresponding command for the Netscape plugin would be:gcc -shared -I../../../include -Wall -g -o pw-netscape.so netscape.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -