classes:la_slapd_l1
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| classes:la_slapd_l1 [2016/12/15 19:16] – curry_searle | classes:la_slapd_l1 [2016/12/15 19:23] (current) – curry_searle | ||
|---|---|---|---|
| Line 223: | 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.1481858169.txt.gz · Last modified: by curry_searle
