Problem in documentation on samba an ldap part

Bug #960773 reported by donzr
This bug report is a duplicate of:  Bug #1603540: wrong ldif file for altering indexes. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Server Guide
New
Undecided
Unassigned

Bug Description

Hi, I want to report this issue that I just found on the Ubuntu Server's documentation (here is the link :https://help.ubuntu.com/11.10/serverguide/C/samba-ldap.html) as you can see it is for the samba and ldap section and the problem comes when we need to add the samba indexes to the config tree through the samba_indices.ldif file.
So, here is the problem:

The problem comes because olcDatabase={1}hdb,cn=config already has an attirbute olcDbIndex: uidNumber eq which causes the problem, so I fixed it by erasing uid number olcDbIndex: uidNumber eq

I added this indexes to the tree :
dn: olcDatabase={1}hdb,cn=config
changetype: modify
add: olcDbIndex
may be this attribute is already added**************olcDbIndex: uidNumber eq****************
olcDbIndex: gidNumber eq
olcDbIndex: loginShell eq
olcDbIndex: uid eq,pres,sub
olcDbIndex: memberUid eq,pres,sub
olcDbIndex: uniqueMember eq,pres
olcDbIndex: sambaSID eq
olcDbIndex: sambaPrimaryGroupSID eq
olcDbIndex: sambaGroupType eq
olcDbIndex: sambaSIDList eq
olcDbIndex: sambaDomainName eq
olcDbIndex: default sub

so, in my opinion, a note explaining the situation would help.
Thanks guys, I appreciate your time.

Tags: serverguide
John Kim (kotux)
tags: added: serverguide
Changed in ubuntu-docs (Ubuntu):
status: New → Invalid
status: Invalid → New
John Kim (kotux)
Changed in ubuntu-docs (Ubuntu):
status: New → Invalid
no longer affects: ubuntu-docs (Ubuntu)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.