Bug 733442
Summary: | Ignore an error 32 in this case since we're adding a new AutoMember definition | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Rich Megginson <rmeggins> |
Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2 | CC: | amsharma, benl, dpal, jgalipea, jr.aquino, nhosoi, nkinder, rmeggins |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 389-ds-base-1.2.9.8-1.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 732541 | Environment: | |
Last Closed: | 2011-12-06 17:56:12 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 732541 | ||
Bug Blocks: | 690318, 708096 |
Description
Rich Megginson
2011-08-25 17:40:23 UTC
[root@snmaptest ~]# netstat -nlp | grep 389 tcp 0 0 :::389 :::* LISTEN 3455/ns-slapd [root@snmaptest ~]# [root@snmaptest ~]# ldapmodify -x -h localhost -p 389 -D "cn=Directory Manager" -w Secret123 << EOF > dn: ou=etc,dc=example,dc=com > changetype: add > objectclass: organizationalUnit > ou: etc > > dn: cn=Auto Membership Plugin,cn=plugins,cn=config > changetype: modify > replace: nsslapd-pluginConfigArea > nsslapd-pluginConfigArea: ou=etc,dc=example,dc=com > EOF adding new entry "ou=etc,dc=example,dc=com" modifying entry "cn=Auto Membership Plugin,cn=plugins,cn=config" [root@snmaptest ~]# service dirsrv restart Shutting down dirsrv: M1... [ OK ] M2... [ OK ] M3... [ OK ] M4... [ OK ] snmaptest... [ OK ] snmaptest1... [ OK ] Starting dirsrv: M1... [ OK ] M2... [ OK ] M3... [ OK ] M4... [ OK ] snmaptest... [ OK ] snmaptest1... [ OK ] [root@snmaptest ~]# ldapmodify -x -h localhost -p 389 -D "cn=Directory Manager" -w Secret123 << EOF > dn: cn=Hostgroups,ou=etc,dc=example,dc=com > changetype: add > objectclass: autoMemberDefinition > cn: Hostgroups > autoMemberScope: dc=example,dc=com > autoMemberFilter: objectclass=posixAccount > autoMemberDefaultGroup: cn=orphans,cn=hostgroups,dc=example,dc=com > autoMemberGroupingAttr: member:dn > EOF adding new entry "cn=Hostgroups,ou=etc,dc=example,dc=com" Hence VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2011-1711.html |