博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
OpenBSD
Don't think what you can do Think what you could do
atyu30.cublog.cn
管理博客
发表文章
留言
收藏夹
· learn
· news
· Tool
博客圈
音乐
· flash
· s80
相册
· BSD
· CAR
· Desk
文章
· OpenBSD_01
· OpenBSD_02
· Script
· MYSQL
· Mail
· Linux
· LDAP
· OpenBSD_03
· 虚拟化
· Leisure
首页
关于作者
Talk: iopenbsd#gmail.com 协助测试、实施基于 OpenBSD/RHEL 的Mail Server
||
<<
>>
||
我的分类
文章列表 - LDAP
OpenLDAP+Samba error log
[2007/12/01 03:07:54, 0] /usr/obj/i386/samba-3.0.25b-ldap/samba-3.0.25b/source/services/services_db.c:svcctl_init_keys(420)<br> init_services_keys: key lookup failed! (WERR_ACCESS_DENIED)<br……
查看全文
发表于:2007-12-01 ┆
阅读(684)
┆
评论(0)
ldap, postfix and courier-imap howto
<h1 align="center"> Author: J.Vriesman, joenix@gmx.net </h1><p> All new documentation (including new versions of this one) will be put <a name="www.vriesman.tk" href="http://www.vriesman.tk/"……
查看全文
发表于:2007-11-22 ┆
阅读(574)
┆
评论(0)
LDAP Access Control
<p>Access to slapd entries and attributes is controlled by the olcAccess attribute, whose values are a sequence of access directives. The general form of the olcAccess configuration is:</p> <pre> ……
查看全文
发表于:2007-11-22 ┆
阅读(506)
┆
评论(0)
区域管理
<pre>access to dn.children="o=atyu,dc=atyu30,dc=com"<br> by self write<br> by dn="uid=vmail,o=atyu,dc=atyu30,dc=com" read<br> by * auth<br>access to *<br> by * none</pre> ……
查看全文
发表于:2007-11-20 ┆
阅读(338)
┆
评论(0)
批量添加用户
<P>复制后保存成文件,比如文件名为:create_mail_ldap_user.sh。 </P> <P>Global Setting 区域中的几个变量需要根据实际情况进行修改。使用方法: </P><PRE># # <FONT color=#ff0000>chmod +x create_mail_ldap_u……
查看全文
发表于:2007-11-19 ┆
阅读(450)
┆
评论(0)
LDAP_TABLE
<pre>LDAP_TABLE(5) LDAP_TABLE(5)<br><br><b>NAME</b><br> ldap_table - Postfix LDAP client configuration<br><br><b>SYNOPSIS</b><br> <b>post……
查看全文
发表于:2007-11-18 ┆
阅读(354)
┆
评论(0)
LDAP无法查询
<DIV># ldapsearch -x -D 'cn=Manager,dc=atyu30,dc=com' b 'dc=atyu30,dc=com' -W<BR>ldap_bind: Server is unwilling to perform (53)<BR> additional info: unauthent……
查看全文
发表于:2007-11-18 ┆
阅读(476)
┆
评论(1)
Access Control
<p>Access to slapd entries and attributes is controlled by the olcAccess attribute, whose values are a sequence of access directives. The general form of the olcAccess configuration is:</p><span sty……
查看全文
发表于:2007-10-31 ┆
阅读(380)
┆
评论(0)
OpenLDAP 的数据目录的权限设置
openldap log:<br>Oct 14 08:36:42 mail slapd[24028]: slapd stopped. <br>Oct 14 08:36:42 mail slapd[24028]: connections_destroy: nothing to destroy. <br>注意:<br>OpenLDAP 的数据目录的权限设置<br>……
查看全文
发表于:2007-10-14 ┆
阅读(582)
┆
评论(0)
OpenLDAP调试
<span style="color: rgb(255, 1, 2);"># ps -aux | grep 'openldap'<br><span style="color: rgb(0, 1, 2);">_openldap 5909 0.0 1.9 12032 3096 ?? Ss &nbs……
查看全文
发表于:2007-10-12 ┆
阅读(786)
┆
评论(1)
openldap安装
本文系作者原创,转载请保留出处:<a href="http://marion.cublog.cn/" target="_blank">http://marion.cublog.cn</a><br> 其中理解可能也有不当之处,欢迎各位指正。<br>为了让openldap支持ssl/tls和sasl,我们这次……
查看全文
发表于:2007-10-09 ┆
阅读(679)
┆
评论(0)
OpenLDAP --unrecognized database type (bdb)
# cat /var/log/openldap  ……
查看全文
发表于:2007-10-09 ┆
阅读(580)
┆
评论(0)
LDAP笔记二
<DIV><FONT color=#ff0000>LDIF:</FONT></DIV> <DIV><FONT color=#000000>文件中不能有多余的空格,犹如Postfix中的main.cf</FONT></DIV> <DIV>续行可以以一个空格或者一个TAB 开始下一行</DIV> <DIV><FONT colo……
查看全文
发表于:2007-10-05 ┆
阅读(507)
┆
评论(0)
LDAP笔记一
<DIV><FONT color=#ff0000>entrier条目<BR></FONT>一个条目是一个属性的集合,并且具有一个全局唯一的“可区分名称”DN,该DN被用来唯一的引用该条目。<BR>每一个条目具有一个类型和一个或者多个值。</DIV>
查看全文
发表于:2007-10-05 ┆
阅读(558)
┆
评论(1)
OpenLDAP 2.1 管理员指南
<div> <div class="Section3" style=""> <p class="MsoToc1"><span lang="EN-US"><span class="MsoHyperlink"><a href="http://i18n.linux.net.cn/others/OpenLDAP2.htm#_Toc14210016"><font color="#800080">……
查看全文
发表于:2007-10-04 ┆
阅读(1000)
┆
评论(1)
ldap_add: Internal (implementation specific) error
# <span style="color: rgb(255, 1, 2);">ldapadd -x -D "cn=Manager,dc=atyu30,dc=com" -W -f root.ldif </span> <br>Enter LDAP Password: <br>adding new entry "dc=atyu30,dc=com"<br>ldap_add: ……
查看全文
发表于:2007-09-29 ┆
阅读(627)
┆
评论(0)
什么是LDAP
LDAP的英文全称是Lightweight Directory Access Protocol,一般都简称为LDAP。它是基于X.500标准的,但是简单多了并且可以根据需要定制。与X.500不同,LDAP支持TCP/IP, 这对访问Internet是必须的。LDAP的核心规范……
查看全文
发表于:2007-09-27 ┆
阅读(562)
┆
评论(0)
LDAP 日志级别
-1 记录所有的信息<br> 0 不记录debug<br> 1 跟踪功能调用的信息<br> 2 包处理的debug信息<br……
查看全文
发表于:2007-09-24 ┆
阅读(694)
┆
评论(0)
目录服务中LDAP的基本模型
<span id="zoom"><p style="text-indent: 2em;"> 近几年,随着LDAP(Light Directory Access Protocol,轻量级目录访问协议)技术的兴起和应用领域的不断扩展,目录服务技术成为许多新型技术实现信息存储、管理……
查看全文
发表于:2007-09-24 ┆
阅读(643)
┆
评论(0)