classes:la_slapd_l1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
classes:la_slapd_l1 [2016/12/15 19:09] – curry_searle | classes:la_slapd_l1 [2016/12/15 19:23] (current) – curry_searle | ||
---|---|---|---|
Line 10: | Line 10: | ||
< | < | ||
sudo dpkg-reconfigure slapd | sudo dpkg-reconfigure slapd | ||
+ | </ | ||
+ | |||
+ | Configure slapd, the LDAP service; enter the following settings when prompted: | ||
+ | < | ||
+ | Omit OpenLDAP server configuration: | ||
+ | DNS domain name: itsm.unt.edu | ||
+ | Org name: UNT | ||
+ | Admin password: 1234567 | ||
+ | Confirm passwd: 1234567 | ||
+ | Database backend: MDB | ||
+ | Remove database when purged: No | ||
+ | Move old database: Yes | ||
+ | Allow LDAPv2: No | ||
</ | </ | ||
Line 210: | Line 223: | ||
</ | </ | ||
- | That's all for this section on configuring OpenLDAP and adding | + | And likewise with the groups to confirm they were added as well: |
+ | < | ||
+ | ldapsearch -x objectClass=posixGroup | ||
+ | |||
+ | # extended LDIF | ||
+ | # | ||
+ | # LDAPv3 | ||
+ | # base < | ||
+ | # filter: objectClass=posixGroup | ||
+ | # requesting: ALL | ||
+ | # | ||
+ | |||
+ | # kevin, itsm.unt.edu | ||
+ | dn: cn=kevin, | ||
+ | objectClass: | ||
+ | objectClass: | ||
+ | cn: kevin | ||
+ | gidNumber: 9012 | ||
+ | memberUid: kevin | ||
+ | |||
+ | # olive, itsm.unt.edu | ||
+ | dn: cn=olive, | ||
+ | objectClass: | ||
+ | objectClass: | ||
+ | cn: olive | ||
+ | gidNumber: 9011 | ||
+ | memberUid: olive | ||
+ | |||
+ | # tom, itsm.unt.edu | ||
+ | dn: cn=tom, | ||
+ | objectClass: | ||
+ | objectClass: | ||
+ | cn: tom | ||
+ | gidNumber: 9010 | ||
+ | memberUid: tom | ||
+ | |||
+ | # search result | ||
+ | search: 2 | ||
+ | result: 0 Success | ||
+ | |||
+ | # numResponses: | ||
+ | # numEntries: 3 | ||
+ | </ | ||
+ | |||
+ | Now that we've confirmed | ||
classes/la_slapd_l1.1481857749.txt.gz · Last modified: 2016/12/15 19:09 by curry_searle