Difference between revisions of "LDAP"
From Stadm
Jump to navigationJump to search (Created page with '==LDAP==') |
(→LDAP) |
||
| Line 1: | Line 1: | ||
| − | == | + | ==OpenLDAP== |
| + | ===Server=== | ||
| + | cd /etc/opendlap | ||
| + | *configuration ldap.conf | ||
| + | URI ldap://servername.domainl.name.edu/ | ||
| + | BASE dc=domain,dc=name,dc=edu | ||
| + | TLS_CACERTDIR /etc/openldap/certs | ||
| + | TLS_REQCERT allow | ||
| + | *CA certs generated and stored in certs folder | ||
| + | vim slapd.conf | ||
| + | *make sure samba schema is included | ||
| + | include /etc/openldap/schema/samba.schema | ||
| + | *must copy over schema and configure properly in cn=config | ||
Revision as of 12:15, 17 October 2013
OpenLDAP
Server
cd /etc/opendlap
- configuration ldap.conf
URI ldap://servername.domainl.name.edu/ BASE dc=domain,dc=name,dc=edu TLS_CACERTDIR /etc/openldap/certs TLS_REQCERT allow
- CA certs generated and stored in certs folder
vim slapd.conf
- make sure samba schema is included
include /etc/openldap/schema/samba.schema
- must copy over schema and configure properly in cn=config