• 1 
瀏覽模式: 普通 | 列表

Samba + LDAP


[1.] 設定 ldap server

include               /etc/openldap/schema/samba.schema
database            bdb
suffix                "dc=wow,dc=tw"
rootdn               "cn=Manager,dc=wow,dc=tw"
rootpw              secret
directory           /var/lib/ldap

# 註解預設的設定
# Indices to maintain for this database

[閱讀全文]

標籤: samba 網芳 ldap

LDAP + OpenLDAP

Fedora core 4

Configuring the OpenLDAP server
[1.] vi /etc/openldap/slapd.conf

database     bdb
suffix         "dc=cross,dc=com"
rootdn        "cn=Manager,dc=cross,dc=com"

[閱讀全文]

標籤: ldap openldap

LDAP + WIndows AD + winbind

Linux fedora core 2 加入windows 2000/2003網域


Linux fedora core 2 side
[1.] install samba

[2.] vi /etc/samba/smb.conf

[global]
     workgroup = 123                                            # 網域名稱
     realm = 123.com                                             # 完整網域名稱
     server string = samba server-linux                 # linux samba主機描述

[閱讀全文]

標籤: ldap ad winbind

  • 1